Standardize header capitalization across documentation to follow
title case conventions (capitalize major words like nouns, verbs,
adjectives; keep minor words lowercase).
Changes include:
- Model provider docs: "Chat model" → "Chat Model", etc.
- Plan mode docs: "Understanding Plan mode" → "Understanding Plan Mode"
- CLI docs: "Quick start" → "Quick Start", "Next steps" → "Next Steps"
- Guide docs: various headers fixed for consistency
- Also fixed typo: "Availible models" → "Available Models"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updated all YAML examples to use version 1.0.0 for better
semantic versioning consistency.
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: Dallin Romney <dallin@continue.dev>
Standardized naming across all YAML examples in reference docs
to use 'My Config' for better clarity.
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: Dallin Romney <dallin@continue.dev>
Fixes CON-5033
All YAML examples in the reference docs now include the required
fields (name, version, schema) to prevent validation errors and
confusion for users.
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: Dallin Romney <dallin@continue.dev>
* Close by default
* Update docs index page to reflect updated focus
* Rename hub to mission control
* Replace Hub with mission control
* Draft for github agent
* Add draft of sentry agent
* Add to docs.json
* Reorganize MC
* Update Mission Control Overview
* Add Tasks
* Merge cards into workflows
* Add workflows
* Fix docs.json
* Change automations to workflows
* Change automations to workflows
* Replace automation with workflow
* Fix formatting and cta
* Remove source-control from nav
* Remove blocks references
* Update Sharing page to direct users to profile
* Move sharing up so it doesn't look awkward
* Add integrations index
* Change Mission Control overview to index page
* Remove some info from integration
* Simplify sentry integration page
* Fix broken links
* Fix links and terminology
* Add a section on agent monitoring
* Fix broken links
* Fix broken links
* Remove hub references
* Fix broken redirect
* Make plural
* Fix link
* Add the
* Replace hub
* Update MC link
* Fix links and messaging
* Appeasing the mintlify formatting gods
* Run npm i
* Npm i in binary file
* Add autocomplete gif
* Add edit quickstart gif
* Add chat gif
* Add agent gif
* Fix broken image path
* Change Features to IDE Extensions
* Moved install and quickstart to ext and created redirects
* Move pages in docs.json
* Move examples from overview to extensions
* Remove the Overview and redirect to the index
* Fix Redirect
* Update docs/chat/how-to-use-it.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* Redirect model pages to customize
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* initial prompts docs changes
* following through on second half
* final touches
* fix: broken links
---------
Co-authored-by: Nate <sestinj@gmail.com>
* remove outdated pages and references to them
* change telemetry to a page instead of a directory with one page
* fix duplicate redirects
* remove vs code actions docs and references
* update hub introduction
* deprecate some context providers
* initial codebase and documentation guide
* replace context provider with MCP in custom code RAG
* deprecate @docs and @codebase
* remove context, docs, data blocks
* move context providers to deep dives
* move custom providers
* remove "blocks"
* remove rules "block"
* update popular providers
* cleanup before review
* updating more providers
* improve model reccs
* fix broken links
* add models links
* cleaning up models details
* move agent to first in list
* remove outdated descriptions
* reorder referene section
* update block types
* adjust model config example
* fix tabs for yaml / json
---------
Co-authored-by: Brian 'bdougie' Douglas <brian@dinnerpeople.app>
- Add name, version, and schema to all assistant/block examples
- Use 'Team Agent' as example assistant name
- Ensure consistency with version 1.0.0 and schema v1
- Fix incomplete YAML examples that were missing required properties
* docs: clarify apiVersion usage in Azure YAML configuration
- Add info box explaining apiVersion migration from JSON to YAML
- Document env section parameters in YAML reference
- Add Azure example showing proper apiVersion usage under env
- Include link to complete YAML schema
Fixes#7098🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* docs: add apiVersion to Azure YAML examples
- Add apiVersion parameter to chat model example
- Add apiVersion parameter to embeddings model example
- Shows proper placement under env section
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* remove docs
---------
Co-authored-by: Claude <noreply@anthropic.com>
- added context restriction properties to model autocompleteOptions schema
- discarded changes to add global tabAutocompleteOptions to config schema
- added experimental parameters to both config-types.
- added YAML alternative note to json reference.
- updated YAML configuration example with per-model options.
- added reference documentation with parameters for autocomplete options.
* docs: add model capabilities guide and update provider documentation
- Add new model-capabilities.mdx deep dive guide
- Update OpenRouter provider documentation
- Update Ollama provider documentation
- Update reference documentation
- Update troubleshooting documentation
* docs: add model-capabilities to navigation menu
- Add model-capabilities.mdx to deep-dives section in docs.json
* docs: add model compatibility matrix to model capabilities guide
- Add comprehensive compatibility matrix for popular models
- Include OpenAI, Anthropic, Google, Mistral, DeepSeek, and Ollama models
- Document feature support for Chat, Apply, Edit, Tool Use, and Image Input
- Add GitHub edit link for community contributions
* docs: refactor troubleshooting content for model capabilities
* docs: improve model capabilities guide formatting and structure
- Remove migration section reference to non-existent page
- Align table headers with left alignment for better readability
- Clean up document structure by removing broken cross-reference
* fix: remove css fix
* docs: update model capabilities and setup documentation
- Enhanced model capabilities documentation with more detailed explanations
- Added model setup information across agent, autocomplete, chat, and edit features
- Improved documentation structure and clarity for better user understanding
* docs: add more context to model setup bdougie/con-3178
* fix: update naming
* fix: response to pr review
* Update docs/customize/deep-dives/model-capabilities.mdx
Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com>
* Update docs/customize/deep-dives/model-capabilities.mdx
Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com>
* Update docs/customize/model-providers/top-level/ollama.mdx
Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com>
* fix: remove note
* docs: clarify model capabilities configuration and detection
* fix: update columns
---------
Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com>