codsh-bundle 0.3.0 → 0.5.0
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/lib/index.js +880 -118
- package/lib/types/console.d.ts +32 -3
- package/lib/types/keys.d.ts +21 -0
- package/lib/types/prompt.d.ts +26 -1
- package/lib/types/screen.d.ts +111 -5
- package/lib/types/ship.d.ts +8 -0
- package/lib/types/theme.d.ts +17 -0
- package/lib/types/todos.d.ts +49 -0
- package/lib/types/transcript.d.ts +84 -0
- package/package.json +46 -46
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codsh-bundle",
|
|
3
3
|
"description": "The codsh runtime: the interactive TTY surface and code-cli agent preset, installed into a dsh profile. Users install codsh-cli (the launcher) — this package is what it registers.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -38,37 +38,37 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@deepseek-ai/dsh-agent-instructions": "^0.1.0-rc.
|
|
42
|
-
"@deepseek-ai/dsh-agent-presets": "^0.1.0-rc.
|
|
43
|
-
"@deepseek-ai/dsh-cmdline": "^0.1.0-rc.
|
|
44
|
-
"@deepseek-ai/dsh-code-runtime-worker-thread": "^0.1.0-rc.
|
|
45
|
-
"@deepseek-ai/dsh-command-compact": "^0.1.0-rc.
|
|
46
|
-
"@deepseek-ai/dsh-compaction-basic": "^0.1.0-rc.
|
|
47
|
-
"@deepseek-ai/dsh-compaction-tool-result-pruner": "^0.1.0-rc.
|
|
48
|
-
"@deepseek-ai/dsh-lsp": "^0.1.0-rc.
|
|
49
|
-
"@deepseek-ai/dsh-lsp-stdio": "^0.1.0-rc.
|
|
50
|
-
"@deepseek-ai/dsh-persona": "^0.1.0-rc.
|
|
51
|
-
"@deepseek-ai/dsh-plan-mode": "^0.1.0-rc.
|
|
52
|
-
"@deepseek-ai/dsh-skill-filesystem": "^0.1.0-rc.
|
|
53
|
-
"@deepseek-ai/dsh-terminal": "^0.1.0-rc.
|
|
54
|
-
"@deepseek-ai/dsh-terminal-bash": "^0.1.0-rc.
|
|
55
|
-
"@deepseek-ai/dsh-tool-ask-user": "^0.1.0-rc.
|
|
56
|
-
"@deepseek-ai/dsh-tool-bash": "^0.1.0-rc.
|
|
57
|
-
"@deepseek-ai/dsh-tool-fs": "^0.1.0-rc.
|
|
58
|
-
"@deepseek-ai/dsh-tool-fs-search": "^0.1.0-rc.
|
|
59
|
-
"@deepseek-ai/dsh-tool-goal": "^0.1.0-rc.
|
|
60
|
-
"@deepseek-ai/dsh-tool-jobs": "^0.1.0-rc.
|
|
61
|
-
"@deepseek-ai/dsh-tool-lsp": "^0.1.0-rc.
|
|
62
|
-
"@deepseek-ai/dsh-tool-pwsh": "^0.1.0-rc.
|
|
63
|
-
"@deepseek-ai/dsh-tool-ralph": "^0.1.0-rc.
|
|
64
|
-
"@deepseek-ai/dsh-tool-skill": "^0.1.0-rc.
|
|
65
|
-
"@deepseek-ai/dsh-tool-subagent": "^0.1.0-rc.
|
|
66
|
-
"@deepseek-ai/dsh-tool-subagent-control": "^0.1.0-rc.
|
|
67
|
-
"@deepseek-ai/dsh-tool-terminal": "^0.1.0-rc.
|
|
68
|
-
"@deepseek-ai/dsh-tool-todo": "^0.1.0-rc.
|
|
69
|
-
"@deepseek-ai/dsh-tool-web": "^0.1.0-rc.
|
|
70
|
-
"@deepseek-ai/dsh-tool-workflow": "^0.1.0-rc.
|
|
71
|
-
"@deepseek-ai/dsh-workflow-worker-thread": "^0.1.0-rc.
|
|
41
|
+
"@deepseek-ai/dsh-agent-instructions": "^0.1.0-rc.8",
|
|
42
|
+
"@deepseek-ai/dsh-agent-presets": "^0.1.0-rc.8",
|
|
43
|
+
"@deepseek-ai/dsh-cmdline": "^0.1.0-rc.8",
|
|
44
|
+
"@deepseek-ai/dsh-code-runtime-worker-thread": "^0.1.0-rc.8",
|
|
45
|
+
"@deepseek-ai/dsh-command-compact": "^0.1.0-rc.8",
|
|
46
|
+
"@deepseek-ai/dsh-compaction-basic": "^0.1.0-rc.8",
|
|
47
|
+
"@deepseek-ai/dsh-compaction-tool-result-pruner": "^0.1.0-rc.8",
|
|
48
|
+
"@deepseek-ai/dsh-lsp": "^0.1.0-rc.8",
|
|
49
|
+
"@deepseek-ai/dsh-lsp-stdio": "^0.1.0-rc.8",
|
|
50
|
+
"@deepseek-ai/dsh-persona": "^0.1.0-rc.8",
|
|
51
|
+
"@deepseek-ai/dsh-plan-mode": "^0.1.0-rc.8",
|
|
52
|
+
"@deepseek-ai/dsh-skill-filesystem": "^0.1.0-rc.8",
|
|
53
|
+
"@deepseek-ai/dsh-terminal": "^0.1.0-rc.8",
|
|
54
|
+
"@deepseek-ai/dsh-terminal-bash": "^0.1.0-rc.8",
|
|
55
|
+
"@deepseek-ai/dsh-tool-ask-user": "^0.1.0-rc.8",
|
|
56
|
+
"@deepseek-ai/dsh-tool-bash": "^0.1.0-rc.8",
|
|
57
|
+
"@deepseek-ai/dsh-tool-fs": "^0.1.0-rc.8",
|
|
58
|
+
"@deepseek-ai/dsh-tool-fs-search": "^0.1.0-rc.8",
|
|
59
|
+
"@deepseek-ai/dsh-tool-goal": "^0.1.0-rc.8",
|
|
60
|
+
"@deepseek-ai/dsh-tool-jobs": "^0.1.0-rc.8",
|
|
61
|
+
"@deepseek-ai/dsh-tool-lsp": "^0.1.0-rc.8",
|
|
62
|
+
"@deepseek-ai/dsh-tool-pwsh": "^0.1.0-rc.8",
|
|
63
|
+
"@deepseek-ai/dsh-tool-ralph": "^0.1.0-rc.8",
|
|
64
|
+
"@deepseek-ai/dsh-tool-skill": "^0.1.0-rc.8",
|
|
65
|
+
"@deepseek-ai/dsh-tool-subagent": "^0.1.0-rc.8",
|
|
66
|
+
"@deepseek-ai/dsh-tool-subagent-control": "^0.1.0-rc.8",
|
|
67
|
+
"@deepseek-ai/dsh-tool-terminal": "^0.1.0-rc.8",
|
|
68
|
+
"@deepseek-ai/dsh-tool-todo": "^0.1.0-rc.8",
|
|
69
|
+
"@deepseek-ai/dsh-tool-web": "^0.1.0-rc.8",
|
|
70
|
+
"@deepseek-ai/dsh-tool-workflow": "^0.1.0-rc.8",
|
|
71
|
+
"@deepseek-ai/dsh-workflow-worker-thread": "^0.1.0-rc.8",
|
|
72
72
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
73
73
|
"commander": "^15.0.0",
|
|
74
74
|
"diff": "^9.0.0",
|
|
@@ -77,20 +77,20 @@
|
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
79
79
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
|
|
80
|
-
"@deepseek-ai/dsh-agent": "^0.1.0-rc.
|
|
81
|
-
"@deepseek-ai/dsh-agent-default-model": "^0.1.0-rc.
|
|
82
|
-
"@deepseek-ai/dsh-commands": "^0.1.0-rc.
|
|
83
|
-
"@deepseek-ai/dsh-home-paths": "^0.1.0-rc.
|
|
84
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
85
|
-
"@deepseek-ai/dsh-llm": "^0.1.0-rc.
|
|
86
|
-
"@deepseek-ai/dsh-permission-presets": "^0.1.0-rc.
|
|
87
|
-
"@deepseek-ai/dsh-session": "^0.1.0-rc.
|
|
88
|
-
"@deepseek-ai/dsh-session-projection": "^0.1.0-rc.
|
|
89
|
-
"@deepseek-ai/dsh-session-query": "^0.1.0-rc.
|
|
90
|
-
"@deepseek-ai/dsh-token-meter": "^0.1.0-rc.
|
|
91
|
-
"@deepseek-ai/dsh-tools": "^0.1.0-rc.
|
|
92
|
-
"@deepseek-ai/dsh-user-approval": "^0.1.0-rc.
|
|
93
|
-
"@deepseek-ai/dsh-user-questions": "^0.1.0-rc.
|
|
80
|
+
"@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
|
|
81
|
+
"@deepseek-ai/dsh-agent-default-model": "^0.1.0-rc.8",
|
|
82
|
+
"@deepseek-ai/dsh-commands": "^0.1.0-rc.8",
|
|
83
|
+
"@deepseek-ai/dsh-home-paths": "^0.1.0-rc.8",
|
|
84
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
|
|
85
|
+
"@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
|
|
86
|
+
"@deepseek-ai/dsh-permission-presets": "^0.1.0-rc.8",
|
|
87
|
+
"@deepseek-ai/dsh-session": "^0.1.0-rc.8",
|
|
88
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.0-rc.8",
|
|
89
|
+
"@deepseek-ai/dsh-session-query": "^0.1.0-rc.8",
|
|
90
|
+
"@deepseek-ai/dsh-token-meter": "^0.1.0-rc.8",
|
|
91
|
+
"@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
|
|
92
|
+
"@deepseek-ai/dsh-user-approval": "^0.1.0-rc.8",
|
|
93
|
+
"@deepseek-ai/dsh-user-questions": "^0.1.0-rc.8"
|
|
94
94
|
},
|
|
95
95
|
"engines": {
|
|
96
96
|
"node": ">=22.19"
|