diff --git a/.changeset/clean-update-command.md b/.changeset/clean-update-command.md deleted file mode 100644 index 7adbac3..0000000 --- a/.changeset/clean-update-command.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'codsh-bundle': patch ---- - -fix(update): silence package installation output and show updating loading hint on /update - -Previously, running `/update` streamed the raw package installation output (`npm install` and `dsh profile register`) to the transcript. The command now runs the installation silently under a clean `updating` spinner loading indicator, reporting only the final success or failure message. diff --git a/.changeset/format-ask-user-question-result.md b/.changeset/format-ask-user-question-result.md deleted file mode 100644 index aa8522c..0000000 --- a/.changeset/format-ask-user-question-result.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'codsh-bundle': patch ---- - -fix(transcript): format ask_user_question result as user reply instead of raw json - -When `ask_user_question` completed, the transcript rendered the tool's raw `{ answers: [...] }` JSON payload into the terminal card. Tool results for `ask_user_question` are now formatted directly as the user's reply (selected options or custom text), cleanly omitting the body when dismissed or aborted without displaying raw JSON. diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index b4d8e03..efc97f6 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,16 @@ # codsh-bundle +## 0.17.8 + +### Patch Changes + +- 2555514: fix(update): silence package installation output and show updating loading hint on /update + + Previously, running `/update` streamed the raw package installation output (`npm install` and `dsh profile register`) to the transcript. The command now runs the installation silently under a clean `updating` spinner loading indicator, reporting only the final success or failure message. +- 2555514: fix(transcript): format ask_user_question result as user reply instead of raw json + + When `ask_user_question` completed, the transcript rendered the tool's raw `{ answers: [...] }` JSON payload into the terminal card. Tool results for `ask_user_question` are now formatted directly as the user's reply (selected options or custom text), cleanly omitting the body when dismissed or aborted without displaying raw JSON. + ## 0.17.7 ### Patch Changes diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 29b0598..0c805e3 100644 --- a/packages/bundle/package.json +++ b/packages/bundle/package.json @@ -1,7 +1,7 @@ { "name": "codsh-bundle", "description": "The codsh runtime: the interactive TTY surface and code-cli agent preset, installed into a dsh profile. Users install codsh-cli (the launcher) — this package is what it registers.", - "version": "0.17.7", + "version": "0.17.8", "type": "module", "license": "MIT", "main": "lib/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 167eea1..f96d5a5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,7 @@ # codsh +## 0.17.8 + ## 0.17.7 ## 0.17.6 diff --git a/packages/cli/package.json b/packages/cli/package.json index 8d8a205..b74d61a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "codsh-cli", "description": "A Claude Code-style coding agent for the terminal, composed on the DeepSeek Harness (dsh). This is the zero-dependency launcher: it finds your dsh, registers the codsh-bundle runtime into a profile, and boots it.", - "version": "0.17.7", + "version": "0.17.8", "type": "module", "license": "MIT", "bin": {