topchester-ai 0.24.0 → 0.25.0
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.mjs +1 -1
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -7628,7 +7628,7 @@ function renderToolCallMessage(message) {
|
|
|
7628
7628
|
return [` ${ui.muted(expandTabs(visibleLabel))}`];
|
|
7629
7629
|
}
|
|
7630
7630
|
function renderHookStatusMessage(message) {
|
|
7631
|
-
return [`
|
|
7631
|
+
return [` ${ui.muted(expandTabs(message.label))}`];
|
|
7632
7632
|
}
|
|
7633
7633
|
function renderSubagentMessage(message) {
|
|
7634
7634
|
const label = message.title ?? shortSessionId(message.sessionId);
|