core-agent-ide/codex-rs/app-server/tests/common
Owen Lin 2ab1650d4d
[app-server] feat: v2 Thread APIs (#6214)
Implements:
```
thread/list
thread/start
thread/resume
thread/archive
```

along with their integration tests. These are relatively light wrappers
around the existing core logic, and changes to core logic are minimal.

However, an improvement made for developer ergonomics:
- `thread/start` and `thread/resume` automatically attaches a
conversation listener internally, so clients don't have to make a
separate `AddConversationListener` call like they do today.

For consistency, also updated `model/list` and `feedback/upload` (naming
conventions, list API params).
2025-11-05 20:28:43 +00:00
..
auth_fixtures.rs [Auth] Choose which auth storage to use based on config (#5792) 2025-10-27 19:41:49 -07:00
Cargo.toml [app-server] feat: v2 Thread APIs (#6214) 2025-11-05 20:28:43 +00:00
lib.rs [app-server] feat: v2 Thread APIs (#6214) 2025-11-05 20:28:43 +00:00
mcp_process.rs [app-server] feat: v2 Thread APIs (#6214) 2025-11-05 20:28:43 +00:00
mock_model_server.rs [app-server] feat: v2 Thread APIs (#6214) 2025-11-05 20:28:43 +00:00
responses.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00
rollout.rs [app-server] feat: v2 Thread APIs (#6214) 2025-11-05 20:28:43 +00:00