core-agent-ide/codex-rs/app-server-protocol
Ruslan Nigmatullin 31cbebd3c2
app-server: Emit thread archive/unarchive notifications (#12030)
* Add v2 server notifications `thread/archived` and `thread/unarchived`
with a `threadId` payload.
* Wire new events into `thread/archive` and `thread/unarchive` success
paths.
* Update app-server protocol/schema/docs accordingly.

Testing:
- Updated archive/unarchive end-to-end tests to verify both
notifications are emitted with the expected thread id payload.
2026-02-17 14:53:58 -08:00
..
schema app-server: Emit thread archive/unarchive notifications (#12030) 2026-02-17 14:53:58 -08:00
src app-server: Emit thread archive/unarchive notifications (#12030) 2026-02-17 14:53:58 -08:00
tests feat: vendor app-server protocol schema fixtures (#10371) 2026-02-01 23:38:43 -08:00
BUILD.bazel feat: vendor app-server protocol schema fixtures (#10371) 2026-02-01 23:38:43 -08:00
Cargo.toml feat(app-server): experimental flag to persist extended history (#11227) 2026-02-12 19:34:22 +00:00