core-agent-ide/codex-rs/app-server/tests
Ruslan Nigmatullin 9022cdc563
app-server: Silence thread status changes caused by thread being created (#13079)
Currently we emit `thread/status/changed` with `Idle` status right
before sending `thread/started` event (which also has `Idle` status in
it).
It feels that there is no point in that as client has no way to know
prior state of the thread as it didn't exist yet, so silence these kinds
of notifications.
2026-03-03 00:52:28 +00:00
..
common feat(app-server): add tracing to all app-server APIs (#13285) 2026-03-02 16:01:41 -08:00
suite app-server: Silence thread status changes caused by thread being created (#13079) 2026-03-03 00:52:28 +00:00
all.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00