@autohq/cli 0.1.335 → 0.1.336
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 +4 -1
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -23434,7 +23434,7 @@ Object.assign(lookup, {
|
|
|
23434
23434
|
// package.json
|
|
23435
23435
|
var package_default = {
|
|
23436
23436
|
name: "@autohq/cli",
|
|
23437
|
-
version: "0.1.
|
|
23437
|
+
version: "0.1.336",
|
|
23438
23438
|
license: "SEE LICENSE IN README.md",
|
|
23439
23439
|
publishConfig: {
|
|
23440
23440
|
access: "public"
|
|
@@ -27651,6 +27651,9 @@ var SessionListItemSchema = external_exports.object({
|
|
|
27651
27651
|
runtimePhase: SessionRuntimePhaseSchema.nullable(),
|
|
27652
27652
|
displayTitle: RunDisplayTitleSchema,
|
|
27653
27653
|
summary: external_exports.string(),
|
|
27654
|
+
// Additive and optional so older live frames/list payloads that predate the
|
|
27655
|
+
// projection keep parsing; new projections include null when no reason exists.
|
|
27656
|
+
failureReason: external_exports.string().nullable().optional(),
|
|
27654
27657
|
agent: SessionListItemAgentSchema,
|
|
27655
27658
|
createdAt: external_exports.string().datetime(),
|
|
27656
27659
|
updatedAt: external_exports.string().datetime(),
|
package/dist/index.js
CHANGED
|
@@ -19308,6 +19308,9 @@ var init_sessions = __esm({
|
|
|
19308
19308
|
runtimePhase: SessionRuntimePhaseSchema.nullable(),
|
|
19309
19309
|
displayTitle: RunDisplayTitleSchema,
|
|
19310
19310
|
summary: external_exports.string(),
|
|
19311
|
+
// Additive and optional so older live frames/list payloads that predate the
|
|
19312
|
+
// projection keep parsing; new projections include null when no reason exists.
|
|
19313
|
+
failureReason: external_exports.string().nullable().optional(),
|
|
19311
19314
|
agent: SessionListItemAgentSchema,
|
|
19312
19315
|
createdAt: external_exports.string().datetime(),
|
|
19313
19316
|
updatedAt: external_exports.string().datetime(),
|
|
@@ -30435,7 +30438,7 @@ var init_package = __esm({
|
|
|
30435
30438
|
"package.json"() {
|
|
30436
30439
|
package_default = {
|
|
30437
30440
|
name: "@autohq/cli",
|
|
30438
|
-
version: "0.1.
|
|
30441
|
+
version: "0.1.336",
|
|
30439
30442
|
license: "SEE LICENSE IN README.md",
|
|
30440
30443
|
publishConfig: {
|
|
30441
30444
|
access: "public"
|