Merge remote-tracking branch 'origin/master' into codex/pr48-repo-hardening-rfcs

This commit is contained in:
Tianyi Cui
2026-06-19 02:11:06 +08:00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ export interface RunningBash {
* RESOLVES with a {@link SpawnOutcome} describing what happened, so callers
* shape one consistent report for the model.
*
* TODO(stateful-shell): per the agent-tool survey there are two proven
* XXX(stateful-shell): per the agent-tool survey there are two proven
* stateful designs worth revisiting — Claude Code persists ONLY cwd between
* calls (captures `pwd -P` after each command), and Codex keeps whole PTY
* exec sessions addressable via session ids + stdin writes. We deliberately