dsh-context 0.37.0 → 0.38.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 +5 -1
- package/lib/client.js +587 -49
- package/lib/index.d.ts +65 -5
- package/lib/index.js +119 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -52,7 +52,11 @@ In **Settings → Plugins → Plugin configuration**, the **Context / 上下文*
|
|
|
52
52
|
|
|
53
53
|
### 📊 Context stats — the session at a glance
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
Four equal-width cards up top — the three stat cards, with the plugin info card keeping them company:
|
|
56
|
+
|
|
57
|
+
- **Context Stats** — an eight-cell grid: turns, steps, live tool calls and images, the context-event tally (injections, compactions, prunes), and the list-price cost estimate with its per-1M rates on hover.
|
|
58
|
+
- **Token Stats** — a ring of the provider-reported billing buckets (cache reads/writes, uncached input, output) around the cache-hit share.
|
|
59
|
+
- **Timing Stats** — a ring splitting the session's active time into model calls vs tool runs (the center shows the total).
|
|
56
60
|
|
|
57
61
|
### 🧱 Current composition — what's in the window right now
|
|
58
62
|
|