@hydra-acp/cli 0.1.9 → 0.1.10

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
@@ -8227,7 +8227,7 @@ async function runSession(term, config, opts, exitHint) {
8227
8227
  const frozenBodyStyle = stoppedReason !== null ? "tool-status-fail" : "dim";
8228
8228
  const lines = [
8229
8229
  {
8230
- prefix: "\u2692 ",
8230
+ prefix: "\u2699 ",
8231
8231
  prefixStyle: pureThinking ? "tool-status-running" : frozenStyle,
8232
8232
  body: summary,
8233
8233
  bodyStyle: pureThinking ? "tool-status-running" : frozenBodyStyle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydra-acp/cli",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
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",