core-agent-ide/codex-rs/app-server-protocol/src
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
..
bin Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
protocol [app-server] feat: v2 Thread APIs (#6214) 2025-11-05 20:28:43 +00:00
export.rs [app-server] feat: export.rs supports a v2 namespace, initial v2 notifications (#6212) 2025-11-05 01:02:39 +00:00
jsonrpc_lite.rs [app-server] remove serde(skip_serializing_if = "Option::is_none") annotations (#5939) 2025-10-30 18:18:53 +00:00
lib.rs [app-server] refactor: split API types into v1 and v2 (#6005) 2025-10-30 23:56:55 +00:00