Skip to content

Conversation

@dianed-square
Copy link
Contributor

@dianed-square dianed-square commented Sep 30, 2025

This PR moves the subagents topic from the /experimental section to /guides because the ALPHA_FEATURES check was removed.

Move topic to /guides section:

  • docs/experimental/subagents.md -> docs/guides/subagents.md
    • Remove Experimental Feature warning and Prerequisites section

Updated subagent links in blogs:

  • blog/2025-07-21-orchestrating-subagents/index.md
  • blog/2025-07-28-ai-to-ai/index.md
  • blog/2025-08-13-pulse-mcp-automates-recipe/index.md
  • blog/2025-08-14-agent-coordination-patterns/index.md
  • blog/2025-08-18-understanding-context-windows/index.md
  • blog/2025-09-26-subagents-vs-subrecipes/index.md

Updated subagent links in docs:

  • docs/experimental/index.md:
    • Remove "Subagents" card and add "Using goose in ACP Clients"
  • docs/guides/config-file.md and docs/guides/environment-variables.md:
    • Remove "subagents" mention from ALPHA_FEATURES description
  • docs/tutorials/plan-feature-devcontainer-setup.md:
    • Update link
  • docusaurus.config.ts:
    • Add redirects

Also updated the sidebar-position value in /guides topics so it will be easier to position topics:

  • docs/guides/acp-clients.md
  • docs/guides/allowlist.md
  • docs/guides/cli-providers.md
  • docs/guides/config-file.md
  • docs/guides/enhanced-code-editing.md
  • docs/guides/file-management.md
  • docs/guides/goose-cli-commands.md
  • docs/guides/goose-permissions.md
  • docs/guides/handling-llm-rate-limits-with-goose.md
  • docs/guides/interactive-chat/_category_.json
  • docs/guides/logs.md
  • docs/guides/managing-projects.md
  • docs/guides/managing-tools/_category_.json
  • docs/guides/multi-model/_category_.json
  • docs/guides/recipes/_category_.json
  • docs/guides/running-tasks.md
  • docs/guides/tips.md
  • docs/guides/updating-goose.md
  • docs/guides/using-goosehints.md
  • docs/guides/using-gooseignore.md

@dianed-square dianed-square requested a review from a team as a code owner September 30, 2025 21:59
@github-actions
Copy link
Contributor

github-actions bot commented Sep 30, 2025

PR Preview Action v1.6.0
Preview removed because the pull request was closed.
2025-10-01 02:37 UTC

| Setting | Purpose | Values | Default | Required |
|---------|---------|---------|---------|-----------|
| `ALPHA_FEATURES` | Enables experimental alpha features like [subagents](/docs/experimental/subagents) | true/false | false | No |
| `ALPHA_FEATURES` | Enables access to experimental alpha features—check the feature docs to see if this flag is required | true/false | false | No |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Goose says no features are currently gated by this flag

