@pellux/goodvibes-contracts 1.12.1 → 1.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ emitted from the operator contract by scripts/generate-homeassistant-client.ts.
5
5
  Covers only the REST subset HA consumes; the webhook, conversation stream,
6
6
  and surface health probe are not operator methods and stay hand-written.
7
7
 
8
- Contract product version: 1.12.1
8
+ Contract product version: 1.13.1
9
9
  Consumed operator methods: 33
10
10
  """
11
11
  from __future__ import annotations
@@ -13,7 +13,7 @@ from __future__ import annotations
13
13
  from typing import Any, Literal, Mapping, NamedTuple, NotRequired, TypedDict
14
14
 
15
15
  #: Daemon contract version these types were generated against (the version pin).
16
- CONTRACT_VERSION: str = "1.12.1"
16
+ CONTRACT_VERSION: str = "1.13.1"
17
17
 
18
18
 
19
19
  class OperatorRoute(NamedTuple):
@@ -1627,7 +1627,7 @@ export interface OperatorMethodInputMap {
1627
1627
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
1628
1628
  };
1629
1629
  tools?: readonly string[];
1630
- reasoningEffort?: "high" | "instant" | "low" | "medium";
1630
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
1631
1631
  };
1632
1632
  } & {
1633
1633
  readonly [key: string]: unknown;
@@ -1667,7 +1667,7 @@ export interface OperatorMethodInputMap {
1667
1667
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
1668
1668
  };
1669
1669
  tools?: readonly string[];
1670
- reasoningEffort?: "high" | "instant" | "low" | "medium";
1670
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
1671
1671
  };
1672
1672
  } & {
1673
1673
  readonly [key: string]: unknown;
@@ -1711,7 +1711,7 @@ export interface OperatorMethodInputMap {
1711
1711
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
1712
1712
  };
1713
1713
  tools?: readonly string[];
1714
- reasoningEffort?: "high" | "instant" | "low" | "medium";
1714
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
1715
1715
  };
1716
1716
  allowSpawnFallback?: boolean;
1717
1717
  } & {
@@ -1789,7 +1789,7 @@ export interface OperatorMethodInputMap {
1789
1789
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
1790
1790
  };
1791
1791
  tools?: readonly string[];
1792
- reasoningEffort?: "high" | "instant" | "low" | "medium";
1792
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
1793
1793
  };
1794
1794
  sessionId?: string;
1795
1795
  routeId?: string;
@@ -2757,7 +2757,7 @@ export interface OperatorMethodOutputMap {
2757
2757
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
2758
2758
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
2759
2759
  };
2760
- reasoningEffort?: "high" | "instant" | "low" | "medium";
2760
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
2761
2761
  thinking?: string;
2762
2762
  wakeMode?: "next-heartbeat" | "now";
2763
2763
  timeoutMs?: number;
@@ -2985,7 +2985,7 @@ export interface OperatorMethodOutputMap {
2985
2985
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
2986
2986
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
2987
2987
  };
2988
- reasoningEffort?: "high" | "instant" | "low" | "medium";
2988
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
2989
2989
  thinking?: string;
2990
2990
  wakeMode?: "next-heartbeat" | "now";
2991
2991
  timeoutMs?: number;
@@ -3148,7 +3148,7 @@ export interface OperatorMethodOutputMap {
3148
3148
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
3149
3149
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
3150
3150
  };
3151
- reasoningEffort?: "high" | "instant" | "low" | "medium";
3151
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
3152
3152
  thinking?: string;
3153
3153
  wakeMode?: "next-heartbeat" | "now";
3154
3154
  timeoutMs?: number;
@@ -3293,7 +3293,7 @@ export interface OperatorMethodOutputMap {
3293
3293
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
3294
3294
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
3295
3295
  };
3296
- reasoningEffort?: "high" | "instant" | "low" | "medium";
3296
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
3297
3297
  thinking?: string;
3298
3298
  wakeMode?: "next-heartbeat" | "now";
3299
3299
  timeoutMs?: number;
@@ -3461,7 +3461,7 @@ export interface OperatorMethodOutputMap {
3461
3461
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
3462
3462
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
3463
3463
  };
3464
- reasoningEffort?: "high" | "instant" | "low" | "medium";
3464
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
3465
3465
  thinking?: string;
3466
3466
  wakeMode?: "next-heartbeat" | "now";
3467
3467
  timeoutMs?: number;
@@ -3645,7 +3645,7 @@ export interface OperatorMethodOutputMap {
3645
3645
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
3646
3646
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
3647
3647
  };
3648
- reasoningEffort?: "high" | "instant" | "low" | "medium";
3648
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
3649
3649
  thinking?: string;
3650
3650
  wakeMode?: "next-heartbeat" | "now";
3651
3651
  timeoutMs?: number;
@@ -3848,7 +3848,7 @@ export interface OperatorMethodOutputMap {
3848
3848
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
3849
3849
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
3850
3850
  };
3851
- reasoningEffort?: "high" | "instant" | "low" | "medium";
3851
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
3852
3852
  thinking?: string;
3853
3853
  wakeMode?: "next-heartbeat" | "now";
3854
3854
  timeoutMs?: number;
@@ -4032,7 +4032,7 @@ export interface OperatorMethodOutputMap {
4032
4032
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
4033
4033
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
4034
4034
  };
4035
- reasoningEffort?: "high" | "instant" | "low" | "medium";
4035
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
4036
4036
  thinking?: string;
4037
4037
  wakeMode?: "next-heartbeat" | "now";
4038
4038
  timeoutMs?: number;
@@ -9578,7 +9578,7 @@ export interface OperatorMethodOutputMap {
9578
9578
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
9579
9579
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
9580
9580
  };
9581
- reasoningEffort?: "high" | "instant" | "low" | "medium";
9581
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
9582
9582
  thinking?: string;
9583
9583
  wakeMode?: "next-heartbeat" | "now";
9584
9584
  timeoutMs?: number;
@@ -9741,7 +9741,7 @@ export interface OperatorMethodOutputMap {
9741
9741
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
9742
9742
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
9743
9743
  };
9744
- reasoningEffort?: "high" | "instant" | "low" | "medium";
9744
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
9745
9745
  thinking?: string;
9746
9746
  wakeMode?: "next-heartbeat" | "now";
9747
9747
  timeoutMs?: number;
@@ -9900,7 +9900,7 @@ export interface OperatorMethodOutputMap {
9900
9900
  networkPolicy?: "allow" | "deny" | "inherit" | "scoped";
9901
9901
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
9902
9902
  };
9903
- reasoningEffort?: "high" | "instant" | "low" | "medium";
9903
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
9904
9904
  thinking?: string;
9905
9905
  wakeMode?: "next-heartbeat" | "now";
9906
9906
  timeoutMs?: number;
@@ -10652,7 +10652,7 @@ export interface OperatorMethodOutputMap {
10652
10652
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
10653
10653
  };
10654
10654
  tools?: readonly string[];
10655
- reasoningEffort?: "high" | "instant" | "low" | "medium";
10655
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
10656
10656
  };
10657
10657
  error?: string;
10658
10658
  };
@@ -10752,7 +10752,7 @@ export interface OperatorMethodOutputMap {
10752
10752
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
10753
10753
  };
10754
10754
  tools?: readonly string[];
10755
- reasoningEffort?: "high" | "instant" | "low" | "medium";
10755
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
10756
10756
  };
10757
10757
  error?: string;
10758
10758
  };
@@ -10830,7 +10830,7 @@ export interface OperatorMethodOutputMap {
10830
10830
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
10831
10831
  };
10832
10832
  tools?: readonly string[];
10833
- reasoningEffort?: "high" | "instant" | "low" | "medium";
10833
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
10834
10834
  };
10835
10835
  error?: string;
10836
10836
  })[];
@@ -10977,7 +10977,7 @@ export interface OperatorMethodOutputMap {
10977
10977
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
10978
10978
  };
10979
10979
  tools?: readonly string[];
10980
- reasoningEffort?: "high" | "instant" | "low" | "medium";
10980
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
10981
10981
  };
10982
10982
  error?: string;
10983
10983
  };
@@ -11201,7 +11201,7 @@ export interface OperatorMethodOutputMap {
11201
11201
  filesystemPolicy?: "inherit" | "isolated" | "read-only" | "workspace-write";
11202
11202
  };
11203
11203
  tools?: readonly string[];
11204
- reasoningEffort?: "high" | "instant" | "low" | "medium";
11204
+ reasoningEffort?: "high" | "instant" | "low" | "max" | "medium" | "minimal" | "none" | "xhigh";
11205
11205
  };
11206
11206
  error?: string;
11207
11207
  };