@norman-else/dsh-claude 0.1.36 → 0.1.37

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 CHANGED
@@ -1,189 +1,195 @@
1
- {
2
- "name": "@norman-else/dsh-claude",
3
- "description": "Run the local Claude Code CLI as a first-class main conversation inside DeepSeek Harness",
4
- "version": "0.1.36",
5
- "type": "module",
6
- "main": "lib/index.mjs",
7
- "types": "lib/index.d.mts",
8
- "bin": {
9
- "dsh-claude": "lib/bin.mjs"
10
- },
11
- "scripts": {
12
- "build": "tsdown",
13
- "typecheck": "tsc -p tsconfig.json && tsc -p tsconfig.client.json",
14
- "test": "vitest run",
15
- "check": "pnpm run typecheck && pnpm run test && pnpm run build",
16
- "prepack": "pnpm run build",
17
- "release": "node scripts/publish.mjs",
18
- "release:check": "node scripts/publish.mjs --dry-run"
19
- },
20
- "exports": {
21
- ".": {
22
- "types": "./lib/index.d.mts",
23
- "default": "./lib/index.mjs"
24
- },
25
- "./preset-route": {
26
- "types": "./lib/preset-route.d.mts",
27
- "default": "./lib/preset-route.mjs"
28
- },
29
- "./client": "./lib/client.js",
30
- "./package.json": "./package.json"
31
- },
32
- "files": [
33
- "lib",
34
- "preset",
35
- "legacy-preset",
36
- "cordis.patch.yml",
37
- "README.md",
38
- "INSTALL.md",
39
- "LICENSE"
40
- ],
41
- "license": "MIT",
42
- "repository": {
43
- "type": "git",
44
- "url": "git+https://github.com/Norman-else/dsh-claude.git"
45
- },
46
- "homepage": "https://github.com/Norman-else/dsh-claude#readme",
47
- "bugs": {
48
- "url": "https://github.com/Norman-else/dsh-claude/issues"
49
- },
50
- "publishConfig": {
51
- "access": "public"
52
- },
53
- "engines": {
54
- "node": ">=20"
55
- },
56
- "dsh": {
57
- "bundle": {
58
- "patch": "./cordis.patch.yml"
59
- },
60
- "client": {
61
- "inject": [
62
- "@deepseek-ai/dsh-client-connection",
63
- "@deepseek-ai/dsh-api-session-controller",
64
- "@deepseek-ai/dsh-api-workspace-controller",
65
- "@deepseek-ai/dsh-api-remotes",
66
- "@deepseek-ai/dsh-client-ui-chat",
67
- "@deepseek-ai/dsh-client-ui-conversation",
68
- "@deepseek-ai/dsh-client-ui-input-trigger",
69
- "@deepseek-ai/dsh-client-ui-renderer",
70
- "@deepseek-ai/dsh-client-ui-session",
71
- "@deepseek-ai/dsh-client-ui-settings",
72
- "@deepseek-ai/dsh-client-locale"
73
- ],
74
- "platform": "web"
75
- }
76
- },
77
- "dependencies": {
78
- "@anthropic-ai/claude-agent-sdk": "0.3.247",
79
- "dompurify": "^3.4.14",
80
- "marked": "^18.0.11"
81
- },
82
- "peerDependencies": {
83
- "@deepseek-ai/cordis": "^4.0.1",
84
- "@deepseek-ai/dsh-agent": "*",
85
- "@deepseek-ai/dsh-agent-presets": "*",
86
- "@deepseek-ai/dsh-attachment": "*",
87
- "@deepseek-ai/dsh-brand": "*",
88
- "@deepseek-ai/dsh-client-locale": "*",
89
- "@deepseek-ai/dsh-client-runtime": "*",
90
- "@deepseek-ai/dsh-client-ui-conversation": "*",
91
- "@deepseek-ai/dsh-client-ui-input-trigger": "*",
92
- "@deepseek-ai/dsh-client-ui-primitives": "*",
93
- "@deepseek-ai/dsh-client-ui-settings": "*",
94
- "@deepseek-ai/dsh-client-ui-slots": "*",
95
- "@deepseek-ai/dsh-commands": "*",
96
- "@deepseek-ai/dsh-home-paths": "*",
97
- "@deepseek-ai/dsh-host-webserver": "*",
98
- "@deepseek-ai/dsh-llm": "*",
99
- "@deepseek-ai/dsh-session": "*",
100
- "@deepseek-ai/dsh-subprocess": "*",
101
- "@deepseek-ai/dsh-timeout": "*",
102
- "@deepseek-ai/dsh-tools": "*",
103
- "@deepseek-ai/dsh-user-approval": "*",
104
- "@deepseek-ai/dsh-user-questions": "*",
105
- "@deepseek-ai/schemastery": "^3.18.1",
106
- "react": "^18.2.0",
107
- "react-dom": "^18.2.0"
108
- },
109
- "devDependencies": {
110
- "@deepseek-ai/cordis": "4.0.1",
111
- "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
112
- "@deepseek-ai/dsh-agent-default-model": "0.1.1-rc.2",
113
- "@deepseek-ai/dsh-agent-presets": "0.1.1-rc.2",
114
- "@deepseek-ai/dsh-api-gateway": "0.1.1-rc.2",
115
- "@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2",
116
- "@deepseek-ai/dsh-atomic-write": "0.1.1-rc.2",
117
- "@deepseek-ai/dsh-attachment": "0.1.1-rc.2",
118
- "@deepseek-ai/dsh-brand": "0.1.1-rc.2",
119
- "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2",
120
- "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
121
- "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
122
- "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2",
123
- "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.1-rc.2",
124
- "@deepseek-ai/dsh-client-ui-layout": "0.1.1-rc.2",
125
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2",
126
- "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
127
- "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
128
- "@deepseek-ai/dsh-client-ui-theme": "0.1.1-rc.2",
129
- "@deepseek-ai/dsh-code-runtime": "0.1.1-rc.2",
130
- "@deepseek-ai/dsh-commands": "0.1.1-rc.2",
131
- "@deepseek-ai/dsh-compaction": "0.1.1-rc.2",
132
- "@deepseek-ai/dsh-cordis-host-runner": "0.1.1-rc.2",
133
- "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
134
- "@deepseek-ai/dsh-file-reference": "0.1.1-rc.2",
135
- "@deepseek-ai/dsh-goal": "0.1.1-rc.2",
136
- "@deepseek-ai/dsh-home-paths": "0.1.1-rc.2",
137
- "@deepseek-ai/dsh-host-apiproxy": "0.1.1-rc.2",
138
- "@deepseek-ai/dsh-host-directory-picker": "0.1.1-rc.2",
139
- "@deepseek-ai/dsh-host-plugin-inventory": "0.1.1-rc.2",
140
- "@deepseek-ai/dsh-host-webserver": "0.1.1-rc.2",
141
- "@deepseek-ai/dsh-invariants": "0.1.1-rc.2",
142
- "@deepseek-ai/dsh-jobs": "0.1.1-rc.2",
143
- "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
144
- "@deepseek-ai/dsh-llm-retry": "0.1.1-rc.2",
145
- "@deepseek-ai/dsh-message-feedback": "0.1.1-rc.2",
146
- "@deepseek-ai/dsh-native-command": "0.1.1-rc.2",
147
- "@deepseek-ai/dsh-output-retention": "0.1.1-rc.2",
148
- "@deepseek-ai/dsh-permission-presets": "0.1.1-rc.2",
149
- "@deepseek-ai/dsh-plan-mode": "0.1.1-rc.2",
150
- "@deepseek-ai/dsh-sandbox": "0.1.1-rc.2",
151
- "@deepseek-ai/dsh-sandbox-policy": "0.1.1-rc.2",
152
- "@deepseek-ai/dsh-scope": "0.1.1-rc.2",
153
- "@deepseek-ai/dsh-session": "0.1.1-rc.2",
154
- "@deepseek-ai/dsh-session-persistence": "0.1.1-rc.2",
155
- "@deepseek-ai/dsh-session-projection": "0.1.1-rc.2",
156
- "@deepseek-ai/dsh-session-projection-cache": "0.1.1-rc.2",
157
- "@deepseek-ai/dsh-session-query": "0.1.1-rc.2",
158
- "@deepseek-ai/dsh-session-reference": "0.1.1-rc.2",
159
- "@deepseek-ai/dsh-session-stats": "0.1.1-rc.2",
160
- "@deepseek-ai/dsh-session-title": "0.1.1-rc.2",
161
- "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
162
- "@deepseek-ai/dsh-shell": "0.1.1-rc.2",
163
- "@deepseek-ai/dsh-skill": "0.1.1-rc.2",
164
- "@deepseek-ai/dsh-storage": "0.1.1-rc.2",
165
- "@deepseek-ai/dsh-storage-domain": "0.1.1-rc.2",
166
- "@deepseek-ai/dsh-subagent": "0.1.1-rc.2",
167
- "@deepseek-ai/dsh-subprocess": "0.1.1-rc.2",
168
- "@deepseek-ai/dsh-system-prompt": "0.1.1-rc.2",
169
- "@deepseek-ai/dsh-timeout": "0.1.1-rc.2",
170
- "@deepseek-ai/dsh-token-meter": "0.1.1-rc.2",
171
- "@deepseek-ai/dsh-tool-todo": "0.1.1-rc.2",
172
- "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
173
- "@deepseek-ai/dsh-typert-protocol": "0.1.1-rc.2",
174
- "@deepseek-ai/dsh-typert-registry": "0.1.1-rc.2",
175
- "@deepseek-ai/dsh-user-approval": "0.1.1-rc.2",
176
- "@deepseek-ai/dsh-user-questions": "0.1.1-rc.2",
177
- "@deepseek-ai/dsh-workspace": "0.1.1-rc.2",
178
- "@deepseek-ai/schemastery": "3.18.1",
179
- "@types/node": "^22.20.1",
180
- "@types/react": "~18.3.31",
181
- "@types/react-dom": "~18.3.7",
182
- "jsdom": "^30.0.1",
183
- "react": "18.2.0",
184
- "react-dom": "18.2.0",
185
- "tsdown": "^0.22.14",
186
- "typescript": "^5.9.3",
187
- "vitest": "^4.1.11"
188
- }
189
- }
1
+ {
2
+ "name": "@norman-else/dsh-claude",
3
+ "description": "Run the local Claude Code CLI as a first-class main conversation inside DeepSeek Harness",
4
+ "version": "0.1.37",
5
+ "type": "module",
6
+ "main": "lib/index.mjs",
7
+ "types": "lib/index.d.mts",
8
+ "bin": {
9
+ "dsh-claude": "lib/bin.mjs"
10
+ },
11
+ "scripts": {
12
+ "build": "tsdown",
13
+ "typecheck": "tsc -p tsconfig.json && tsc -p tsconfig.client.json",
14
+ "test": "vitest run",
15
+ "check": "pnpm run typecheck && pnpm run test && pnpm run build",
16
+ "prepack": "pnpm run build",
17
+ "release": "node scripts/publish.mjs",
18
+ "release:check": "node scripts/publish.mjs --dry-run"
19
+ },
20
+ "exports": {
21
+ ".": {
22
+ "types": "./lib/index.d.mts",
23
+ "default": "./lib/index.mjs"
24
+ },
25
+ "./preset-route": {
26
+ "types": "./lib/preset-route.d.mts",
27
+ "default": "./lib/preset-route.mjs"
28
+ },
29
+ "./client": "./lib/client.js",
30
+ "./package.json": "./package.json"
31
+ },
32
+ "files": [
33
+ "lib",
34
+ "preset",
35
+ "legacy-preset",
36
+ "cordis.patch.yml",
37
+ "README.md",
38
+ "INSTALL.md",
39
+ "LICENSE"
40
+ ],
41
+ "license": "MIT",
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "git+https://github.com/Norman-else/dsh-claude.git"
45
+ },
46
+ "homepage": "https://github.com/Norman-else/dsh-claude#readme",
47
+ "bugs": {
48
+ "url": "https://github.com/Norman-else/dsh-claude/issues"
49
+ },
50
+ "publishConfig": {
51
+ "access": "public"
52
+ },
53
+ "engines": {
54
+ "node": ">=20"
55
+ },
56
+ "dsh": {
57
+ "bundle": {
58
+ "patch": "./cordis.patch.yml"
59
+ },
60
+ "client": {
61
+ "inject": [
62
+ "@deepseek-ai/dsh-client-connection",
63
+ "@deepseek-ai/dsh-api-session-controller",
64
+ "@deepseek-ai/dsh-api-workspace-controller",
65
+ "@deepseek-ai/dsh-api-remotes",
66
+ "@deepseek-ai/dsh-client-ui-chat",
67
+ "@deepseek-ai/dsh-client-ui-conversation",
68
+ "@deepseek-ai/dsh-client-ui-input-trigger",
69
+ "@deepseek-ai/dsh-client-ui-renderer",
70
+ "@deepseek-ai/dsh-client-ui-session",
71
+ "@deepseek-ai/dsh-client-ui-settings",
72
+ "@deepseek-ai/dsh-client-locale"
73
+ ],
74
+ "platform": "web"
75
+ }
76
+ },
77
+ "dependencies": {
78
+ "@anthropic-ai/claude-agent-sdk": "0.3.247",
79
+ "dompurify": "^3.4.14",
80
+ "marked": "^18.0.11"
81
+ },
82
+ "peerDependencies": {
83
+ "@deepseek-ai/cordis": "^4.0.1",
84
+ "@deepseek-ai/dsh-agent": "*",
85
+ "@deepseek-ai/dsh-agent-presets": "*",
86
+ "@deepseek-ai/dsh-attachment": "*",
87
+ "@deepseek-ai/dsh-brand": "*",
88
+ "@deepseek-ai/dsh-client-locale": "*",
89
+ "@deepseek-ai/dsh-client-runtime": "*",
90
+ "@deepseek-ai/dsh-client-ui-conversation": "*",
91
+ "@deepseek-ai/dsh-client-ui-input-trigger": "*",
92
+ "@deepseek-ai/dsh-client-ui-primitives": "*",
93
+ "@deepseek-ai/dsh-client-ui-settings": "*",
94
+ "@deepseek-ai/dsh-client-ui-slots": "*",
95
+ "@deepseek-ai/dsh-commands": "*",
96
+ "@deepseek-ai/dsh-home-paths": "*",
97
+ "@deepseek-ai/dsh-host-webserver": "*",
98
+ "@deepseek-ai/dsh-llm": "*",
99
+ "@deepseek-ai/dsh-session": "*",
100
+ "@deepseek-ai/dsh-subprocess": "*",
101
+ "@deepseek-ai/dsh-timeout": "*",
102
+ "@deepseek-ai/dsh-tools": "*",
103
+ "@deepseek-ai/dsh-user-approval": "*",
104
+ "@deepseek-ai/dsh-user-questions": "*",
105
+ "@deepseek-ai/schemastery": "^3.18.1",
106
+ "react": "^18.2.0",
107
+ "react-dom": "^18.2.0"
108
+ },
109
+ "devDependencies": {
110
+ "@deepseek-ai/cordis": "4.0.1",
111
+ "@deepseek-ai/dsh-agent": "0.1.2-alpha.3",
112
+ "@deepseek-ai/dsh-agent-default-model": "0.1.2-alpha.3",
113
+ "@deepseek-ai/dsh-agent-presets": "0.1.2-alpha.3",
114
+ "@deepseek-ai/dsh-api-gateway": "0.1.2-alpha.3",
115
+ "@deepseek-ai/dsh-api-remotes": "0.1.2-alpha.3",
116
+ "@deepseek-ai/dsh-api-session-controller": "0.1.2-alpha.3",
117
+ "@deepseek-ai/dsh-api-workspace-controller": "0.1.2-alpha.3",
118
+ "@deepseek-ai/dsh-atomic-write": "0.1.2-alpha.3",
119
+ "@deepseek-ai/dsh-attachment": "0.1.2-alpha.3",
120
+ "@deepseek-ai/dsh-brand": "0.1.2-alpha.3",
121
+ "@deepseek-ai/dsh-client-connection": "0.1.2-alpha.3",
122
+ "@deepseek-ai/dsh-client-locale": "0.1.2-alpha.3",
123
+ "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
124
+ "@deepseek-ai/dsh-client-store": "0.1.2-alpha.3",
125
+ "@deepseek-ai/dsh-client-ui-chat": "0.1.2-alpha.3",
126
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.2-alpha.3",
127
+ "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.2-alpha.3",
128
+ "@deepseek-ai/dsh-client-ui-layout": "0.1.2-alpha.3",
129
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-alpha.3",
130
+ "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-alpha.3",
131
+ "@deepseek-ai/dsh-client-ui-session": "0.1.2-alpha.3",
132
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.2-alpha.3",
133
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.2-alpha.3",
134
+ "@deepseek-ai/dsh-client-ui-theme": "0.1.2-alpha.3",
135
+ "@deepseek-ai/dsh-code-runtime": "0.1.2-alpha.3",
136
+ "@deepseek-ai/dsh-commands": "0.1.2-alpha.3",
137
+ "@deepseek-ai/dsh-compaction": "0.1.2-alpha.3",
138
+ "@deepseek-ai/dsh-cordis-host-runner": "0.1.2-alpha.3",
139
+ "@deepseek-ai/dsh-credentials": "0.1.2-alpha.3",
140
+ "@deepseek-ai/dsh-file-reference": "0.1.2-alpha.3",
141
+ "@deepseek-ai/dsh-goal": "0.1.2-alpha.3",
142
+ "@deepseek-ai/dsh-home-paths": "0.1.2-alpha.3",
143
+ "@deepseek-ai/dsh-host-apiproxy": "0.1.1-rc.2",
144
+ "@deepseek-ai/dsh-host-directory-picker": "0.1.2-alpha.3",
145
+ "@deepseek-ai/dsh-host-plugin-inventory": "0.1.2-alpha.3",
146
+ "@deepseek-ai/dsh-host-webserver": "0.1.2-alpha.3",
147
+ "@deepseek-ai/dsh-invariants": "0.1.2-alpha.3",
148
+ "@deepseek-ai/dsh-jobs": "0.1.2-alpha.3",
149
+ "@deepseek-ai/dsh-llm": "0.1.2-alpha.3",
150
+ "@deepseek-ai/dsh-llm-retry": "0.1.2-alpha.3",
151
+ "@deepseek-ai/dsh-message-feedback": "0.1.2-alpha.3",
152
+ "@deepseek-ai/dsh-native-command": "0.1.2-alpha.3",
153
+ "@deepseek-ai/dsh-output-retention": "0.1.2-alpha.3",
154
+ "@deepseek-ai/dsh-permission-presets": "0.1.2-alpha.3",
155
+ "@deepseek-ai/dsh-plan-mode": "0.1.2-alpha.3",
156
+ "@deepseek-ai/dsh-sandbox": "0.1.2-alpha.3",
157
+ "@deepseek-ai/dsh-sandbox-policy": "0.1.2-alpha.3",
158
+ "@deepseek-ai/dsh-scope": "0.1.2-alpha.3",
159
+ "@deepseek-ai/dsh-session": "0.1.2-alpha.3",
160
+ "@deepseek-ai/dsh-session-persistence": "0.1.2-alpha.3",
161
+ "@deepseek-ai/dsh-session-projection": "0.1.2-alpha.3",
162
+ "@deepseek-ai/dsh-session-projection-cache": "0.1.2-alpha.3",
163
+ "@deepseek-ai/dsh-session-query": "0.1.2-alpha.3",
164
+ "@deepseek-ai/dsh-session-reference": "0.1.2-alpha.3",
165
+ "@deepseek-ai/dsh-session-stats": "0.1.2-alpha.3",
166
+ "@deepseek-ai/dsh-session-title": "0.1.2-alpha.3",
167
+ "@deepseek-ai/dsh-settings": "0.1.2-alpha.3",
168
+ "@deepseek-ai/dsh-shell": "0.1.2-alpha.3",
169
+ "@deepseek-ai/dsh-skill": "0.1.2-alpha.3",
170
+ "@deepseek-ai/dsh-storage": "0.1.2-alpha.3",
171
+ "@deepseek-ai/dsh-storage-domain": "0.1.2-alpha.3",
172
+ "@deepseek-ai/dsh-subagent": "0.1.2-alpha.3",
173
+ "@deepseek-ai/dsh-subprocess": "0.1.2-alpha.3",
174
+ "@deepseek-ai/dsh-system-prompt": "0.1.2-alpha.3",
175
+ "@deepseek-ai/dsh-timeout": "0.1.2-alpha.3",
176
+ "@deepseek-ai/dsh-token-meter": "0.1.2-alpha.3",
177
+ "@deepseek-ai/dsh-tool-todo": "0.1.2-alpha.3",
178
+ "@deepseek-ai/dsh-tools": "0.1.2-alpha.3",
179
+ "@deepseek-ai/dsh-typert-protocol": "0.1.2-alpha.3",
180
+ "@deepseek-ai/dsh-typert-registry": "0.1.2-alpha.3",
181
+ "@deepseek-ai/dsh-user-approval": "0.1.2-alpha.3",
182
+ "@deepseek-ai/dsh-user-questions": "0.1.2-alpha.3",
183
+ "@deepseek-ai/dsh-workspace": "0.1.2-alpha.3",
184
+ "@deepseek-ai/schemastery": "3.18.1",
185
+ "@types/node": "^22.20.1",
186
+ "@types/react": "~18.3.31",
187
+ "@types/react-dom": "~18.3.7",
188
+ "jsdom": "^30.0.1",
189
+ "react": "18.2.0",
190
+ "react-dom": "18.2.0",
191
+ "tsdown": "^0.22.14",
192
+ "typescript": "^5.9.3",
193
+ "vitest": "^4.1.11"
194
+ }
195
+ }
@@ -1,11 +1,11 @@
1
- # Shipped by dsh-claude. Claude Code owns the inner agent loop and tools;
2
- # this system preset contributes only the request-route override. DSH resolves
3
- # the bare package specifier from the host profile when mounting system roots.
4
- - id: claude-code-route
5
- name: '@norman-else/dsh-claude/preset-route'
6
- # Entry-local isolate realm: each session's preset mount gets its own
7
- # claudeCommands service instance (keeps mountPreset's leaked-service check
8
- # happy and prevents cross-session collisions). The host reads it through
9
- # dsh-agent-presets' serviceForAgent().
10
- isolate:
11
- claudeCommands: true
1
+ # Shipped by dsh-claude. Claude Code owns the inner agent loop and tools;
2
+ # this system preset contributes only the request-route override. DSH resolves
3
+ # the bare package specifier from the host profile when mounting system roots.
4
+ - id: claude-code-route
5
+ name: '@norman-else/dsh-claude/preset-route'
6
+ # Entry-local isolate realm: each session's preset mount gets its own
7
+ # claudeCommands service instance (keeps mountPreset's leaked-service check
8
+ # happy and prevents cross-session collisions). The host reads it through
9
+ # dsh-agent-presets' serviceForAgent().
10
+ isolate:
11
+ claudeCommands: true
@@ -1,4 +1,4 @@
1
- # Shipped by dsh-claude. Copy this system preset under a new id to customize it.
2
- name: Claude
3
- description: Use the local Claude Code as the complete agent runtime inside DSH.
4
- order: 10
1
+ # Shipped by dsh-claude. Copy this system preset under a new id to customize it.
2
+ name: Claude
3
+ description: Use the local Claude Code as the complete agent runtime inside DSH.
4
+ order: 10