Skip to content

feat: builtin subagents#10830

Open
uinstinct wants to merge 6 commits intocontinuedev:mainfrom
uinstinct:cli-default-subagents
Open

feat: builtin subagents#10830
uinstinct wants to merge 6 commits intocontinuedev:mainfrom
uinstinct:cli-default-subagents

Conversation

@uinstinct
Copy link
Contributor

@uinstinct uinstinct commented Feb 25, 2026

Description

Add 2 builtin subagents: navigator and code reviewer.

  • is added automatically only when anthropic provider is present with a local api key
  • also fix tool calls hung in subagent
  • fix nested subagent execution
  • put subagent tool out of beta

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • [] I've read the contributing guide
  • [] The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

Screen recording or screenshot

[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]

Tests

[ What tests were added or updated to ensure the changes work as expected? ]


Continue Tasks: ❌ 7 failed — View all


Summary by cubic

Adds built-in Navigator and Code Reviewer subagents (auto-added when using Anthropic with a local API key) and enables the subagent tool by default. Fixes tool call results in subagents and prevents nested subagent execution.

  • New Features

    • Built-in subagents: navigator and code-reviewer; included when Anthropic has a direct API key.
    • Subagent tool is always on; removes the --beta-subagent-tool flag.
    • Clearer subagent tool description and listing of available subagents.
  • Bug Fixes

    • Tool calls no longer hang in subagents; results are written to chat history even without ChatHistoryService.
    • Blocks nested subagent invocation and returns a clear error.

Written for commit e19a8b1. Summary will update on new commits.

@uinstinct uinstinct requested a review from a team as a code owner February 25, 2026 13:57
@uinstinct uinstinct requested review from sestinj and removed request for a team February 25, 2026 13:57
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Feb 25, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 8 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant