- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.7k
docs: Add comprehensive agent documentation #8509
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
base: main
Are you sure you want to change the base?
Conversation
- Created hub/agents/overview.mdx with detailed agent concepts, usage patterns, and pre-configured agent listings - Created hub/agents/create-and-edit.mdx with step-by-step guides for building custom agents - Updated hub/agents/intro.mdx to be a focused getting-started guide with quick start flow - Added agent pages to docs.json navigation structure - Aligned documentation with Mission Control UI and actual agent capabilities - Included references to cookbook agents and MCP integration examples Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
| 
 | 
| ✅ Review Complete Code Review Summary | 
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.
2 issues found across 4 files
Prompt for AI agents (all 2 issues)
Understand the root cause of the following 2 issues and fix them.
<file name="docs/hub/agents/overview.mdx">
<violation number="1" location="docs/hub/agents/overview.mdx:21">
Update the example model name to the correct Anthropic branding “Claude 3.5 Sonnet” to avoid confusing readers.</violation>
</file>
<file name="docs/hub/agents/intro.mdx">
<violation number="1" location="docs/hub/agents/intro.mdx:155">
The headless CLI example omits the required `-p` flag, so this command will open the TUI instead of running automatically. Please include `-p` before the prompt so readers get a working headless invocation.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
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.
Reviewed changes from recent commits (found 2 issues).
2 issues found across 11 files
Prompt for AI agents (all 2 issues)
Understand the root cause of the following 2 issues and fix them.
<file name="docs/hub/agents/overview.mdx">
<violation number="1" location="docs/hub/agents/overview.mdx:140">
The Public visibility row overstates permissions—public viewers can discover and use an agent, but they cannot create or delete it. Please align this row with the actual visibility behavior shown elsewhere in the docs.</violation>
</file>
<file name="docs/hub/agents/intro.mdx">
<violation number="1" location="docs/hub/agents/intro.mdx:57">
This link targets localhost, so the published documentation will point users to their own machine instead of the live overview page. Please update it to a relative or production URL.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
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.
Reviewed changes from recent commits (found 2 issues).
2 issues found across 2 files
Prompt for AI agents (all 2 issues)
Understand the root cause of the following 2 issues and fix them.
<file name="docs/hub/introduction.mdx">
<violation number="1" location="docs/hub/introduction.mdx:28">
This sentence now implies only agents use these reusable components, but the rest of the page still describes configs being built from the same components. Please keep both configs and agents in scope to avoid misleading readers.</violation>
<violation number="2" location="docs/hub/introduction.mdx:62">
By stating components are only for agents, this tip now contradicts nearby guidance that shows configs also consume these components. Please keep configs in scope to maintain accurate messaging.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This PR adds comprehensive documentation for Agents in Continue Hub, perfectly aligned with the Mission Control UI and current capabilities.
closes CON-4359
New Documentation Structure
Getting Started (hub/agents/intro.mdx - Updated)
Overview (hub/agents/overview.mdx - New)
Create and Edit (hub/agents/create-and-edit.mdx - New)
Key Features
Summary by cubic
Adds a complete Agents docs suite aligned with Mission Control to help teams understand, create, and run agents. Introduces Overview and Create/Edit guides, refreshes Getting Started, and updates navigation for clearer discovery.
Written for commit 42638b0. Summary will update automatically on new commits.