@autohq/cli 0.1.300 → 0.1.301
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 +2 -4
- package/dist/index.js +2 -4
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -23399,7 +23399,7 @@ Object.assign(lookup, {
|
|
|
23399
23399
|
// package.json
|
|
23400
23400
|
var package_default = {
|
|
23401
23401
|
name: "@autohq/cli",
|
|
23402
|
-
version: "0.1.
|
|
23402
|
+
version: "0.1.301",
|
|
23403
23403
|
license: "SEE LICENSE IN README.md",
|
|
23404
23404
|
publishConfig: {
|
|
23405
23405
|
access: "public"
|
|
@@ -59642,9 +59642,7 @@ var ClaudeAgentBridgeSessionImpl = class {
|
|
|
59642
59642
|
this.input.writeOutput?.(
|
|
59643
59643
|
`agent_bridge_claude_deferred_flush count=${pending.length}`
|
|
59644
59644
|
);
|
|
59645
|
-
|
|
59646
|
-
this.enqueueUserMessage(message);
|
|
59647
|
-
}
|
|
59645
|
+
this.enqueueUserMessage(pending.join("\n\n"));
|
|
59648
59646
|
}
|
|
59649
59647
|
async interruptActiveTurnBeforeMessage() {
|
|
59650
59648
|
if (!this.hasInterruptibleTurn()) {
|
package/dist/index.js
CHANGED
|
@@ -24689,7 +24689,7 @@ var init_package = __esm({
|
|
|
24689
24689
|
"package.json"() {
|
|
24690
24690
|
package_default = {
|
|
24691
24691
|
name: "@autohq/cli",
|
|
24692
|
-
version: "0.1.
|
|
24692
|
+
version: "0.1.301",
|
|
24693
24693
|
license: "SEE LICENSE IN README.md",
|
|
24694
24694
|
publishConfig: {
|
|
24695
24695
|
access: "public"
|
|
@@ -37120,9 +37120,7 @@ var ClaudeAgentBridgeSessionImpl = class {
|
|
|
37120
37120
|
this.input.writeOutput?.(
|
|
37121
37121
|
`agent_bridge_claude_deferred_flush count=${pending.length}`
|
|
37122
37122
|
);
|
|
37123
|
-
|
|
37124
|
-
this.enqueueUserMessage(message);
|
|
37125
|
-
}
|
|
37123
|
+
this.enqueueUserMessage(pending.join("\n\n"));
|
|
37126
37124
|
}
|
|
37127
37125
|
async interruptActiveTurnBeforeMessage() {
|
|
37128
37126
|
if (!this.hasInterruptibleTurn()) {
|