@hydra-acp/cli 0.1.58 → 0.1.59

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/cli.js +0 -5
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -8256,11 +8256,6 @@ var init_input = __esm({
8256
8256
  if (this.bufferIsEmpty()) {
8257
8257
  return [{ type: "exit" }];
8258
8258
  }
8259
- const lastLine = this.buffer[this.buffer.length - 1] ?? "";
8260
- const atEndOfBuffer = this.row === this.buffer.length - 1 && this.col >= lastLine.length;
8261
- if (atEndOfBuffer) {
8262
- return [{ type: "exit" }];
8263
- }
8264
8259
  this.deleteForward();
8265
8260
  return [];
8266
8261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydra-acp/cli",
3
- "version": "0.1.58",
3
+ "version": "0.1.59",
4
4
  "description": "Multi-client ACP session daemon: spawn agents, attach over WSS, multiplex sessions across editors.",
5
5
  "license": "MIT",
6
6
  "type": "module",