codeam-cli 1.3.5 → 1.3.6

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -114,7 +114,7 @@ var import_picocolors = __toESM(require("picocolors"));
114
114
  // package.json
115
115
  var package_default = {
116
116
  name: "codeam-cli",
117
- version: "1.3.5",
117
+ version: "1.3.6",
118
118
  description: "Remote control Claude Code from your mobile device",
119
119
  main: "dist/index.js",
120
120
  bin: {
@@ -1149,6 +1149,7 @@ async function start() {
1149
1149
  break;
1150
1150
  }
1151
1151
  case "escape_key":
1152
+ outputSvc.newTurn();
1152
1153
  claude.sendEscape();
1153
1154
  break;
1154
1155
  case "stop_task":
@@ -1193,6 +1194,7 @@ async function start() {
1193
1194
  outputSvc.newTurn();
1194
1195
  claude.selectOption(index);
1195
1196
  } else if (cmdType === "escape_key") {
1197
+ outputSvc.newTurn();
1196
1198
  claude.sendEscape();
1197
1199
  } else if (cmdType === "stop_task") {
1198
1200
  claude.interrupt();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeam-cli",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "Remote control Claude Code from your mobile device",
5
5
  "main": "dist/index.js",
6
6
  "bin": {