dsh-context 0.2.2 → 0.2.3

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.
Files changed (1) hide show
  1. package/package.json +10 -1
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "dsh-context",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Context insight panel for DeepSeek Harness: a Context tab (beside Chat/Trajectory) showing what the model's context window is made of and how it evolves — composition, per-request history, compactions, injections, and model switches.",
5
+ "author": "bowenliang123",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/bowenliang123/dsh-context.git"
9
+ },
10
+ "homepage": "https://github.com/bowenliang123/dsh-context#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/bowenliang123/dsh-context/issues"
13
+ },
5
14
  "type": "module",
6
15
  "main": "lib/index.js",
7
16
  "exports": {