Includes provider integrations, settings, NSStatusItem UI, tests, Makefile, and README with screenshot. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
552 B
Shell
15 lines
552 B
Shell
# Optional manual credential overrides (stored in Keychain at runtime; these are reference only)
|
|
|
|
# Path to Claude Code CLI binary (default: searches PATH including ~/.local/bin)
|
|
# CLAUDE_CLI_PATH=/Users/you/.local/bin/claude
|
|
# Cursor Admin API key (Enterprise teams) — admin:* scope
|
|
# CURSOR_ADMIN_API_KEY=
|
|
|
|
# Cursor manual session token (WorkosCursorSessionToken cookie value)
|
|
# CURSOR_SESSION_TOKEN=
|
|
|
|
# Claude Admin API key (Organization) — sk-ant-admin01-...
|
|
# ANTHROPIC_ADMIN_API_KEY=
|
|
|
|
# Claude manual OAuth access token
|
|
# CLAUDE_OAUTH_TOKEN=
|