mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 01:25:52 +03:00
[PR #103] Support Claude Code OAuth login (no API key needed) #118
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KeygraphHQ/shannon/pull/103
Author: @prajapatimehul
Created: 2/9/2026
Status: 🔄 Open
Base:
main← Head:oauth-login-support📝 Commits (2)
35590d1feat: support Claude Code OAuth login as auth sourcee0bc3e6docs: add claude login as auth option in README and .env.example📊 Changes
4 files changed (+22 additions, -6 deletions)
View changed files
📝
.env.example(+8 -2)📝
README.md(+10 -3)📝
docker-compose.yml(+1 -0)📝
shannon(+3 -1)📄 Description
Lets you run Shannon with just
claude loginon the host — no API key needed.What changed
~/.claudeinto the worker container so the Claude Code subprocess can find OAuth credentials~/.claude/.credentials.jsonin the auth check before erroring outclaude loginas the easiest auth optionclaude loginas option 1Why not read-only mount?
Claude Code writes debug logs to
~/.claude/debug/. A:romount crashes it withEROFS: read-only file system.Tested
Ran
./shannon startwith no API key in.env, justclaude logincredentials on the host. Workflow started and pre-recon agent ran 150+ turns successfully.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.