app-server README omits account/login/cancel response
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 78/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- rust
- Domain
- api, documentation
Research direction
Start with the app-server README section for account/login/cancel, then read cancel_login_response and the v2 account tests to confirm the response shape. Update the example to show the direct JSON-RPC result with status set to canceled or notFound, alongside any follow-up notification.
Written by the indexing model from the issue text.
Description
What happened?
The app-server README section for account/login/cancel shows the cancel request followed by an account/login/completed notification, but it does not show the JSON-RPC response for the request itself.
The protocol defines a cancel response with a status:
CancelLoginAccountStatus::{Canceled, NotFound}
The app-server implementation returns that status from cancel_login_response, and the v2 account tests cover the cancel response behavior.
Expected behavior
The README example should include the direct account/login/cancel response, for example a result containing status: "canceled" or status: "notFound", in addition to any follow-up notification.
Additional context
I searched open issues and PRs for terms including account/login/cancel, CancelLoginAccountResponse, status, and app-server, and did not find an existing open item that appears to cover this documentation omission.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- Avg merge
- 1m
- Merged PRs (30d)
- 1k
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from openai/codex
-
CLI enhancement model-behavior
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
bug CLI windows-os
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
macOS sandbox blocks hw.optional.arm64 sysctl, causing Flutter to misdetect Apple Silicon as x64 Openbug CLI sandbox
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug CLI TUI
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100