@autohq/cli 0.1.574 → 0.1.575
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.
- package/dist/agent-bridge.js +5 -1
- package/dist/index.js +5 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -30880,7 +30880,7 @@ Object.assign(lookup, {
|
|
|
30880
30880
|
// package.json
|
|
30881
30881
|
var package_default = {
|
|
30882
30882
|
name: "@autohq/cli",
|
|
30883
|
-
version: "0.1.
|
|
30883
|
+
version: "0.1.575",
|
|
30884
30884
|
license: "SEE LICENSE IN README.md",
|
|
30885
30885
|
publishConfig: {
|
|
30886
30886
|
access: "public"
|
|
@@ -37719,6 +37719,10 @@ var SessionListItemSchema = external_exports.object({
|
|
|
37719
37719
|
// than a parallel projection — it is already compact and is the one source of
|
|
37720
37720
|
// truth the requester chip and identity service read.
|
|
37721
37721
|
requester: RequesterSchema.nullable().optional(),
|
|
37722
|
+
// Additive and optional so list payloads/live frames from an older server
|
|
37723
|
+
// remain parseable during a rolling deploy. Canonical projections include
|
|
37724
|
+
// null when no native question is unresolved.
|
|
37725
|
+
attention: SessionAttentionSchema.nullable().optional(),
|
|
37722
37726
|
workProvenance: WorkProvenanceSchema.nullable().optional(),
|
|
37723
37727
|
// Active parks are a compact, generic list read model rather than a
|
|
37724
37728
|
// spend-cap-specific batch evaluation. Optional keeps pre-deploy live frames
|
package/dist/index.js
CHANGED
|
@@ -21668,6 +21668,10 @@ var init_sessions = __esm({
|
|
|
21668
21668
|
// than a parallel projection — it is already compact and is the one source of
|
|
21669
21669
|
// truth the requester chip and identity service read.
|
|
21670
21670
|
requester: RequesterSchema.nullable().optional(),
|
|
21671
|
+
// Additive and optional so list payloads/live frames from an older server
|
|
21672
|
+
// remain parseable during a rolling deploy. Canonical projections include
|
|
21673
|
+
// null when no native question is unresolved.
|
|
21674
|
+
attention: SessionAttentionSchema.nullable().optional(),
|
|
21671
21675
|
workProvenance: WorkProvenanceSchema.nullable().optional(),
|
|
21672
21676
|
// Active parks are a compact, generic list read model rather than a
|
|
21673
21677
|
// spend-cap-specific batch evaluation. Optional keeps pre-deploy live frames
|
|
@@ -86019,7 +86023,7 @@ var init_package = __esm({
|
|
|
86019
86023
|
"package.json"() {
|
|
86020
86024
|
package_default = {
|
|
86021
86025
|
name: "@autohq/cli",
|
|
86022
|
-
version: "0.1.
|
|
86026
|
+
version: "0.1.575",
|
|
86023
86027
|
license: "SEE LICENSE IN README.md",
|
|
86024
86028
|
publishConfig: {
|
|
86025
86029
|
access: "public"
|