@xth26/dsh-plan-build-mode 0.2.2 → 0.2.3
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.md +3 -5
- package/README.zh.md +3 -5
- package/lib/index.d.ts +0 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -30
- package/lib/index.js.map +1 -1
- package/lib/types.d.ts +0 -8
- package/lib/types.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ For `0.x` versions, the semver range `^0.1.0` only matches `0.1.x` and will **ne
|
|
|
73
73
|
```bash
|
|
74
74
|
# Bump the installed version in the target profile
|
|
75
75
|
# (run this outside a sandboxed agent session; the profile directory is not writable from DSH)
|
|
76
|
-
dsh plugin --profile dsh-tui add @xth26/dsh-plan-build-mode@0.2.
|
|
76
|
+
dsh plugin --profile dsh-tui add @xth26/dsh-plan-build-mode@0.2.3
|
|
77
77
|
|
|
78
78
|
# Restart the DSH process that uses that profile
|
|
79
79
|
# (old Node process still holds the previous plugin code in memory)
|
|
@@ -89,14 +89,13 @@ dsh plugin --profile dsh-tui add @xth26/dsh-plan-build-mode@latest
|
|
|
89
89
|
|
|
90
90
|
## Usage
|
|
91
91
|
|
|
92
|
-
| Command
|
|
92
|
+
| Command | Effect |
|
|
93
93
|
|---|---|
|
|
94
94
|
| `/plan-build` | Toggle between Plan and Build modes |
|
|
95
95
|
| `/plan-build status` | Show the current mode |
|
|
96
96
|
| `/plan-build switch plan` | Enter Plan mode (read-only) |
|
|
97
97
|
| `/plan-build switch build` | Enter Build mode (writable) |
|
|
98
98
|
| `/plan-build switch` | Same as `/plan-build`; toggles between modes |
|
|
99
|
-
| `ctrl+shift+b` (dsh-tui only) | Toggle between Plan and Build modes; configurable via `tuiShortcut` |
|
|
100
99
|
|
|
101
100
|
## Configuration
|
|
102
101
|
|
|
@@ -108,10 +107,9 @@ dsh plugin --profile dsh-tui add @xth26/dsh-plan-build-mode@latest
|
|
|
108
107
|
buildSandbox: workspace-write
|
|
109
108
|
denyWriteTools: true
|
|
110
109
|
section: true
|
|
111
|
-
tuiShortcut: ctrl+shift+b
|
|
112
110
|
```
|
|
113
111
|
|
|
114
|
-
`planSandbox` and `buildSandbox` must differ.
|
|
112
|
+
`planSandbox` and `buildSandbox` must differ.
|
|
115
113
|
|
|
116
114
|
## Plan mode: command-line Python for inspection
|
|
117
115
|
|
package/README.zh.md
CHANGED
|
@@ -70,7 +70,7 @@ pnpm link --global @xth26/dsh-plan-build-mode
|
|
|
70
70
|
```bash
|
|
71
71
|
# 在目标 profile 中提升已安装版本
|
|
72
72
|
# (这条命令需要在非沙箱的终端里执行;DSH agent 无法写入 profile 目录)
|
|
73
|
-
dsh plugin --profile dsh-tui add @xth26/dsh-plan-build-mode@0.2.
|
|
73
|
+
dsh plugin --profile dsh-tui add @xth26/dsh-plan-build-mode@0.2.3
|
|
74
74
|
|
|
75
75
|
# 重启使用该 profile 的 DSH 进程
|
|
76
76
|
# (旧的 Node 进程仍缓存着旧插件代码)
|
|
@@ -86,14 +86,13 @@ dsh plugin --profile dsh-tui add @xth26/dsh-plan-build-mode@latest
|
|
|
86
86
|
|
|
87
87
|
## 使用
|
|
88
88
|
|
|
89
|
-
| 命令
|
|
89
|
+
| 命令 | 效果 |
|
|
90
90
|
|---|---|
|
|
91
91
|
| `/plan-build` | 在 Plan 与 Build 模式之间切换 |
|
|
92
92
|
| `/plan-build status` | 显示当前模式 |
|
|
93
93
|
| `/plan-build switch plan` | 进入 Plan 模式(只读) |
|
|
94
94
|
| `/plan-build switch build` | 进入 Build 模式(可写) |
|
|
95
95
|
| `/plan-build switch` | 同 `/plan-build`,切换当前模式 |
|
|
96
|
-
| `ctrl+shift+b`(仅 dsh-tui) | 在 Plan 与 Build 模式之间切换;可通过 `tuiShortcut` 配置 |
|
|
97
96
|
|
|
98
97
|
## 配置
|
|
99
98
|
|
|
@@ -105,10 +104,9 @@ dsh plugin --profile dsh-tui add @xth26/dsh-plan-build-mode@latest
|
|
|
105
104
|
buildSandbox: workspace-write
|
|
106
105
|
denyWriteTools: true
|
|
107
106
|
section: true
|
|
108
|
-
tuiShortcut: ctrl+shift+b
|
|
109
107
|
```
|
|
110
108
|
|
|
111
|
-
`planSandbox` 和 `buildSandbox`
|
|
109
|
+
`planSandbox` 和 `buildSandbox` 必须不同。
|
|
112
110
|
|
|
113
111
|
## Plan 模式:命令行 Python 做数据检查
|
|
114
112
|
|
package/lib/index.d.ts
CHANGED
|
@@ -26,13 +26,11 @@ export declare const Config: z<Schemastery.ObjectS<{
|
|
|
26
26
|
buildSandbox: z<"read-only" | "workspace-write" | "danger-full-access", "read-only" | "workspace-write" | "danger-full-access">;
|
|
27
27
|
denyWriteTools: z<boolean, boolean>;
|
|
28
28
|
section: z<boolean, boolean>;
|
|
29
|
-
tuiShortcut: z<string, string>;
|
|
30
29
|
}>, Schemastery.ObjectT<{
|
|
31
30
|
planSandbox: z<"read-only" | "workspace-write" | "danger-full-access", "read-only" | "workspace-write" | "danger-full-access">;
|
|
32
31
|
buildSandbox: z<"read-only" | "workspace-write" | "danger-full-access", "read-only" | "workspace-write" | "danger-full-access">;
|
|
33
32
|
denyWriteTools: z<boolean, boolean>;
|
|
34
33
|
section: z<boolean, boolean>;
|
|
35
|
-
tuiShortcut: z<string, string>;
|
|
36
34
|
}>>;
|
|
37
35
|
/**
|
|
38
36
|
* Plugin entry point.
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAClD,OAAO,CAAC,MAAM,0BAA0B,CAAA;AAmBxC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAErD,0BAA0B;AAC1B,eAAO,MAAM,IAAI,wBAAwB,CAAA;AACzC,8CAA8C;AAC9C,eAAO,MAAM,MAAM,8CAA+C,CAAA;AAClE,4BAA4B;AAC5B,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAClD,OAAO,CAAC,MAAM,0BAA0B,CAAA;AAmBxC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAErD,0BAA0B;AAC1B,eAAO,MAAM,IAAI,wBAAwB,CAAA;AACzC,8CAA8C;AAC9C,eAAO,MAAM,MAAM,8CAA+C,CAAA;AAClE,4BAA4B;AAC5B,eAAO,MAAM,MAAM;;;;;;;;;;GAajB,CAAA;AAEF;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,MAAM,GAAE,mBAAwB,GAAG,IAAI,CAoG1E"}
|
package/lib/index.js
CHANGED
|
@@ -33,7 +33,6 @@ export const Config = z.object({
|
|
|
33
33
|
]).required(false),
|
|
34
34
|
denyWriteTools: z.boolean().default(true),
|
|
35
35
|
section: z.boolean().default(true),
|
|
36
|
-
tuiShortcut: z.string().default('ctrl+shift+b'),
|
|
37
36
|
});
|
|
38
37
|
/**
|
|
39
38
|
* Plugin entry point.
|
|
@@ -48,7 +47,6 @@ export function apply(ctx, config = {}) {
|
|
|
48
47
|
}
|
|
49
48
|
const denyWriteTools = config.denyWriteTools !== false;
|
|
50
49
|
const enableSection = config.section !== false;
|
|
51
|
-
const tuiShortcut = config.tuiShortcut ?? 'ctrl+shift+b';
|
|
52
50
|
ctx.effect(() => {
|
|
53
51
|
const disposers = [];
|
|
54
52
|
// Align existing sessions on load (resumed sessions may already have
|
|
@@ -128,34 +126,6 @@ export function apply(ctx, config = {}) {
|
|
|
128
126
|
},
|
|
129
127
|
}));
|
|
130
128
|
});
|
|
131
|
-
// TUI-only keyboard shortcut that toggles Plan/Build mode. It is ignored
|
|
132
|
-
// by `dsh web`; it only registers when dsh-tui's shortcut registry is
|
|
133
|
-
// composed, and it skips registration when the configured combo is blank.
|
|
134
|
-
if (tuiShortcut.trim() !== '') {
|
|
135
|
-
const tuiShortcuts = ctx.get('tuiShortcuts');
|
|
136
|
-
if (tuiShortcuts !== undefined) {
|
|
137
|
-
const disposeShortcut = tuiShortcuts.register(tuiShortcut, {
|
|
138
|
-
description: 'Toggle OpenCode Plan/Build mode',
|
|
139
|
-
handler() {
|
|
140
|
-
const agent = ctx.agents.currentInitiator();
|
|
141
|
-
if (agent === undefined)
|
|
142
|
-
return;
|
|
143
|
-
const active = isPlanModeActive(agent.session.events, planSandbox);
|
|
144
|
-
const next = active ? 'build' : 'plan';
|
|
145
|
-
setPlanBuildMode(agent, next, planSandbox, buildSandbox);
|
|
146
|
-
// Best-effort echo the same confirmation the slash command shows.
|
|
147
|
-
const commands = ctx.get('commands');
|
|
148
|
-
if (commands !== undefined) {
|
|
149
|
-
const signal = new AbortController().signal;
|
|
150
|
-
Promise.resolve()
|
|
151
|
-
.then(() => commands.execute(agent, '/plan-build status', [], signal))
|
|
152
|
-
.catch(() => { });
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
}, ctx);
|
|
156
|
-
disposers.push(disposeShortcut);
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
129
|
return () => {
|
|
160
130
|
for (const dispose of disposers)
|
|
161
131
|
dispose();
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,CAAC,MAAM,0BAA0B,CAAA;AAWxC,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,WAAW,GACZ,MAAM,cAAc,CAAA;AAGrB,0BAA0B;AAC1B,MAAM,CAAC,MAAM,IAAI,GAAG,qBAAqB,CAAA;AACzC,8CAA8C;AAC9C,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAU,CAAA;AAClE,4BAA4B;AAC5B,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7B,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC;QACnB,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC;QACpB,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC;QAC1B,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC;KAC9B,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC;IAClB,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC;QACpB,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC;QACpB,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC;QAC1B,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC;KAC9B,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC;IAClB,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;IACzC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/lib/types.d.ts
CHANGED
|
@@ -29,13 +29,5 @@ export interface PlanBuildModeConfig {
|
|
|
29
29
|
* @default true
|
|
30
30
|
*/
|
|
31
31
|
section?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Optional TUI keyboard shortcut combo (e.g. `ctrl+shift+b`) that toggles
|
|
34
|
-
* Plan/Build mode when `dsh-tui` is loaded. Set to an empty string to
|
|
35
|
-
* disable. Bare keys are not allowed; the combo must include `ctrl` or
|
|
36
|
-
* `alt`. This shortcut is ignored by `dsh web`.
|
|
37
|
-
* @default 'ctrl+shift+b'
|
|
38
|
-
*/
|
|
39
|
-
tuiShortcut?: string;
|
|
40
32
|
}
|
|
41
33
|
//# sourceMappingURL=types.d.ts.map
|
package/lib/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAE3D,OAAO,QAAQ,gCAAgC,CAAC;CAG/C;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB;;;OAGG;IACH,YAAY,CAAC,EAAE,WAAW,CAAA;IAC1B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAE3D,OAAO,QAAQ,gCAAgC,CAAC;CAG/C;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB;;;OAGG;IACH,YAAY,CAAC,EAAE,WAAW,CAAA;IAC1B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|