@deepseek-ai/dsh-tool-web 0.0.1-rc.1 → 0.0.1-rc.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 +1 -1
- package/README.md +1 -1
- package/package.json +18 -18
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/web/tool-web/README.md
|
|
5
|
-
README.md:
|
|
5
|
+
README.md: 6a7ca42773f4a62b75d6077c5cdd892b0ccfdbee
|
|
6
6
|
README.zh.md: 7b52f2b08f393a584258dea1a216d9124ec8760a
|
package/README.md
CHANGED
|
@@ -134,5 +134,5 @@ Append-only; newly visible content follows the reusable request prefix and does
|
|
|
134
134
|
## Known Limitations and Deferred Work
|
|
135
135
|
|
|
136
136
|
- **HTML→markdown conversion degrades on inputs GFM cannot safely represent** — [turndown](https://github.com/mixmark-io/turndown) (with GFM tables/strikethrough) converts at most `fetchMaxOutputChars` source characters through a real DOM. A conservative 512-level lexical guard passes deeply or ambiguously nested bodies through as raw HTML, conversion exceptions do the same, and table `colspan` is ignored because GFM has no spanning-cell representation; these bounds avoid blocking the event loop or expanding output from an untrusted numeric attribute ([archived dependency decision](../../../.agents/notes/archived/simplification/2026-07-26-turndown-for-tool-web-html-markdown.md)).
|
|
137
|
-
- **The model-facing
|
|
137
|
+
- **The model-facing API is minimal by design, with promotions deferred** — `max_results` stays a config bound (not a model argument), and `web_fetch` takes only `url` (no `format`/`prompt`/LLM-summarization mode); both are named later steps in [the seam Agent Note](../../../.agents/notes/implemented/architecture/2026-06-24-web-capability-seam.md).
|
|
138
138
|
- **No web-specific permission policy** — both tools execute without requesting `ctx.approval`; a deployment that needs confirmation must add a `tools/pre-execute` policy, and the package does not define persistent URL/domain grants.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-tool-web",
|
|
3
3
|
"description": "Model-facing web tools (web_search, web_fetch) over the DeepSeek Harness web capability seam (ctx.web)",
|
|
4
|
-
"version": "0.0.1-rc.
|
|
4
|
+
"version": "0.0.1-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
],
|
|
33
33
|
"license": "BSD-3-Clause",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@deepseek-ai/dsh-
|
|
36
|
-
"@deepseek-ai/dsh-
|
|
37
|
-
"@deepseek-ai/dsh-tools": "^0.0.1-rc.
|
|
38
|
-
"@deepseek-ai/dsh-
|
|
39
|
-
"@deepseek-ai/dsh-
|
|
35
|
+
"@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
|
|
36
|
+
"@deepseek-ai/dsh-system-prompt": "^0.0.1-rc.2",
|
|
37
|
+
"@deepseek-ai/dsh-tools": "^0.0.1-rc.2",
|
|
38
|
+
"@deepseek-ai/dsh-web": "^0.0.1-rc.2",
|
|
39
|
+
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
|
|
40
40
|
"@deepseek-ai/cordis": "^4.0.1-rc.1"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/turndown": "^5.0.6",
|
|
49
|
-
"@deepseek-ai/dsh-agent": "^0.0.1-rc.
|
|
50
|
-
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.
|
|
51
|
-
"@deepseek-ai/dsh-llm": "^0.0.1-rc.
|
|
52
|
-
"@deepseek-ai/dsh-session": "^0.0.1-rc.
|
|
53
|
-
"@deepseek-ai/dsh-spill-local": "^0.0.1-rc.
|
|
54
|
-
"@deepseek-ai/dsh-spill-policy": "^0.0.1-rc.
|
|
55
|
-
"@deepseek-ai/dsh-system-prompt": "^0.0.1-rc.
|
|
56
|
-
"@deepseek-ai/dsh-timeout-policy": "^0.0.1-rc.
|
|
57
|
-
"@deepseek-ai/dsh-tools": "^0.0.1-rc.
|
|
58
|
-
"@deepseek-ai/dsh-web
|
|
59
|
-
"@deepseek-ai/dsh-web-
|
|
49
|
+
"@deepseek-ai/dsh-agent": "^0.0.1-rc.2",
|
|
50
|
+
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
|
|
51
|
+
"@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
|
|
52
|
+
"@deepseek-ai/dsh-session": "^0.0.1-rc.2",
|
|
53
|
+
"@deepseek-ai/dsh-spill-local": "^0.0.1-rc.2",
|
|
54
|
+
"@deepseek-ai/dsh-spill-policy": "^0.0.1-rc.2",
|
|
55
|
+
"@deepseek-ai/dsh-system-prompt": "^0.0.1-rc.2",
|
|
56
|
+
"@deepseek-ai/dsh-timeout-policy": "^0.0.1-rc.2",
|
|
57
|
+
"@deepseek-ai/dsh-tools": "^0.0.1-rc.2",
|
|
58
|
+
"@deepseek-ai/dsh-web": "^0.0.1-rc.2",
|
|
59
|
+
"@deepseek-ai/dsh-web-fetch-local": "^0.0.1-rc.2",
|
|
60
60
|
"@deepseek-ai/cordis": "^4.0.1-rc.1",
|
|
61
|
-
"@deepseek-ai/dsh-web": "^0.0.1-rc.
|
|
61
|
+
"@deepseek-ai/dsh-web-search-exa": "^0.0.1-rc.2"
|
|
62
62
|
}
|
|
63
63
|
}
|