core-agent-ide/codex-rs/app-server-protocol
Celia Chen 05f0b4f590
[App-server] Implement v2 for account/login/start and account/login/completed (#6183)
This PR implements `account/login/start` and `account/login/completed`.
Instead of having separate endpoints for login with chatgpt and api, we
have a single enum handling different login methods. For sync auth
methods like sign in with api key, we still send a `completed`
notification back to be compatible with the async login flow.
2025-11-05 13:52:50 -08:00
..
src [App-server] Implement v2 for account/login/start and account/login/completed (#6183) 2025-11-05 13:52:50 -08:00
Cargo.toml [app-server] feat: export.rs supports a v2 namespace, initial v2 notifications (#6212) 2025-11-05 01:02:39 +00:00