@martian-engineering/lossless-claw 0.13.0 → 0.13.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@martian-engineering/lossless-claw",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Lossless Context Management plugin for OpenClaw — DAG-based conversation summarization with threshold compaction",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -788,7 +788,7 @@ Design note: stripping happens at compaction time, not at message ingestion. Th
788
788
 
789
789
  Useful interpretation notes:
790
790
 
791
- - `tokens in context` is the current LCM frontier token count in the live LCM state.
791
+ - `LCM frontier tokens` is the current LCM frontier token count in the live LCM state.
792
792
  - `compression ratio` is shown as a rounded `1:N`, which is easier to read than a tiny percentage for heavily compacted conversations.
793
793
  - `/status` may still show a different context number because it reflects the runtime prompt that was actually assembled and sent on the last turn.
794
794