@dianed-square dianed-square merged commit 937c75b into main Oct 1, 2025
12 checks passed
@dianed-square dianed-square deleted the docs/subagent-not-experimental branch October 1, 2025 02:32
michaelneale added a commit that referenced this pull request Oct 1, 2025
* main:
  Add type field to empty schemas for anthropic (#4911)
  docs: remove subagents from experimental (#4907)
  CLI: dont show logs to user (#4902)
zanesq added a commit that referenced this pull request Oct 1, 2025
…-deeplink

* 'main' of github.com:block/goose: (57 commits)
  Don't set agent props twice (#4872)
  fix: conversation fixer merges assistant text blocks and drops empty text messages (#4898)
  Batch fetch remaining issues for documentation updates
  fix: session timestamps (#4913)
  feat: lazy infinite scroller for session history view (#4922)
  chore: properly identify when to try oauth (#4918)
  Make token counter safer (#4924)
  Rename Hacktoberfest Blog to Hacktoberfest Content (#4926)
  Include Session ID appropriately in UI (#4901)
  fix mcp integration test flakiness (#4871)
  Add type field to empty schemas for anthropic (#4911)
  docs: remove subagents from experimental (#4907)
  CLI: dont show logs to user (#4902)
  patching the security scanner to redact environment variables (#4908)
  rmcp upgrade (#4792)
  feat: Use the screen, goose (#4905)
  added claude-sonnet-4-5 (#4906)
  Tiny: fix github casing  (#4903)
  remove anyOf from create_task tool (#4897)
  chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#4442)
  ...
zanesq added a commit that referenced this pull request Oct 1, 2025
* 'main' of github.com:block/goose:
  Don't set agent props twice (#4872)
  fix: conversation fixer merges assistant text blocks and drops empty text messages (#4898)
  Batch fetch remaining issues for documentation updates
  fix: session timestamps (#4913)
  feat: lazy infinite scroller for session history view (#4922)
  chore: properly identify when to try oauth (#4918)
  Make token counter safer (#4924)
  Rename Hacktoberfest Blog to Hacktoberfest Content (#4926)
  Include Session ID appropriately in UI (#4901)
  fix mcp integration test flakiness (#4871)
  Add type field to empty schemas for anthropic (#4911)
  docs: remove subagents from experimental (#4907)
  CLI: dont show logs to user (#4902)
  patching the security scanner to redact environment variables (#4908)
  rmcp upgrade (#4792)
  feat: Use the screen, goose (#4905)

# Conflicts:
#	ui/desktop/src/components/ui/scroll-area.tsx
michaelneale added a commit that referenced this pull request Oct 2, 2025
* main: (44 commits)
  Add PR template (#4934)
  Using --resume with --name should still accept session IDs (#4937)
  Fix auto scroll to bottom during chat (#4923)
  Fix Typo, Add Description to Hacktoberfest Content Issue Template (#4931)
  Don't set agent props twice (#4872)
  fix: conversation fixer merges assistant text blocks and drops empty text messages (#4898)
  Batch fetch remaining issues for documentation updates
  fix: session timestamps (#4913)
  feat: lazy infinite scroller for session history view (#4922)
  chore: properly identify when to try oauth (#4918)
  Make token counter safer (#4924)
  Rename Hacktoberfest Blog to Hacktoberfest Content (#4926)
  Include Session ID appropriately in UI (#4901)
  fix mcp integration test flakiness (#4871)
  Add type field to empty schemas for anthropic (#4911)
  docs: remove subagents from experimental (#4907)
  CLI: dont show logs to user (#4902)
  patching the security scanner to redact environment variables (#4908)
  rmcp upgrade (#4792)
  feat: Use the screen, goose (#4905)
  ...
zanesq added a commit that referenced this pull request Oct 2, 2025
…-unification

* 'main' of github.com:block/goose: (24 commits)
  Fix auto scroll to bottom during chat (#4923)
  Fix Typo, Add Description to Hacktoberfest Content Issue Template (#4931)
  Don't set agent props twice (#4872)
  fix: conversation fixer merges assistant text blocks and drops empty text messages (#4898)
  Batch fetch remaining issues for documentation updates
  fix: session timestamps (#4913)
  feat: lazy infinite scroller for session history view (#4922)
  chore: properly identify when to try oauth (#4918)
  Make token counter safer (#4924)
  Rename Hacktoberfest Blog to Hacktoberfest Content (#4926)
  Include Session ID appropriately in UI (#4901)
  fix mcp integration test flakiness (#4871)
  Add type field to empty schemas for anthropic (#4911)
  docs: remove subagents from experimental (#4907)
  CLI: dont show logs to user (#4902)
  patching the security scanner to redact environment variables (#4908)
  rmcp upgrade (#4792)
  feat: Use the screen, goose (#4905)
  added claude-sonnet-4-5 (#4906)
  Tiny: fix github casing  (#4903)
  ...

# Conflicts:
#	ui/desktop/src/components/BaseChat.tsx
HikaruEgashira pushed a commit to HikaruEgashira/goose that referenced this pull request Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants