core-agent-ide/codex-rs/app-server/tests
natea-oai 936e744c93
Add field to Thread object for the latest rename set for a given thread (#12301)
Exposes through the app server updated names set for a thread. This
enables other surfaces to use the core as the source of truth for thread
naming. `threadName` is gathered using the helper functions used to
interact with `session_index.jsonl`, and is hydrated in:
- `thread/list`
- `thread/read`
- `thread/resume`
- `thread/unarchive`
- `thread/rollback`

We don't do this for `thread/start` and `thread/fork`.
2026-02-20 18:26:57 -08:00
..
common Add field to Thread object for the latest rename set for a given thread (#12301) 2026-02-20 18:26:57 -08:00
suite Add field to Thread object for the latest rename set for a given thread (#12301) 2026-02-20 18:26:57 -08:00
all.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00