dsh-edge 0.7.0 → 0.7.1
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 +2 -1
- package/worker/direct/index.js +766 -766
- package/worker/isolated/index.js +563 -563
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-edge",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
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",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"@deepseek-ai/dsh-session": "0.1.1-rc.2",
|
|
78
78
|
"@deepseek-ai/dsh-session-persistence": "0.1.1-rc.2",
|
|
79
79
|
"@deepseek-ai/dsh-session-projection": "0.1.1-rc.2",
|
|
80
|
+
"@deepseek-ai/dsh-session-projection-cache": "0.1.1-rc.2",
|
|
80
81
|
"@deepseek-ai/dsh-session-query": "0.1.1-rc.2",
|
|
81
82
|
"@deepseek-ai/dsh-session-title": "0.1.1-rc.2",
|
|
82
83
|
"@deepseek-ai/dsh-session-title-first-prompt-llm": "0.1.1-rc.2",
|