@hydra-acp/cli 0.1.35 → 0.1.36

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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -8805,7 +8805,7 @@ uncaught: ${err.stack ?? err.message}
8805
8805
  }
8806
8806
  const hint = this.banner.currentMode ? this.banner.hint.replace(
8807
8807
  "\u21E7\u21E5 mode",
8808
- `\u21E7\u21E5 mode(${this.banner.currentMode})`
8808
+ `\u21E7\u21E5 mode: ${this.banner.currentMode}`
8809
8809
  ) : this.banner.hint;
8810
8810
  this.term(" \xB7 ").dim(hint);
8811
8811
  if (right) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydra-acp/cli",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
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",