dsh-context 0.15.0 → 0.17.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/lib/index.js CHANGED
@@ -980,7 +980,7 @@ var alwaysPolicySchema = Schema.object({
980
980
  var RetryPolicySchema = Schema.union([normalPolicySchema, alwaysPolicySchema]);
981
981
  var { version } = createRequire(import.meta.url)("../package.json");
982
982
 
983
- // node_modules/.pnpm/@deepseek-ai+dsh-session@0.1.0-rc.7_6fd26f59436a18b115f326d6060415e6/node_modules/@deepseek-ai/dsh-session/lib/index.js
983
+ // node_modules/.pnpm/@deepseek-ai+dsh-session@0.1.0-rc.8_6fd26f59436a18b115f326d6060415e6/node_modules/@deepseek-ai/dsh-session/lib/index.js
984
984
  function deriveEventMessage(event) {
985
985
  switch (event.type) {
986
986
  case "user/message":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-context",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
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": {
@@ -63,10 +63,9 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@deepseek-ai/cordis": "^4.0.1",
66
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.7",
67
- "@deepseek-ai/dsh-session": "0.1.0-rc.7",
68
- "@deepseek-ai/dsh-session-projection": "0.1.0-rc.7",
69
- "@deepseek-ai/dsh-token-meter": "0.1.0-rc.7",
66
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.8",
67
+ "@deepseek-ai/dsh-session": "0.1.0-rc.8",
68
+ "@deepseek-ai/dsh-session-projection": "0.1.0-rc.8",
70
69
  "@types/react": "^18.3.31",
71
70
  "esbuild": "^0.28.2",
72
71
  "jsdom": "^30.0.1",