Replace broken link to /agents/agent-file-reference with correct link to /agents/create-and-edit page which covers rules, models, and MCP tool configuration.
Generated with [Continue](https://continue.dev)
Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>
Co-Authored-By: Continue <noreply@continue.dev>
- Create new 'Customize' tab in docs navigation with landing page at customize/index.mdx
- Add comprehensive customize landing page with sections for Models, Providers, Rules, Prompts, MCP Tools, and Model Roles
- Remove 'Customize Overview' from IDE Extensions > Getting Started section
- Add 'IDE Extension' group in Documentation tab linking to installation page
- Add link to extension features and customize docs on main index page
Generated with [Continue](https://continue.dev)
Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>
Co-Authored-By: Continue <noreply@continue.dev>
The IDE Extensions tab was incorrectly linking to "/" instead of
"/ide-extensions/install", causing tab switching to fail.
Root cause: Mintlify determines tab URLs from the first group's pages.
Using {page, href} redirect objects pointing to different folder
prefixes caused Mintlify to default to "/".
Changes:
- Remove IDE Extensions cross-reference group from Documentation tab
- Change Customization link from redirect object to direct page ref
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When the VS Code extension runs on Windows but connects to WSL,
direct shell spawning fails because process.platform is "win32"
but commands should execute in the Linux WSL environment.
This caused: spawn powershell.exe ENOENT
The fix detects this scenario and falls back to ide.runCommand(),
letting VS Code handle the remote terminal execution properly.
Fixes#9661
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add clarifying note distinguishing local vs cloud agents
- Remove redundant CardGroup section
- Fix API key naming to ANTHROPIC_API_KEY
- Clarify GitHub CLI pre-installed on runners
- Remove unnecessary tools: built_in from examples
- Rename "Rules" to "Guidelines" to avoid frontmatter confusion
- Flip headless/TUI order (headless is typical)
- Simplify frontmatter table, link to reference
- Move GitHub Actions section before Security
- Remove --ask from CI guidance (requires user intervention)
- Fix mac-only log path
- Add ANTHROPIC_API_KEY to local env vars section
- Clarify name field vs filename in best practices
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update docs index page with new inbox card and copy changes
- Add 'Clear Your Inbox Queue' card to Mission Control section (3 columns)
- Update task card copy to emphasize one-off tasks
- Change workflow card title to 'Create an Agent Workflow'
- Update trigger types to include GitHub-based triggers
- Update integrations description to focus on automation
- Change TUI description to 'Interactive Terminal User Interface'
Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Update inbox card href to external link
Change href from /mission-control/inbox to https://hub.continue.dev/inbox
Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Simplify workflow card description
Change description from 'Schedule recurring Tasks or connect webhooks to trigger Agents automatically.' to 'Schedule or trigger your agents automatically.'
Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
---------
Co-authored-by: BekahHW <BekahHW@users.noreply.github.com>
Co-authored-by: Continue <noreply@continue.dev>