@clawos-dev/clawd 0.2.76 → 0.2.77-beta.146.7bb5cff
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
|
@@ -22983,6 +22983,7 @@ var SessionManager = class {
|
|
|
22983
22983
|
const pty = tsid ? this.ptyTransports.get(tsid) : void 0;
|
|
22984
22984
|
if (pty) {
|
|
22985
22985
|
pty.write("\x1B");
|
|
22986
|
+
runner.input({ kind: "inject-events", events: [{ kind: "turn_end" }] });
|
|
22986
22987
|
return;
|
|
22987
22988
|
}
|
|
22988
22989
|
await runner.sendControlRequest("interrupt");
|
package/package.json
CHANGED