-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Goose projects docs #3272
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
Goose projects docs #3272
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
|
angiejones
approved these changes
Jul 7, 2025
Collaborator
|
good call |
dianed-square
added a commit
to dianed-square/goose
that referenced
this pull request
Jul 8, 2025
* update-to-v1.0.35: (57 commits) chore(release): release version 1.0.35 (block#3292) docs: enhanced code editing topic (block#3287) fix cu (block#3291) feat: Add environment variables to override model context limits (block#3260) chore(release): release version 1.0.34 (block#3285) fix(devcontainer): install protoc to fix build (block#3267) Enabling npx command to install on Windows Desktop (block#3283) Fix: Allow native Cmd+Up/Down cursor movement when user has typed text (block#3246) chore(release): release version 1.0.33 (block#3284) fix Windows Env Vars (block#3282) feat: bedrock image content support (block#3266) Add support in goose configure for streaming http mcp tools (block#3256) docs: add Alby MCP tutorial (block#3217) refactor(tests): make logging test in goose-cli less flaky on macos (block#3273) feat: cli can work with gui generated recipes (block#3254) Goose projects docs (block#3272) feat: add support for 'cu' command in extension installation (block#3261) Docs: Add cloudinary mcp tutorial (block#3268) fix: Enable agent to see instruction to use final output tool when it wasn't called (block#3253) Use command line to run sub agent and sub recipe (in sequence or parallel) (block#3190) ...
GaryZhous
pushed a commit
to GaryZhous/goose
that referenced
this pull request
Jul 9, 2025
ahau-square
pushed a commit
that referenced
this pull request
Jul 11, 2025
atarantino
pushed a commit
to atarantino/goose
that referenced
this pull request
Jul 14, 2025
Signed-off-by: Adam Tarantino <[email protected]>
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
Signed-off-by: Soroosh <[email protected]>
kwsantiago
pushed a commit
to kwsantiago/goose
that referenced
this pull request
Jul 19, 2025
Signed-off-by: Kyle Santiago <[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 pull request updates the Goose documentation to streamline project and session management guides by consolidating details into a new "Managing Projects" guide and simplifying related CLI command documentation. The changes aim to improve clarity and user navigation.
Documentation Restructuring:
New "Managing Projects" Guide: Added a dedicated guide (
documentation/docs/guides/managing-projects.md) that introduces Goose Projects, explains their purpose, and provides detailed usage examples, workflows, and benefits. This includes information previously scattered across other guides.Simplified CLI Command Documentation: Updated the
goose-cli-commands.mdfile to replace detailed project-related instructions with links to the new "Managing Projects" guide. This affects theprojectandprojectscommands. [1] [2]Session Management Updates:
Project-Based Sessions Section: Added a new section in the "Managing Goose Sessions" guide (
managing-goose-sessions.md) to explain how to use theprojectandprojectscommands for starting or resuming sessions. This consolidates scattered tips into a cohesive section.Removed Redundant Tips: Removed duplicate tips about using
projectandprojectscommands from the "Managing Goose Sessions" guide to avoid redundancy and maintain focus. [1] [2]