⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@BekahHW
Copy link
Collaborator

@BekahHW BekahHW commented Jan 13, 2026

Description

Deploy Preview

Add a section of cloud agents guides to the docs, updated nav, add to how to use guides

  1. Cloud Agents Taxonomy - Different types of cloud agents and their use cases
  2. Developers Guide to Cloud Agents - Overview of cloud agents and their benefits
  3. When to Use Cloud Agents - Deciding when cloud agents are the right tool
  4. From Manual to Automated Cloud Agents - Transitioning from manual to automated workflows
  5. Cloud Agents vs CI/CD - When to use cloud agents vs CI/CD pipelines
  6. Operating Cloud Agents Safely - Best practices for secure cloud agent operation
  7. Automated Security Remediation with Snyk - Using cloud agents for security fixes

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • [] I've read the contributing guide
  • [] The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

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? ]


Continue Tasks

Status Task Actions
▶️ Queued Update docs on PR View
▶️ Queued Optimize Website Performance View
🔴 Closed Ci require-all-checks-to-pass-cli analysis PR · View

Powered by Continue


Summary by cubic

Adds a new Cloud Agents docs section with seven guides, and updates navigation and overview to make these workflows easy to find. Helps teams understand when and how to use cloud agents safely, including a Snyk remediation playbook.

  • New Features
    • Added seven Cloud Agents guides: taxonomy, developer guide, when to use, task→automation, vs CI/CD, operating safely, and Snyk remediation.
    • Updated docs navigation to add a “Cloud Agents” group under Guides and linked them from the Guides overview.
    • Tweaked Mission Control integrations copy (Sentry card) for clarity.

Written for commit 4db3d8b. Summary will update on new commits.

@BekahHW BekahHW requested a review from a team as a code owner January 13, 2026 00:33
@BekahHW BekahHW requested review from RomneyDa and removed request for a team January 13, 2026 00:33
@continue
Copy link
Contributor

continue bot commented Jan 13, 2026

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

3 similar comments
@continue-staging
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@continue-development-app
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@continue-development-app
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7 issues found across 10 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="docs/guides/cloud-agents/guide-to-cloud-agents.mdx">

<violation number="1" location="docs/guides/cloud-agents/guide-to-cloud-agents.mdx:73">
P3: Fix the grammatical errors by using the singular form and adding the missing article ("an AI agent" / "a one-off task") to improve readability and professionalism.</violation>
</file>

<file name="docs/guides/cloud-agents/from-task-to-automation.mdx">

<violation number="1" location="docs/guides/cloud-agents/from-task-to-automation.mdx:35">
P3: Remove the stray closing ``` at the end of the document so the page doesn’t render an empty code block.</violation>

<violation number="2" location="docs/guides/cloud-agents/from-task-to-automation.mdx:44">
P2: Remove the four-space indentation in the Stage 1 section so the goal text and bullet lists render as normal Markdown instead of a code block.</violation>

<violation number="3" location="docs/guides/cloud-agents/from-task-to-automation.mdx:62">
P3: De-indent the bullet lists in Stages 2–4 so they render as actual Markdown lists rather than code blocks.</violation>
</file>

<file name="docs/guides/cloud-agents/cloud-agents-taxonomy.mdx">

<violation number="1" location="docs/guides/cloud-agents/cloud-agents-taxonomy.mdx:130">
P3: “Rime-sensitive fixes” is a typo; it should read “Time-sensitive fixes” to be understandable.</violation>

<violation number="2" location="docs/guides/cloud-agents/cloud-agents-taxonomy.mdx:208">
P3: The sentence “Agents alone don’t scale without control and visibility do” contains an extra “do,” making the warning unclear.</violation>

<violation number="3" location="docs/guides/cloud-agents/cloud-agents-taxonomy.mdx:223">
P2: The “Developer’s Guide to Cloud Agents” card points to /guides/guide-to-cloud-agents, which omits the required /cloud-agents segment and results in a broken link.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

BekahHW and others added 2 commits January 13, 2026 11:35
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Jan 14, 2026
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 14, 2026
@bdougie bdougie merged commit f732338 into main Jan 14, 2026
57 of 60 checks passed
@bdougie bdougie deleted the docs/cloud-agent-guide branch January 14, 2026 00:10
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Jan 14, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Jan 14, 2026
@sestinj
Copy link
Contributor

sestinj commented Jan 14, 2026

🎉 This PR is included in version 1.37.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Jan 15, 2026

🎉 This PR is included in version 1.39.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer released size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants