feat: add Claude OAuth authorization flow - #1
Draft
bytemain wants to merge 12 commits into
Draft
Conversation
Signed-off-by: John <john@mail.build>
Signed-off-by: John <john@mail.build>
Signed-off-by: John <john@mail.build>
feat: make CLI dependencies optional
bytemain
force-pushed
the
ferris/claude-oauth
branch
from
August 21, 2026 09:05
5a05f56 to
44e23bf
Compare
Signed-off-by: Ferris <ferris@mail.build>
bytemain
force-pushed
the
ferris/claude-oauth
branch
from
August 21, 2026 09:06
44e23bf to
d9476ff
Compare
Signed-off-by: artin <artin@cat.ms>
Signed-off-by: artin <artin@cat.ms>
Signed-off-by: artin <artin@cat.ms>
Signed-off-by: artin <artin@cat.ms>
Signed-off-by: artin <artin@cat.ms>
Signed-off-by: artin <artin@cat.ms>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a first-stage native Claude Code OAuth authorization-code flow to the botiverse fork.
docs/CLAUDE-OAUTH.mdScope / follow-ups
This is intentionally a reviewable Phase 1. It does not yet add account listing, refresh/logout, profile/roles enrichment, a callback listener, or N-API bindings. Those should follow after protocol/storage review. No vendor, release, or npm changes are included.
Validation
cargo fmt --all -- --checkcargo checkcargo test claude_oauth::tests --lib(3 passed)Commit:
5a05f56e1b5d3e9d5c1f6c0f2e6bc0e3c75e6d6aPR is draft for @artin review; do not merge yet.