@clawos-dev/clawd 0.2.78-beta.147.fdea83e → 0.2.78
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
|
@@ -22988,6 +22988,7 @@ var SessionManager = class {
|
|
|
22988
22988
|
const pty = tsid ? this.ptyTransports.get(tsid) : void 0;
|
|
22989
22989
|
if (pty) {
|
|
22990
22990
|
pty.write("\x1B");
|
|
22991
|
+
runner.input({ kind: "inject-events", events: [{ kind: "turn_end" }] });
|
|
22991
22992
|
return;
|
|
22992
22993
|
}
|
|
22993
22994
|
await runner.sendControlRequest("interrupt");
|
package/package.json
CHANGED