-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompatibility.json
More file actions
53 lines (53 loc) · 1.73 KB
/
Copy pathcompatibility.json
File metadata and controls
53 lines (53 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"project": "DSHelm",
"version": "0.3.0-alpha.0",
"tested": {
"dshCli": "0.1.0-rc.6 host probe; clean profile journey verified with @deepseek-ai/dsh 0.1.0-rc.7",
"dshPackages": "0.1.0-rc.7",
"cordis": "4.0.1",
"node": ">=22.19.0",
"pnpm": "11.7.0",
"typescript": "6.0.3",
"zod": "4.4.3",
"dshReferenceCheckout": "99f6f02fecdb7dff40c3fbc9470f5907c29f74ca (dsh-v0.1.0-rc.7, read-only reference)",
"verifiedDate": "2026-08-18"
},
"seams": {
"llm": [
"listProviders",
"resolveModelInfo",
"listModels (advisory)",
"prepareCall",
"resolveCallConfig"
],
"agent": [
"AgentRegistry.create",
"installModelSelection"
],
"subagent": [
"SubagentRuntime.registerProvider",
"SubagentStartRequest (persona/toolFilter/maxDepth)",
"startInProcessRun"
],
"session": [
"SessionStore",
"SessionEventMap augmentation via '@deepseek-ai/dsh-session/types'",
"request/header"
],
"projection": [
"SessionProjectionRegistry",
"ProjectionDefinition",
"SessionProjectionMap augmentation"
],
"settings": [
"installSettingsSection(ctx, ns, schema, entry, hooks)",
"settingsNamespace"
]
},
"notes": [
"dsh-client-runtime@0.1.0-rc.7 is browser-only and requires the DSH Web shell",
"public CLI tarball is named dshelm; workspace @dshelm packages are packed together for closure verification",
"clean journey uses an isolated HOME/DSH_HOME and verifies init, rc.7 dump-config, bounded boot, doctor, explain, and uninstall",
"native auth descriptors are version-gated evidence snapshots: Codex 0.147.0 and Claude Code 2.1.234; Gemini and Qwen shell login/logout are unsupported"
]
}