You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close worker stdin as the sole graceful shutdown request. Remove interpreter shutdown snippets from worker-ready advertising and drop the server-to-worker sideband shutdown command. Add regression coverage and ADR documentation for the simplified lifecycle contract.
-`docs/adr/0001-stdin-close-graceful-shutdown.md`: accepted decision that
16
+
graceful worker shutdown is requested only by closing worker stdin.
15
17
-`docs/plans/AGENTS.md`: when to write a checked-in execution plan and where it lives.
16
18
-`docs/plans/completed/codex-sandbox-state-meta-migration.md`: completed plan for migrating Codex `--sandbox inherit` from async updates to per-tool-call sandbox metadata.
17
19
@@ -23,6 +25,7 @@ checked-in execution plans without relying on stale notes.
23
25
-`docs/tool-descriptions/repl_tool_python.md`: Python `repl` behavior for the files-mode oversized-output path.
24
26
-`docs/tool-descriptions/repl_tool_python_pager.md`: Python `repl` behavior for pager mode.
0 commit comments