@hydra-acp/cli 0.1.17 → 0.1.18

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 -8
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -8035,14 +8035,7 @@ function formatEvent(event) {
8035
8035
  }
8036
8036
  ];
8037
8037
  case "model-changed":
8038
- return [
8039
- {
8040
- prefix: "\xBB ",
8041
- prefixStyle: "info",
8042
- body: `model: ${event.model}`,
8043
- bodyStyle: "info"
8044
- }
8045
- ];
8038
+ return [];
8046
8039
  case "turn-complete":
8047
8040
  return [];
8048
8041
  case "usage-update":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydra-acp/cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
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",