@deepseek-ai/dsh-plan-mode 0.1.3-alpha.2 → 0.1.5-alpha.1
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.i18n.yaml +2 -2
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/package.json +21 -21
package/README.i18n.yaml
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/plan/plan-mode/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: 693273ab4bdfddebd6145046e8354a5a211c8b8b
|
|
6
|
+
README.zh.md: 39a7a65c29d3f11dfb9e9f4dc696d59082c82240
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
|
|
|
9
9
|
|
|
10
10
|
## Summary
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Plan mode asks an agent to explore and design before execution, then presents the finished plan for your approval. Enter it with `/plan`, optionally with a message or ordered image and file attachments; leave with `/plan off`, approve the review to continue, or return feedback for more planning. Deployment-defined guidance controls planning behavior, but every tool remains available, so use sandbox mode and approval prompts for enforced limits. The active state survives session resume and forks. Choose it when you want a reviewed plan before the agent acts.
|
|
13
13
|
|
|
14
14
|
## Table of Contents
|
|
15
15
|
|
package/README.zh.md
CHANGED
|
@@ -9,7 +9,7 @@ kind: "package-reference"
|
|
|
9
9
|
|
|
10
10
|
## 概述
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
计划模式要求 agent 先探索和设计再执行,然后把完成的计划呈交你批准。用 `/plan` 进入,并可附带一条消息或按顺序排列的图片与文件附件;用 `/plan off` 离开,批准评审以继续执行,或反馈意见以要求继续规划。部署方定义的引导控制规划行为,但每个工具仍然可用,因此请用沙箱模式与审批提示施加强制限制。激活状态会在会话恢复和 fork 后保留。当你希望 agent 行动前先提交一份经评审的计划时,选择计划模式。
|
|
13
13
|
|
|
14
14
|
## 目录
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-plan-mode",
|
|
3
3
|
"description": "Logged per-agent plan mode with deployment guidance, a direct slash command, and a user-reviewed exit",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5-alpha.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
],
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
45
|
-
"@deepseek-ai/dsh-
|
|
46
|
-
"@deepseek-ai/dsh-
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-session
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-system-prompt": "^0.1.
|
|
51
|
-
"@deepseek-ai/dsh-tools": "^0.1.
|
|
52
|
-
"@deepseek-ai/dsh-user-questions": "^0.1.
|
|
44
|
+
"@deepseek-ai/dsh-agent": "^0.1.5-alpha.1",
|
|
45
|
+
"@deepseek-ai/dsh-commands": "^0.1.5-alpha.1",
|
|
46
|
+
"@deepseek-ai/dsh-invariants": "^0.1.5-alpha.1",
|
|
47
|
+
"@deepseek-ai/dsh-llm": "^0.1.5-alpha.1",
|
|
48
|
+
"@deepseek-ai/dsh-session": "^0.1.5-alpha.1",
|
|
49
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.5-alpha.1",
|
|
50
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.5-alpha.1",
|
|
51
|
+
"@deepseek-ai/dsh-tools": "^0.1.5-alpha.1",
|
|
52
|
+
"@deepseek-ai/dsh-user-questions": "^0.1.5-alpha.1",
|
|
53
53
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
54
54
|
},
|
|
55
55
|
"peerDependenciesMeta": {
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
"zod": "^4.4.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
65
|
-
"@deepseek-ai/dsh-
|
|
66
|
-
"@deepseek-ai/dsh-
|
|
67
|
-
"@deepseek-ai/dsh-commands": "^0.1.
|
|
68
|
-
"@deepseek-ai/dsh-
|
|
69
|
-
"@deepseek-ai/dsh-
|
|
70
|
-
"@deepseek-ai/dsh-session": "^0.1.
|
|
71
|
-
"@deepseek-ai/dsh-
|
|
72
|
-
"@deepseek-ai/dsh-
|
|
73
|
-
"@deepseek-ai/dsh-
|
|
74
|
-
"@deepseek-ai/dsh-
|
|
64
|
+
"@deepseek-ai/dsh-agent-loop": "^0.1.5-alpha.1",
|
|
65
|
+
"@deepseek-ai/dsh-code-runtime": "^0.1.5-alpha.1",
|
|
66
|
+
"@deepseek-ai/dsh-agent": "^0.1.5-alpha.1",
|
|
67
|
+
"@deepseek-ai/dsh-commands": "^0.1.5-alpha.1",
|
|
68
|
+
"@deepseek-ai/dsh-llm": "^0.1.5-alpha.1",
|
|
69
|
+
"@deepseek-ai/dsh-invariants": "^0.1.5-alpha.1",
|
|
70
|
+
"@deepseek-ai/dsh-session": "^0.1.5-alpha.1",
|
|
71
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.5-alpha.1",
|
|
72
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.5-alpha.1",
|
|
73
|
+
"@deepseek-ai/dsh-tools": "^0.1.5-alpha.1",
|
|
74
|
+
"@deepseek-ai/dsh-user-questions": "^0.1.5-alpha.1",
|
|
75
75
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
76
76
|
}
|
|
77
77
|
}
|