-
Notifications
You must be signed in to change notification settings - Fork 2.4k
docs: promote planning guide #5934
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR promotes the "Creating Plans Before Working" documentation from a sub-section of Multi-Model Configuration to a top-level guide, making it easier to discover. The change properly reverses the redirect and updates all internal references across the documentation.
- Relocated the planning guide from
/docs/guides/multi-model/creating-plansto/docs/guides/creating-plans - Updated the redirect configuration and all internal documentation links
- Clarified that using a dedicated planner model is optional
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
documentation/docusaurus.config.ts |
Reversed redirect from old path to new path to maintain backward compatibility |
documentation/docs/guides/creating-plans.md |
Updated sidebar_position to 87 for new location in guide hierarchy |
documentation/docs/guides/multi-model/index.mdx |
Updated link and refined description to clarify planner model is optional |
documentation/docs/guides/config-files.md |
Updated planner provider link reference |
documentation/docs/guides/environment-variables.md |
Updated planning functionality and planner context limit link references |
documentation/docs/guides/sessions/smart-context-management.md |
Updated planner models link reference |
documentation/docs/tutorials/plan-feature-devcontainer-setup.md |
Updated Plan feature link reference |
documentation/docs/tutorials/lead-worker.md |
Updated /plan command link reference |
|
* 'main' of github.com:block/goose: chore: upgrade npm packages (#5951) feat: ActionRequired (#5897) feat(acp): support loading sessions in acp (#5942) docs: add videos to multi-model page (#5938) docs: promote planning guide (#5934) fix: use a lock to ensure only need to run tunnel just in case multiple go… (#5885)
…0-5147 * 'main' of github.com:block/goose: (243 commits) chore: upgrade npm packages (#5951) feat: ActionRequired (#5897) feat(acp): support loading sessions in acp (#5942) docs: add videos to multi-model page (#5938) docs: promote planning guide (#5934) fix: use a lock to ensure only need to run tunnel just in case multiple go… (#5885) Feat: Added custom headers and toggle keyring CLI options (#5017) Feat/automatic update installation (#5345) fix: Added "Merged consecutive assistant messages" to the acceptable issues for moim injection check (#5933) fix: anthropic provider model fetching (#5932) [MCP-UI] add CSP for images to proxy HTML (#5931) fix: correct typo in blog post (AIMDOEL -> AIMODEL) (#5902) feat: @goose in terminal (native terminal support) (#5887) docs: adding AI-friendly features (#5918) Blog/advent of ai announcement (#5917) Extension selector behind ALPHA flag (#5892) blog: typo fixes (#5896) blog: fixing img url (#5895) blog: MCPs for Developers (#5884) docs: Extension Manager MCP (#5883) ... # Conflicts: # crates/goose-server/src/routes/config_management.rs # crates/goose/src/providers/mod.rs # ui/desktop/openapi.json # ui/desktop/src/api/sdk.gen.ts # ui/desktop/src/api/types.gen.ts # ui/desktop/src/components/ProgressiveMessageList.tsx
* origin/main: Update Anthropic and Google Gemini models to latest API versions (#5980) docs: chat recall tutorial (#5975) fix: `final assistant content cannot end with trailing whitespace` error from Anthropic (#5967) 5527 multiple file popups (#5905) Groq configure fix (#5833) added sidebar contextual information for firefox (#5433) docs: council of mine MCP (#5979) docs: nano banana extension (#5977) fix: remove prompt change, read model from config (#5976) Enable recipe deeplink parameters for pre-population (#5757) chore: upgrade npm packages (#5951) feat: ActionRequired (#5897) feat(acp): support loading sessions in acp (#5942) docs: add videos to multi-model page (#5938) docs: promote planning guide (#5934)
Summary
This PR moves the "Creating Plans Before Working" topic out of the "Multi-Model Configuration" section and directly under /guides.
documentation/docs/guides/creating-plans.md:documentation/docusaurus.config.ts:Updated links:
documentation/docs/guides/config-files.mddocumentation/docs/guides/environment-variables.mddocumentation/docs/guides/multi-model/index.mdxdocumentation/docs/guides/sessions/smart-context-management.mddocumentation/docs/tutorials/lead-worker.mddocumentation/docs/tutorials/plan-feature-devcontainer-setup.mdType of Change
AI Assistance
Testing
Manual testing