You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Claude Code subscription authentication option to README
- Document that users can use Claude Code credentials instead of API key
- Add instructions for copying ~/.claude/.credentials.json to web UI
- Include screenshot showing credentials configuration
- Clarify API key is optional if using Claude Code subscription
- Reference PR ObservedObserver#15 for Claude Code login support
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,18 @@ A code agent task management system that provides parallel execution of AI-power
45
45
```bash
46
46
cp server/.env.example server/.env
47
47
```
48
-
Edit `server/.env` and set your `ANTHROPIC_API_KEY`.
48
+
49
+
**Authentication Options:**
50
+
51
+
You can use either an API key OR your Anthropic subscription:
52
+
53
+
-**Option A: API Key** - Set `ANTHROPIC_API_KEY` in `server/.env`
54
+
-**Option B: Claude Code Subscription** ([#15](https://github.com/ObservedObserver/async-code/pull/15)) - Leave API key blank and configure via web UI:
55
+
1. Log in to Claude Code on your laptop: `claude auth login`
56
+
2. Copy contents of `~/.claude/.credentials.json`
57
+
3. Paste into Settings > User Credentials in the web interface
0 commit comments