From fa7f532102b07c383aa4fbbed870ba84c1e458be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:14:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/kind-dogs-heal.md | 5 ----- .changeset/silent-plums-double.md | 5 ----- .changeset/swift-bats-march.md | 5 ----- .changeset/tiny-stingrays-judge.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/kind-dogs-heal.md delete mode 100644 .changeset/silent-plums-double.md delete mode 100644 .changeset/swift-bats-march.md delete mode 100644 .changeset/tiny-stingrays-judge.md diff --git a/.changeset/kind-dogs-heal.md b/.changeset/kind-dogs-heal.md deleted file mode 100644 index 258b5424..00000000 --- a/.changeset/kind-dogs-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@martian-engineering/lossless-claw": patch ---- - -Fix `lcm-tui doctor` to detect third truncation marker format (`[LCM fallback summary; truncated for context management]`) and harden Claude CLI summarization with `--system-prompt` flag and neutral working directory to prevent workspace contamination. diff --git a/.changeset/silent-plums-double.md b/.changeset/silent-plums-double.md deleted file mode 100644 index 95c57b4d..00000000 --- a/.changeset/silent-plums-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@martian-engineering/lossless-claw": patch ---- - -Harden LCM summarization so provider auth failures no longer persist fallback summaries, and stop forcing explicit temperature overrides on summarizer requests. diff --git a/.changeset/swift-bats-march.md b/.changeset/swift-bats-march.md deleted file mode 100644 index 69291d19..00000000 --- a/.changeset/swift-bats-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@martian-engineering/lossless-claw": patch ---- - -Improve `lcm-tui` session browsing by showing stable session keys in the session list and conversation header, and align the session list columns so message counts and LCM metadata are easier to scan. diff --git a/.changeset/tiny-stingrays-judge.md b/.changeset/tiny-stingrays-judge.md deleted file mode 100644 index 4fda605a..00000000 --- a/.changeset/tiny-stingrays-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@martian-engineering/lossless-claw": patch ---- - -Honor custom API base URL overrides for `lcm-tui rewrite`, `lcm-tui backfill`, and interactive rewrite so TUI summarization can use configured provider proxies and non-default endpoints. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2774c967..fdc1f284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @martian-engineering/lossless-claw +## 0.5.2 + +### Patch Changes + +- [#185](https://github.com/Martian-Engineering/lossless-claw/pull/185) [`ec74779`](https://github.com/Martian-Engineering/lossless-claw/commit/ec747792c01153e44f08bfbf410ddf2526fca7cf) Thanks [@jalehman](https://github.com/jalehman)! - Fix `lcm-tui doctor` to detect third truncation marker format (`[LCM fallback summary; truncated for context management]`) and harden Claude CLI summarization with `--system-prompt` flag and neutral working directory to prevent workspace contamination. + +- [#186](https://github.com/Martian-Engineering/lossless-claw/pull/186) [`c796f7d`](https://github.com/Martian-Engineering/lossless-claw/commit/c796f7d9d014a19f2b55e62895a32327b0347694) Thanks [@jalehman](https://github.com/jalehman)! - Harden LCM summarization so provider auth failures no longer persist fallback summaries, and stop forcing explicit temperature overrides on summarizer requests. + +- [#182](https://github.com/Martian-Engineering/lossless-claw/pull/182) [`954a2fd`](https://github.com/Martian-Engineering/lossless-claw/commit/954a2fd848b6444561e26afc2b41ad01e27d5a08) Thanks [@jalehman](https://github.com/jalehman)! - Improve `lcm-tui` session browsing by showing stable session keys in the session list and conversation header, and align the session list columns so message counts and LCM metadata are easier to scan. + +- [#128](https://github.com/Martian-Engineering/lossless-claw/pull/128) [`0f1a5d8`](https://github.com/Martian-Engineering/lossless-claw/commit/0f1a5d89a95225baee39e017449e5956e7990b27) Thanks [@TSHOGX](https://github.com/TSHOGX)! - Honor custom API base URL overrides for `lcm-tui rewrite`, `lcm-tui backfill`, and interactive rewrite so TUI summarization can use configured provider proxies and non-default endpoints. + ## 0.5.1 ### Patch Changes diff --git a/package.json b/package.json index d362ee22..3a01522a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@martian-engineering/lossless-claw", - "version": "0.5.1", + "version": "0.5.2", "description": "Lossless Context Management plugin for OpenClaw — DAG-based conversation summarization with incremental compaction", "type": "module", "main": "index.ts",