@autohq/cli 0.1.323 → 0.1.324
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 +1 -2
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -23432,7 +23432,7 @@ Object.assign(lookup, {
|
|
|
23432
23432
|
// package.json
|
|
23433
23433
|
var package_default = {
|
|
23434
23434
|
name: "@autohq/cli",
|
|
23435
|
-
version: "0.1.
|
|
23435
|
+
version: "0.1.324",
|
|
23436
23436
|
license: "SEE LICENSE IN README.md",
|
|
23437
23437
|
publishConfig: {
|
|
23438
23438
|
access: "public"
|
|
@@ -27493,7 +27493,6 @@ var SessionRecordSchema = external_exports.object({
|
|
|
27493
27493
|
status: SessionStatusSchema,
|
|
27494
27494
|
runtimePhase: SessionRuntimePhaseSchema.nullable(),
|
|
27495
27495
|
idempotencyKey: external_exports.string().min(1).nullable(),
|
|
27496
|
-
correlationKey: external_exports.string().nullable(),
|
|
27497
27496
|
workflowId: external_exports.string().min(1),
|
|
27498
27497
|
displayTitle: RunDisplayTitleSchema,
|
|
27499
27498
|
ambientStatus: AmbientStatusSchema.nullable(),
|
package/dist/index.js
CHANGED
|
@@ -19141,7 +19141,6 @@ var init_sessions = __esm({
|
|
|
19141
19141
|
status: SessionStatusSchema,
|
|
19142
19142
|
runtimePhase: SessionRuntimePhaseSchema.nullable(),
|
|
19143
19143
|
idempotencyKey: external_exports.string().min(1).nullable(),
|
|
19144
|
-
correlationKey: external_exports.string().nullable(),
|
|
19145
19144
|
workflowId: external_exports.string().min(1),
|
|
19146
19145
|
displayTitle: RunDisplayTitleSchema,
|
|
19147
19146
|
ambientStatus: AmbientStatusSchema.nullable(),
|
|
@@ -27865,7 +27864,7 @@ var init_package = __esm({
|
|
|
27865
27864
|
"package.json"() {
|
|
27866
27865
|
package_default = {
|
|
27867
27866
|
name: "@autohq/cli",
|
|
27868
|
-
version: "0.1.
|
|
27867
|
+
version: "0.1.324",
|
|
27869
27868
|
license: "SEE LICENSE IN README.md",
|
|
27870
27869
|
publishConfig: {
|
|
27871
27870
|
access: "public"
|