-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat: add continuous AI Guide #7459
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
Conversation
|
💡 To request a new review, comment |
1 similar comment
|
💡 To request a new review, comment |
|
Codestral and Llama 3.1 guides were deleted in #7357. Perhaps can delete those links in the overview. |
| <Card title="Want to dive deeper?" icon="rocket"> | ||
| Check out our guides on [Continue CLI](/guides/cli) and [Understanding Assistants](/guides/understanding-assistants). | ||
| </Card> |
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.
I really love that we are linking to other guides here.
bdougie
left a comment
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.
I love this and want to make sure we get some more of the team's thoughts on the approach and story.
|
🎉 This PR is included in version 1.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
closes con-3451
This pull request introduces documentation for "Continuous AI" and updates the guides overview to highlight this new resource. The main focus is to help developers understand and implement systematic AI workflows in their development processes.
Documentation additions and updates:
continuous-ai.mdx, explaining the concept, maturity model, best practices, and implementation patterns for integrating AI automation into development workflows.docs.jsonto include the new "Continuous AI" guide in the documentation navigation structure.overview.mdx) to prominently feature "Continuous AI: A Developer's Guide" and improve discoverability of related resources.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. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Adds “Continuous AI: A Developer’s Guide” and features it in the Guides overview and sidebar. This helps developers adopt workflow-level automation with clear patterns, examples, and safety guardrails.