Authenticate via CC #2698
-
|
Hi Folks! We have an internal fork of Claude Code at work. So I am unable to authenticate via API keys. Is there a way I can use this existing Claude Code setup to perform the authentication? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
GSD-2 routes through whatever |
Beta Was this translation helpful? Give feedback.
GSD-2 routes through whatever
claudebinary is in your PATH — if your internal fork responds toclaude auth statusandclaudecommands, GSD-2 should pick it up automatically. The key check: runclaude auth statusin your terminal. If it returns a logged-in state, GSD-2 will use it. If your internal fork has a different binary name, you can set the path via configuration. See https://github.com/gsd-build/gsd-2/blob/main/docs/user-docs/getting-started.md for the full setup flow.