-
Notifications
You must be signed in to change notification settings - Fork 3.7k
feat: add agents to guides #7974
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
AI Code ReviewAI review failed due to service initialization issues. Please check the Continue API key and configuration. No specific line comments generated. 💡 To request a new detailed review, comment |
|
💡 To request a new review, comment |
* Fix CONTINUE_API_KEY usage in GitHub workflow examples - Updated snyk-mcp-continue-cookbook.mdx to use env variable setup for CONTINUE_API_KEY - Updated netlify-mcp-continuous-deployment.mdx to include CONTINUE_API_KEY in env section - Follows best practice of declaring environment variables in env section instead of inline secrets reference Generated with Continue (https://continue.dev) Co-Authored-By: Continue <[email protected]> * Update Netlify workflow to use proper Continue CLI setup - Added Continue CLI installation step - Added Continue CLI authentication with proper env variable setup - Added GitHub Secrets section with required variables - Updated workflow to use cn -p instead of npx with heredoc - Follows same pattern as Snyk guide for consistency Generated with Continue (https://continue.dev) Co-Authored-By: Continue <[email protected]> --------- Co-authored-by: Continue Agent <[email protected]> Co-authored-by: Continue <[email protected]>
|
I have read the CLA Document and I hereby sign the CLA 2 out of 3 committers have signed the CLA. |
|
This is actually nice. I installed the agent and it got to work installing everything I needed to identify perfomance on https://resouces.continue.dev with one prompt.
|
…eat/add-agents-to-guides
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

Description
This pull request updates documentation for the Netlify and Snyk MCP cookbooks, with significant improvements to workflow clarity, agent setup instructions, and prompt usage examples. It also reorganizes the docs site structure and updates some Hub agent creation images for consistency.
Documentation improvements for Netlify and Snyk MCP cookbooks:
Docs site structure and navigation:
guides/snyk-mcp-continue-cookbookfrom the general guides section to the integrations section indocs/docs.jsonfor better organization and navigation. [1] [2]Hub agent creation documentation:
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
Add pre-built agent Quick Start paths to the Netlify and Snyk MCP cookbooks, with clearer setup, prompt examples, and agent requirements. Also reorganizes docs navigation and updates Hub images for creating/remixing agents.
New Features
Refactors