dsh-edge 0.12.0 → 0.13.0-alpha.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.
- package/package.json +5 -1
- package/worker/direct/index.js +1648 -1049
- package/worker/isolated/index.js +1292 -693
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-edge",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0-alpha.3",
|
|
4
4
|
"description": "Your DeepSeek Harness, anywhere — deploy a persistent personal coding agent to Cloudflare Workers in one command",
|
|
5
5
|
"author": "pawaca",
|
|
6
6
|
"license": "MIT",
|
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
"@deepseek-ai/dsh-session-title-llm": "0.1.2-rc.1",
|
|
100
100
|
"@deepseek-ai/dsh-settings": "0.1.2-rc.1",
|
|
101
101
|
"@deepseek-ai/dsh-skill": "0.1.2-rc.1",
|
|
102
|
+
"@deepseek-ai/dsh-subagent": "0.1.2-rc.1",
|
|
103
|
+
"@deepseek-ai/dsh-subagent-in-process-driver": "0.1.2-rc.1",
|
|
104
|
+
"@deepseek-ai/dsh-subagent-spawn-in-process": "0.1.2-rc.1",
|
|
105
|
+
"@deepseek-ai/dsh-tool-subagent": "0.1.2-rc.1",
|
|
102
106
|
"@deepseek-ai/dsh-spill": "0.1.2-rc.1",
|
|
103
107
|
"@deepseek-ai/dsh-spill-policy": "0.1.2-rc.1",
|
|
104
108
|
"@deepseek-ai/dsh-storage": "0.1.2-rc.1",
|