@clawos-dev/clawd 0.2.76-beta.144.0648ad1 → 0.2.77-beta.145.522509b
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/cli.cjs +1 -0
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -22612,6 +22612,7 @@ var SessionManager = class {
|
|
|
22612
22612
|
const pty = tsid ? this.ptyTransports.get(tsid) : void 0;
|
|
22613
22613
|
if (pty) {
|
|
22614
22614
|
pty.write("\x1B");
|
|
22615
|
+
runner.input({ kind: "inject-events", events: [{ kind: "turn_end" }] });
|
|
22615
22616
|
return;
|
|
22616
22617
|
}
|
|
22617
22618
|
await runner.sendControlRequest("interrupt");
|
package/package.json
CHANGED