-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: new cli provider for claude code and gemini #3083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Kvadratni
approved these changes
Jun 26, 2025
Contributor
|
Collaborator
Author
|
hey @blackgirlbytes I think we can merge this once we have a new release |
katzdave
added a commit
to katzdave/goose
that referenced
this pull request
Jun 27, 2025
* upstream/main: Add a reference for recipes (block#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (block#3079) feat: new cli provider for claude code and gemini (block#3083) you forgot the important ones! (block#3105) hotfix: fix build (block#3102) Richer tool call ui messages (block#3104) Update linux instructions (block#3087)
zanesq
added a commit
that referenced
this pull request
Jun 27, 2025
* 'main' of github.com:block/goose: Fix clippy + test errors (#3120) Update goose help to include cli (#3095) add scheduler type setting (#3119) Add a reference for recipes (#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (#3079) feat: new cli provider for claude code and gemini (#3083) you forgot the important ones! (#3105) hotfix: fix build (#3102) Richer tool call ui messages (#3104) Update linux instructions (#3087)
ahau-square
pushed a commit
that referenced
this pull request
Jun 27, 2025
* origin/main: Added announcement modal (#3098) build: Add `just` to Hermit, correct ui/desktop's README (#3116) fix: Make the entire toolcall argument row clickable to expand (#3118) Fix clippy + test errors (#3120) Update goose help to include cli (#3095) add scheduler type setting (#3119) Add a reference for recipes (#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (#3079) feat: new cli provider for claude code and gemini (#3083) you forgot the important ones! (#3105) hotfix: fix build (#3102) Richer tool call ui messages (#3104) Update linux instructions (#3087) Add flag for showing cost tracking (#3090) Improve config file editing and recovery fallback mechanisms (#3082)
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
Signed-off-by: Soroosh <[email protected]>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
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.
This lets claude code (if installed) be used as a provider itself. Claude code has a subscription model and is very popular, this allows you to use it if available as a provider in goose (goose will manage sessions etc, and can use other models in the mix if you want)
Usage:
export GOOSE_PROVIDER=claude-codeor
export GOOSE_PROVIDER=gemini-clito enable these providers, which will then make use of cli you have installed (and setup) on your system.