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
fix(cli): make default-codex lock failure-safe and echo inside lock
- Acquire the per-task lock with try/finally so the lock is released and
evicted even if the codex turn raises (previously eviction was skipped on
the error path, leaking the lock).
- Echo the user message inside the lock so concurrent turns' echoes stay
ordered with their turns.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments