2026-07-22 10:55:17 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh",
|
2026-07-22 20:45:24 +08:00
|
|
|
"description": "dsh CLI: interactive TUI, headless task, and browser UI surfaces",
|
2026-07-22 10:55:17 +08:00
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"bin": {
|
|
|
|
|
"dsh": "lib/bin.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib/bin.js",
|
2026-07-25 01:19:47 +08:00
|
|
|
"cordis.yml",
|
2026-07-22 10:55:17 +08:00
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"dependencies": {
|
2026-07-25 01:19:47 +08:00
|
|
|
"@cordisjs/plugin-include": "workspace:*",
|
|
|
|
|
"@cordisjs/plugin-loader": "workspace:*",
|
|
|
|
|
"@cordisjs/plugin-timer": "workspace:*",
|
|
|
|
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-agent-loop": "workspace:^",
|
2026-07-22 10:55:20 +08:00
|
|
|
"@deepseek-ai/dsh-app-boot": "workspace:^",
|
2026-07-28 22:59:12 +08:00
|
|
|
"@deepseek-ai/dsh-bash-sandbox": "workspace:^",
|
2026-07-23 21:56:18 +08:00
|
|
|
"@deepseek-ai/dsh-client-connection": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-hmr": "workspace:^",
|
2026-07-26 00:16:05 +08:00
|
|
|
"@deepseek-ai/dsh-client-locale": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-client-modules": "workspace:^",
|
2026-07-23 21:56:18 +08:00
|
|
|
"@deepseek-ai/dsh-client-runtime": "workspace:^",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-command": "workspace:^",
|
2026-07-23 21:56:18 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-conversation": "workspace:^",
|
2026-07-28 21:43:04 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-goal": "workspace:^",
|
2026-07-23 21:56:18 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-layout": "workspace:^",
|
2026-07-27 10:28:45 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-model": "workspace:^",
|
2026-07-26 12:40:17 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-models": "workspace:^",
|
2026-07-28 23:38:22 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-permission": "workspace:^",
|
2026-07-24 12:55:23 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-plan": "workspace:^",
|
2026-07-23 22:32:10 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-question": "workspace:^",
|
2026-07-26 00:16:05 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-settings": "workspace:^",
|
2026-07-26 12:40:17 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-settings-general": "workspace:^",
|
2026-07-23 21:56:18 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-sidebar": "workspace:^",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-skill": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-slash": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-subagent": "workspace:^",
|
2026-07-23 21:56:18 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-theme": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-trajectory": "workspace:^",
|
2026-07-25 16:04:48 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-workspace": "workspace:^",
|
2026-07-26 02:43:34 +08:00
|
|
|
"@deepseek-ai/dsh-code-runtime-worker": "workspace:^",
|
2026-07-28 21:43:04 +08:00
|
|
|
"@deepseek-ai/dsh-command-goal": "workspace:^",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-commands": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-compact-basic": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@deepseek-ai/dsh-frontend": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-fs-policy": "workspace:^",
|
2026-07-28 22:59:12 +08:00
|
|
|
"@deepseek-ai/dsh-fs-sandbox": "workspace:^",
|
2026-07-28 21:43:04 +08:00
|
|
|
"@deepseek-ai/dsh-goal": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-goal-session": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@deepseek-ai/dsh-host-apiproxy": "workspace:^",
|
2026-07-28 22:22:14 +08:00
|
|
|
"@deepseek-ai/dsh-host-directory-picker-browse": "workspace:^",
|
2026-07-29 06:19:18 +08:00
|
|
|
"@deepseek-ai/dsh-host-directory-picker-native": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@deepseek-ai/dsh-host-webserver": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-llm": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-llm-deepseek": "workspace:^",
|
2026-07-28 22:29:41 +08:00
|
|
|
"@deepseek-ai/dsh-llm-pi-ai": "workspace:^",
|
2026-07-26 03:31:20 +08:00
|
|
|
"@deepseek-ai/dsh-llm-retry": "workspace:^",
|
2026-07-22 20:45:24 +08:00
|
|
|
"@deepseek-ai/dsh-paths": "workspace:^",
|
2026-07-28 22:59:12 +08:00
|
|
|
"@deepseek-ai/dsh-permission": "workspace:^",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-plan-mode": "workspace:^",
|
2026-07-28 22:59:12 +08:00
|
|
|
"@deepseek-ai/dsh-sandbox-local": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-sandbox-policy": "workspace:^",
|
2026-07-24 19:43:59 +08:00
|
|
|
"@deepseek-ai/dsh-session": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-session-persistence-jsonl": "workspace:^",
|
2026-07-27 23:38:31 +08:00
|
|
|
"@deepseek-ai/dsh-session-projection": "workspace:^",
|
2026-07-28 01:26:19 +08:00
|
|
|
"@deepseek-ai/dsh-session-projection-cache": "workspace:^",
|
2026-07-29 14:29:32 +08:00
|
|
|
"@deepseek-ai/dsh-session-registry": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-session-registry-file": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-session-registry-live": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-session-title": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-session-title-first-message-llm": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-skill": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-skill-local": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-spill-local": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-spill-policy": "workspace:^",
|
2026-07-25 16:04:48 +08:00
|
|
|
"@deepseek-ai/dsh-storage": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-storage-domain": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-storage-json": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-subagent": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-subagent-fork": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-subagent-spawn": "workspace:^",
|
2026-07-27 23:38:31 +08:00
|
|
|
"@deepseek-ai/dsh-subprocess-local": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-system-prompt": "workspace:^",
|
2026-07-26 05:13:39 +08:00
|
|
|
"@deepseek-ai/dsh-tasks-local": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-timeout-policy": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-token-meter": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-bash": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-fs": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-fs-search": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-skill": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-subagent": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-tasks": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-todo": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-workflow": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tools": "workspace:^",
|
2026-07-24 12:31:26 +08:00
|
|
|
"@deepseek-ai/dsh-tui": "workspace:^",
|
2026-07-28 22:59:12 +08:00
|
|
|
"@deepseek-ai/dsh-user-approval": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-user-interaction": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-workflow-workerthread": "workspace:^",
|
2026-07-25 16:04:48 +08:00
|
|
|
"@deepseek-ai/dsh-workspace": "workspace:^",
|
2026-07-25 01:19:47 +08:00
|
|
|
"@deepseek-ai/dsh-workspace-context": "workspace:^",
|
2026-07-25 12:02:28 +08:00
|
|
|
"commander": "^15.0.0",
|
2026-07-25 01:19:47 +08:00
|
|
|
"cordis": "^4.0.0-rc.7",
|
|
|
|
|
"js-yaml": "^4.2.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/js-yaml": "^4.0.9"
|
2026-07-22 10:55:17 +08:00
|
|
|
}
|
|
|
|
|
}
|