@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.
- package/dist/cli.js +1 -1
- 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: "\
|
|
8230
|
+
prefix: "\u2699 ",
|
|
8231
8231
|
prefixStyle: pureThinking ? "tool-status-running" : frozenStyle,
|
|
8232
8232
|
body: summary,
|
|
8233
8233
|
bodyStyle: pureThinking ? "tool-status-running" : frozenBodyStyle
|