feat: Add quickstart examples to docs (agent, chat, autocomplete, edit)#7184
Merged
bdougie merged 2 commits intocontinuedev:mainfrom Aug 16, 2025
Merged
feat: Add quickstart examples to docs (agent, chat, autocomplete, edit)#7184bdougie merged 2 commits intocontinuedev:mainfrom
bdougie merged 2 commits intocontinuedev:mainfrom
Conversation
Collaborator
Author
|
@bdougie here's the quick start. |
bdougie
approved these changes
Aug 16, 2025
Contributor
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
closes CON-2146
This pull request adds a comprehensive "Quick Start Tutorial" to the documentation, providing new users with a hands-on, step-by-step introduction to all four core features of Continue (Autocomplete, Edit, Chat, and Agent). The tutorial includes interactive instructions, code samples, keyboard shortcuts, and links to further resources, making it easier for users to get up and running quickly.
New user onboarding and documentation:
quick-start.mdxpage underdocs/getting-started/that walks users through practical exercises for Autocomplete, Edit, Chat, and Agent features, including code snippets and step-by-step guidance.Next steps and advanced resources:
[ What changed? Feel free to be brief. ]
AI Code Review
@continue-general-reviewor@continue-detailed-reviewChecklist
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. ]
Screen.Recording.2025-08-15.at.3.19.04.PM.mov
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Adds a Quick Start Tutorial page that teaches Autocomplete, Edit, Chat, and Agent with step-by-step exercises, code samples, and shortcuts per CON-2146. Updates the docs navigation to include the new page.