-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Feat: Refined the documentation for Goose #2751
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
blackgirlbytes
merged 9 commits into
block:main
from
GaryZhous:GaryZ/Refine-Documentation
Jun 3, 2025
Merged
Feat: Refined the documentation for Goose #2751
blackgirlbytes
merged 9 commits into
block:main
from
GaryZhous:GaryZ/Refine-Documentation
Jun 3, 2025
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
Contributor
Author
|
.bundle-windows |
Contributor
|
👋 GaryZhous, seems as if you have not write/maintain/admin permissions in this repo, permissions: read |
1 similar comment
Contributor
|
👋 GaryZhous, seems as if you have not write/maintain/admin permissions in this repo, permissions: read |
EbonyLouis
reviewed
Jun 2, 2025
EbonyLouis
approved these changes
Jun 3, 2025
Contributor
Author
|
Can you approve the workflows? Thanks in advance! |
blackgirlbytes
approved these changes
Jun 3, 2025
katzdave
added a commit
to katzdave/goose
that referenced
this pull request
Jun 3, 2025
* upstream/main: Feat: Refined the documentation for Goose (block#2751) mcp(developer): add fallback on .gitignore if no .gooseignore is present (block#2661) cli(ux): Show active context length in CLI (block#2315) cli(config): Add GOOSE_CONTEXT_STRATEGY setting (block#2666) fix: new models have different messages for context length exceeded (block#2763)
lifeizhou-ap
added a commit
that referenced
this pull request
Jun 4, 2025
* main: fix: pr comment build cli workflow (#2774) hotfix: don't always run prompt (#2773) Lifei/test workflow (#2772) chore: use hermit to install node, rust and protoc (#2766) Feat: Refined the documentation for Goose (#2751) mcp(developer): add fallback on .gitignore if no .gooseignore is present (#2661) cli(ux): Show active context length in CLI (#2315) cli(config): Add GOOSE_CONTEXT_STRATEGY setting (#2666) fix: new models have different messages for context length exceeded (#2763) fix: increase limit for direct to disk for performance (#2762) Revert "chore: use hermit in goose" (#2759) alexhancock/remove-settings-v1 (#2744) blog: Democratizing Detection Engineering at Block with Goose and Panther MCP (#2746)
michaelneale
added a commit
that referenced
this pull request
Jun 5, 2025
* main: (82 commits) feat: lead/worker model (#2719) fix: pass ref in pr comment workflow (#2777) feat: goose web for local terminal alternative (#2718) chore: run CI on merge_group (#2786) fix: Don't break from consuming subprocess output in shell tool until both streams are done (#2771) Add retries w/ exponential backoff for databricks provider (#2764) Fix paths in google drive mcp documentation (#2775) testing windows build (#2770) docs: Add Context7 YouTube Video (#2779) cli(command): Add `export` command to CLI for markdown export of sessions (#2533) fix(copilot): gh copilot auth token conflicts w/ gh mcp env var (#2743) feat(providers): Add support for Gemini 2.5 Flash Preview and Pro Preview models (#2780) fix: pr comment build cli workflow (#2774) hotfix: don't always run prompt (#2773) Lifei/test workflow (#2772) chore: use hermit to install node, rust and protoc (#2766) Feat: Refined the documentation for Goose (#2751) mcp(developer): add fallback on .gitignore if no .gooseignore is present (#2661) cli(ux): Show active context length in CLI (#2315) cli(config): Add GOOSE_CONTEXT_STRATEGY setting (#2666) ...
iandouglas
pushed a commit
that referenced
this pull request
Jun 5, 2025
Co-authored-by: Angie Jones <jones.angie@gmail.com> Co-authored-by: Rizel Scarlett <rizel@squareup.com>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
Co-authored-by: Angie Jones <jones.angie@gmail.com> Co-authored-by: Rizel Scarlett <rizel@squareup.com>
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 pull request updates the installation and provider configuration documentation to improve clarity and provide additional guidance for users. The most important changes include enhancing the WSL installation instructions, adding details about Goose's environment variable detection, and expanding the steps for configuring the Anthropic provider.
Installation Documentation Updates:
wsl -d Ubuntuafter restarting the computer or if WSL is already installed. (documentation/docs/getting-started/installation.md, documentation/docs/getting-started/installation.mdL99-R103)OPENAI_API_KEYis set. (documentation/docs/getting-started/installation.md, documentation/docs/getting-started/installation.mdR172-R177)Provider Configuration Documentation Updates:
ANTHROPIC_HOST, selecting a model, and saving the configuration successfully. (documentation/docs/getting-started/providers.md, documentation/docs/getting-started/providers.mdR109-R125)documentation/docs/getting-started/providers.md, documentation/docs/getting-started/providers.mdL95-R95)Before
After
PS
I am a block employee, this is my personal account. Feel free to find me on Slack or by email (garyz on Slack/garyz at block.xyz by email)