38 Commits

Author SHA1 Message Date
Nate
4762623549 docs: fix title case in documentation headers
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>
2026-01-14 19:00:37 -08:00
continue[bot]
b8579ee126 docs: use version 1.0.0 instead of 0.0.1 in examples
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>
2025-12-02 00:05:18 +00:00
continue[bot]
f66b4aac24 docs: use 'My Config' instead of 'MyProject' for consistency
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>
2025-12-02 00:04:39 +00:00
continue[bot]
63302aee8d docs: add required name, schema, and version fields to all YAML examples
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>
2025-12-01 23:54:42 +00:00
BekahHW
8598ee765a docs: mission control updates (#8708)
* 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
2025-11-14 15:26:19 -08:00
BekahHW
6fe1268a70 Change guide name to reflect agents to configs and update links 2025-10-14 07:21:34 -04:00
BekahHW
32d7ba280f docs: features to ide extensions (#8219)
* 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>
2025-10-13 18:43:47 -04:00
Dallin Romney
60ed7b8098 Merge pull request #7956 from continuedev/dallin/JSON-MCP-support
feat: support standard MCP JSON formats
2025-09-26 12:51:05 -07:00
Ty Dunn
5caeb1e1b9 docs: initial prompts changes (#7664)
* initial prompts docs changes

* following through on second half

* final touches

* fix: broken links

---------

Co-authored-by: Nate <sestinj@gmail.com>
2025-09-25 17:01:16 -07:00
Dallin Romney
8519483220 Merge branch 'main' of https://github.com/continuedev/continue into dallin/JSON-MCP-support 2025-09-25 15:54:01 -07:00
Dallin Romney
8b9b72de7b feat: yaml <-> json conversion functions 2025-09-24 11:26:31 -07:00
Patrick Erichsen
d861a72c6f Update reference.mdx 2025-09-22 16:25:16 -07:00
Patrick Erichsen
fdc5ed39c3 polish 2025-09-19 17:37:50 -07:00
Patrick Erichsen
3e86757025 docs: understanding blocks 2025-09-18 19:48:27 -07:00
Dallin Romney
b842a21708 feat: global req (#7414)
* feat: yaml global requestOptions schema

* feat: merge request options

* fix: config yaml request options cleanup

* fix: mcp request options logic and tests

* feat: inject request options from unroll options

* fix: tests and new tests for merge

* feat: inject request options

* fix: prettier

* chore: package-lock

* chore: package lock

* fix: package lock

* fix: package lock
2025-09-17 10:57:40 -07:00
Dallin Romney
dcf07a0cf3 Merge pull request #7626 from shloimy-wiesel/fix/autocomplete-yaml-transform-flag
fix: Add missing transform option to YAML autocomplete configuration
2025-09-11 15:08:54 -07:00
Dallin Romney
cc01c9b071 Merge branch 'main' of https://github.com/continuedev/continue into shloimy-wiesel/fix/autocomplete-yaml-transform-flag 2025-09-11 13:53:03 -07:00
Dallin Romney
02d0631357 merge: main 2025-09-10 17:00:38 -07:00
shloimy-wiesel
4c7e520b18 docs: Add transform option to config.yaml reference documentation 2025-09-08 22:22:33 -07:00
Ty Dunn
4baec6bb5b docs: assistant --> agent 2025-09-08 14:40:33 -07:00
Fred Bricon
0b4e31a059 feat: enable reasoning toggle for ollama models
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2025-09-03 09:36:16 +02:00
Ty Dunn
9f68638e32 docs: updates to reflect product simplifications (#7357)
* 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>
2025-08-28 15:33:07 -07:00
Brian 'bdougie' Douglas
facca12028 docs: add required properties to assistant YAML examples
- 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
2025-08-26 14:57:09 -07:00
BekahHW
1704df4f1e feat: GEO updates for docs (#7083) 2025-08-14 21:20:59 +01:00
Patrick Erichsen
308f685a6e docs: clarify apiVersion usage in Azure YAML configuration (#7109)
* 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>
2025-08-12 17:58:41 -07:00
Keerthana Panyam
bbc200f283 Merge branch 'main' into panyamkeerthana/current_file_context 2025-08-08 11:51:33 -04:00
Keerthana Panyam
8fe5077e60 move context restriction properties to model level autocompleteOptions
- 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.
2025-08-08 11:50:14 -04:00
Patrick Erichsen
b8277315c1 docs: move capabilities reference to clearer location (#6968)
Update reference.mdx

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-05 17:05:33 -07:00
Brian Douglas
33fa558969 docs: add model capabilities guide and update provider documentation with tool_use (#6901)
* 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>
2025-08-05 11:16:44 -07:00
Nate Sesti
1fac50f6a2 Merge pull request #6880 from continuedev/bdougie/con-2785
docs: reorder agent to be first
2025-07-30 22:01:32 -07:00
Patrick Erichsen
c82df8ab6e docs: add info on sys msg for plan + agent mode (#6829)
* Update reference.mdx

* Update reference.mdx

* Update reference.mdx

* Update how-to-customize.mdx
2025-07-30 14:56:21 -07:00
Brian 'bdougie' Douglas
d24cb75e70 docs: reorder agent to be first 2025-07-29 19:03:55 -07:00
Patrick Erichsen
47c5ae7a69 docs: add correct title to yaml codeblocks in reference (#6851)
Update reference.mdx
2025-07-29 09:09:39 -07:00
Nate
45f4be60b3 Merge branch 'main' into dallin/remove-yaml-max-depth 2025-07-21 21:57:20 -07:00
Ting-Wai
1a9458c346 Fix misformatted yaml code (#6733)
docs: fix misformatted yaml code
2025-07-21 10:41:14 -07:00
Dallin Romney
c132986c95 remove YAML maxDepth 2025-07-17 16:10:21 +02:00
Patrick Erichsen
d1d1646b60 docs: remove unnecessary anchor tags 2025-07-14 11:04:42 -07:00
Brian 'bdougie' Douglas
efe9d45a72 s/docs2/docs 2025-07-10 13:34:36 -07:00