mirror of
https://github.com/openai/codex.git
synced 2026-05-05 13:51:29 +03:00
[app-server] refactor: split API types into v1 and v2
This commit is contained in:
20
codex-rs/app-server-protocol/api_upgrade_plan.md
Normal file
20
codex-rs/app-server-protocol/api_upgrade_plan.md
Normal file
@@ -0,0 +1,20 @@
|
||||
- identify dependencies for app-server
|
||||
- vsce
|
||||
- codex web
|
||||
- xcode
|
||||
- jetbrains
|
||||
- ... sdk?
|
||||
- project plan
|
||||
- split into v1 and v2
|
||||
- message handler
|
||||
- requests (client->codex, codex->client)
|
||||
- events
|
||||
- events, emit both v1 and v2
|
||||
- or, can we emit just one or the other via a param in register conversation listener?
|
||||
- find the thread where people discussed getting rid of register conversation listener
|
||||
- sequencing
|
||||
- create v1 vs. v2 scaffolding in codebase
|
||||
- implement pavel's remaining items
|
||||
- emit v2 events
|
||||
- v2 RPCs
|
||||
- update app-server readme as we go
|
||||
Reference in New Issue
Block a user