Merge branch 'codex/simp-prune-bash-surface' into codex/simp-prune-sandbox-surface

This commit is contained in:
Tianyi Cui
2026-07-14 15:44:33 +08:00
100 changed files with 2270 additions and 168 deletions
+3 -3
View File
@@ -75,9 +75,9 @@ export interface Config extends LocalConfig {
* fallback exposed by {@link sandboxMode}; `dsh-tool-bash` folds a session's
* durable `bash/sandbox-mode` override and stamps the effective mode onto each
* request, while an approved escalation may stamp a strictly wider mode for
* one call. The tool's per-agent prompt section states that same effective
* mode, and each run's `result.sandbox` reports what actually executed plus
* enforcement completeness.
* one call. The prompt deliberately does not state the mode; each run's
* `result.sandbox` reports what actually executed plus enforcement
* completeness, and the tool layer renders denial or runner-failure facts.
*/
export class SandboxBashExecutor extends LocalBashExecutor {
static inject = ['sandbox']