dsh-context 0.11.0 → 0.11.2
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 +1 -1
- package/lib/client.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ In **Step** granularity, hovering any bar shows that single step's context info
|
|
|
65
65
|
|
|
66
66
|
### ⚡ Context events — when and why the window changed
|
|
67
67
|
|
|
68
|
-
Every compaction, tool-output prune, skill or plugin context injection, and model switch — each with its token delta, turn/step attribution, and timestamp:
|
|
68
|
+
Every compaction, tool-output prune, skill or plugin context injection, and model switch — each with its token delta, turn/step attribution, and timestamp. Filter by category (**Inject / Compact / Prune / Switch**) to see exactly when each kind of event happened and its impact — e.g. when a skill was injected, when instructions were added, or how much a compaction reclaimed:
|
|
69
69
|
|
|
70
70
|

|
|
71
71
|
|
package/lib/client.js
CHANGED
|
@@ -923,7 +923,7 @@ function makeNodeList(kit) {
|
|
|
923
923
|
|
|
924
924
|
// src/client/meta.ts
|
|
925
925
|
var PLUGIN_NAME = "dsh-context";
|
|
926
|
-
var PLUGIN_VERSION = true ? "0.11.
|
|
926
|
+
var PLUGIN_VERSION = true ? "0.11.2" : "0.0.0-dev";
|
|
927
927
|
var PLUGIN_REPO = true ? "https://github.com/bowenliang123/dsh-context" : "https://github.com/bowenliang123/dsh-context";
|
|
928
928
|
var PLUGIN_REPO_SHORT = PLUGIN_REPO.replace(/^https?:\/\/github\.com\//, "");
|
|
929
929
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-context",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "A DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.",
|
|
5
5
|
"author": "bowenliang123",
|
|
6
6
|
"repository": {
|