@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.
- package/dist/cli.js +1 -8
- 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":
|