Implementation Plan: Session-Scoped Direct Mode for Codex Shell Capture - #4431
Merged
Trecek merged 18 commits intoAug 1, 2026
Merged
Conversation
Trecek
force-pushed
the
impl-session-scoped-codex-shell-capture-direct-mode-20260729-225818
branch
from
July 31, 2026 17:06
d86c8df to
d332bb6
Compare
Trecek
force-pushed
the
impl-session-scoped-codex-shell-capture-direct-mode-20260729-225818
branch
from
August 1, 2026 19:05
a831d0c to
91a74c9
Compare
Trecek
enabled auto-merge
August 1, 2026 20:04
Trecek
deleted the
impl-session-scoped-codex-shell-capture-direct-mode-20260729-225818
branch
August 1, 2026 20:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements a default-on, session-scoped
capture | directcontrol for AutoSkillit-managed Codex skill and orchestrator launches. The decision is resolved once, persisted in durable managed-session lineage, inherited safely across resume and provider fallback, and isolated from generic, interactive, non-Codex, and nested execution paths.The runner validates a strict versioned request, strips protected controls before user Bash, and preserves exit status, signals, cancellation, timeout, background-process settlement, process-group cleanup, diagnostics, and verified project-policy attribution.
Validation
pre-commit run --all-filesAUTOSKILLIT_TEST_FILTER=conservative AUTOSKILLIT_TEST_BASE_REF=develop task test-checkTEST_RESULT=PASSImplementation Plan
Plan file:
session_scoped_codex_shell_capture_direct_mode_plan_2026-07-29_214334.md🤖 Generated with Claude Code via AutoSkillit