relay-dsh-plugin-claude 0.2.1 → 0.2.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.md +17 -15
- package/README.zh.md +17 -15
- package/dsh-compat.mjs +11 -0
- package/lib/host-plugin.js +19 -10
- package/lib/host-plugin.js.map +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "relay-dsh-plugin-claude",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Claude Code integration plugin for DeepSeek Harness, providing native Claude conversations powered by the Claude Agent SDK, with model selection, approvals, questions, tools, and session continuation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@anthropic-ai/claude-agent-sdk": "^0.3.241",
|
|
94
94
|
"@anthropic-ai/sdk": "^0.120.0",
|
|
95
95
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
96
|
-
"relay-dsh-plugin-session-import": "0.2.
|
|
96
|
+
"relay-dsh-plugin-session-import": "0.2.2",
|
|
97
97
|
"sharp": "^0.35.3",
|
|
98
98
|
"zod": "4.4.3"
|
|
99
99
|
},
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
+
"@testing-library/dom": "^10.4.1",
|
|
121
122
|
"@testing-library/react": "^16.3.2",
|
|
122
123
|
"@types/react": "~18.3.1",
|
|
123
124
|
"@types/react-dom": "^18.3.7",
|
|
@@ -128,6 +129,6 @@
|
|
|
128
129
|
"tsdown": "0.22.2",
|
|
129
130
|
"typescript": "6.0.3",
|
|
130
131
|
"vitest": "^4.1.8",
|
|
131
|
-
"relay-dsh-plugin-session-import": "github:yangbobo2021/relay-dsh-plugin-session-import#
|
|
132
|
+
"relay-dsh-plugin-session-import": "github:yangbobo2021/relay-dsh-plugin-session-import#6d63ceb10b292303f96136d933f5042d2419feb2"
|
|
132
133
|
}
|
|
133
134
|
}
|