@deepseek-ai/dsh-file-reference-local 0.1.6-alpha.2 → 0.1.7-alpha.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.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/context/file-reference-local/README.md
5
- README.md: efeebdbd3e113597cc93dfe4d6c379e16b324d93
6
- README.zh.md: f286f92d6e6ec76afc9919db9f81c73e4ace8d04
5
+ README.md: b80f5863e2cae166277d7672085bd1a9742e6cf3
6
+ README.zh.md: 343d0950986df8e071c307314ce2e860168c4308
package/README.md CHANGED
@@ -105,7 +105,7 @@ When the addressed agent has an effective `read` tool, the provider contributes
105
105
  ##### File-reference instruction
106
106
 
107
107
  ```markdown
108
- Tokens prefixed with @ are workspace paths the user explicitly referenced, relative to the workspace root. A trailing slash marks a directory: list it when its contents matter. Anything else is a file: use the read tool when its contents are needed, and do not claim to have inspected it before reading. @"..." quotes a path containing spaces.
108
+ Tokens prefixed with @ are paths the user explicitly referenced. Relative paths resolve from the workspace root; absolute paths identify files or directories on the host. A trailing slash marks a directory: list it when its contents matter. Anything else is a file: use the read tool when its contents are needed, and do not claim to have inspected it before reading. @"..." quotes a path containing spaces.
109
109
  ```
110
110
 
111
111
  #### Token effect
package/README.zh.md CHANGED
@@ -105,7 +105,7 @@ agent(智能体)及宿主 UI 可以用各 agent 本地工作区中经过排
105
105
  ##### 文件引用指令
106
106
 
107
107
  ```markdown
108
- Tokens prefixed with @ are workspace paths the user explicitly referenced, relative to the workspace root. A trailing slash marks a directory: list it when its contents matter. Anything else is a file: use the read tool when its contents are needed, and do not claim to have inspected it before reading. @"..." quotes a path containing spaces.
108
+ Tokens prefixed with @ are paths the user explicitly referenced. Relative paths resolve from the workspace root; absolute paths identify files or directories on the host. A trailing slash marks a directory: list it when its contents matter. Anything else is a file: use the read tool when its contents are needed, and do not claim to have inspected it before reading. @"..." quotes a path containing spaces.
109
109
  ```
110
110
 
111
111
  #### Token 影响
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-file-reference-local",
3
3
  "description": "Local-filesystem ctx.fileReferences provider with bounded fuzzy indexes",
4
- "version": "0.1.6-alpha.2",
4
+ "version": "0.1.7-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,20 +32,20 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@deepseek-ai/schemastery": "^3.18.2"
35
+ "@deepseek-ai/schemastery": "~3.18.4"
36
36
  },
37
37
  "peerDependencies": {
38
- "@deepseek-ai/dsh-file-reference": "^0.1.6-alpha.2",
39
- "@deepseek-ai/dsh-agent": "^0.1.6-alpha.2",
40
- "@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.2",
41
- "@deepseek-ai/dsh-tools": "^0.1.6-alpha.2",
42
- "@deepseek-ai/cordis": "^4.0.2"
38
+ "@deepseek-ai/dsh-agent": "0.1.7-alpha.2",
39
+ "@deepseek-ai/dsh-file-reference": "0.1.7-alpha.2",
40
+ "@deepseek-ai/dsh-system-prompt": "0.1.7-alpha.2",
41
+ "@deepseek-ai/dsh-tools": "0.1.7-alpha.2",
42
+ "@deepseek-ai/cordis": "~4.0.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@deepseek-ai/dsh-agent": "^0.1.6-alpha.2",
46
- "@deepseek-ai/dsh-file-reference": "^0.1.6-alpha.2",
47
- "@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.2",
48
- "@deepseek-ai/dsh-tools": "^0.1.6-alpha.2",
49
- "@deepseek-ai/cordis": "^4.0.2"
45
+ "@deepseek-ai/dsh-agent": "0.1.7-alpha.2",
46
+ "@deepseek-ai/dsh-file-reference": "0.1.7-alpha.2",
47
+ "@deepseek-ai/dsh-system-prompt": "0.1.7-alpha.2",
48
+ "@deepseek-ai/dsh-tools": "0.1.7-alpha.2",
49
+ "@deepseek-ai/cordis": "~4.0.4"
50
50
  }
51
51
  }