From 4c29552eb770202a98e870d9f05e5528e8d02976 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 15:27:59 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-thinking-timing-on-resume.md | 7 ------- packages/bundle/CHANGELOG.md | 8 ++++++++ packages/bundle/package.json | 2 +- packages/cli/CHANGELOG.md | 2 ++ packages/cli/package.json | 2 +- 5 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 .changeset/fix-thinking-timing-on-resume.md diff --git a/.changeset/fix-thinking-timing-on-resume.md b/.changeset/fix-thinking-timing-on-resume.md deleted file mode 100644 index b379d5f..0000000 --- a/.changeset/fix-thinking-timing-on-resume.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'codsh-bundle': patch ---- - -fix(replay): restore thinking duration and turn total elapsed time on session resume - -During session replay (`/resume` or continuing a prior session), `replayEvents` previously rendered thinking folds with no timing arguments, causing all thought clocks to degrade to a bare `thought` string. Replay now indexes recorded step and turn boundary event timestamps, restoring the exact thinking duration and total turn duration for each deliberated step. diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index 4bd9ee6..7c56fd4 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,13 @@ # codsh-bundle +## 0.17.6 + +### Patch Changes + +- 43a32f4: fix(replay): restore thinking duration and turn total elapsed time on session resume + + During session replay (`/resume` or continuing a prior session), `replayEvents` previously rendered thinking folds with no timing arguments, causing all thought clocks to degrade to a bare `thought` string. Replay now indexes recorded step and turn boundary event timestamps, restoring the exact thinking duration and total turn duration for each deliberated step. + ## 0.17.5 ### Patch Changes diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 6e19af9..60694ab 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.5", + "version": "0.17.6", "type": "module", "license": "MIT", "main": "lib/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 050ccbe..622013c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,7 @@ # codsh +## 0.17.6 + ## 0.17.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4768bff..43119af 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.5", + "version": "0.17.6", "type": "module", "license": "MIT", "bin": {