dsh-context 0.7.3 → 0.9.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/README.md +4 -0
- package/lib/client.js +284 -439
- package/lib/index.js +301 -194
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -39,6 +39,10 @@ One stacked bar per model request, finer than per-message. Toggle between **Turn
|
|
|
39
39
|
|
|
40
40
|
Above: a real session that grew to ~563k tokens across 48 turns, then compaction (✂) recycled −535.5k in one step, and the conversation continued from a fresh, small window.
|
|
41
41
|
|
|
42
|
+
In **Step** granularity, hovering any bar shows that single step's context info instantly — its turn/step, timestamp, and estimated vs. provider-reported token counts:
|
|
43
|
+
|
|
44
|
+

|
|
45
|
+
|
|
42
46
|
### ⚡ Context events — when and why the window changed
|
|
43
47
|
|
|
44
48
|
Every compaction, tool-output prune, skill or plugin context injection, and model switch — each with its token delta, turn/step attribution, and timestamp:
|