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
## What
Two follow-up edge tests Codex itemized during the multi-seat
interactive engine fix (#4098), test-only:
- **`interactive_capacity_counts_new_members_not_replacements`** — at a
live-member cap of 1: a member advancing to a newer attempt *replaces*
its own entry (no new slot, succeeds), while a *different* member is a
new entry that trips the cap and fails closed. Pins that the cap counts
member entries, not sessions.
- **`interactive_abort_by_attempt_removes_all_members_on_that_attempt`**
— abort with an `attempt_id` filter is session-level over the member
map: it removes every local seat on that attempt while a sibling seat on
a *different* attempt survives.
All 299 lib tests pass; `cargo fmt` clean.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
0 commit comments