Skip to content

Conversation

@sestinj
Copy link
Contributor

@sestinj sestinj commented Jan 4, 2026

Summary

Adds a reusable GitHub Actions workflow that discovers and runs Continue agent files from .continue/agents/ on pull requests.

Usage

Users can add this to their repository:

name: Run Continue Agents
on:
  pull_request:
    types: [opened, synchronize]

jobs:
  agents:
    uses: continuedev/continue/.github/workflows/continue-agents.yml@main
    secrets:
      ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

Features

  • Discovers all .md agent files in .continue/agents/
  • Runs each agent in parallel via matrix strategy
  • Shows agent output in job logs, job summary, and check runs
  • Properly fails jobs when agents fail
  • Configurable agents path via agents-path input

Requirements

Users need:

  1. ANTHROPIC_API_KEY in repository secrets
  2. Agent markdown files in .continue/agents/

🤖 Generated with Claude Code


Summary by cubic

Adds a reusable GitHub Actions workflow that auto-discovers and runs Continue agent Markdown files on pull requests. Runs agents in parallel and surfaces results in logs, job summaries, and per-agent check runs, failing the job when an agent fails.

  • New Features

    • Reusable workflow_call with agents-path input (default .continue/agents)
    • Discovers .md agents and runs each via matrix with the Continue CLI
    • Creates/updates a Check Run per agent with captured output
    • Writes a concise job summary
    • Fails the job if any agent fails
  • Migration

    • Create a workflow that triggers on pull_request and calls this reusable workflow
    • Set the ANTHROPIC_API_KEY repository secret
    • Add agent .md files in .continue/agents (or set agents-path)

Written for commit 526b0b6. Summary will update on new commits.

A reusable GitHub Actions workflow that discovers and runs Continue agent
files from `.continue/agents/` on pull requests.

Usage:
```yaml
name: Run Continue Agents
on:
  pull_request:
    types: [opened, synchronize]

jobs:
  agents:
    uses: continuedev/continue/.github/workflows/continue-agents.yml@main
    secrets:
      ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
```

Features:
- Discovers all .md agent files in .continue/agents/
- Runs each agent in parallel via matrix strategy
- Shows agent output in job logs, job summary, and check runs
- Properly fails jobs when agents fail

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@sestinj sestinj requested a review from a team as a code owner January 4, 2026 04:25
@sestinj sestinj requested review from RomneyDa and removed request for a team January 4, 2026 04:25
@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

2 similar comments
@continue
Copy link
Contributor

continue bot commented Jan 4, 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

@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

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jan 4, 2026
@github-actions
Copy link

github-actions bot commented Jan 4, 2026

✅ Review Complete

Code Review Summary

⚠️ AI review failed. Please check the Continue API key and configuration.

Troubleshooting

  • Verify the CONTINUE_API_KEY secret is set correctly
  • Check that the organization and config path are valid
  • Ensure the Continue service is accessible

@sestinj sestinj merged commit 4ef8f20 into main Jan 4, 2026
46 of 48 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PRs Jan 4, 2026
@sestinj sestinj deleted the feat/continue-agents-workflow branch January 4, 2026 04:27
@github-actions github-actions bot locked and limited conversation to collaborators Jan 4, 2026
@github-actions github-actions bot added the tier 2 Important feature that adds new capabilities to the platform or improves critical user journeys label Jan 4, 2026
@sestinj
Copy link
Contributor Author

sestinj commented Jan 13, 2026

🎉 This PR is included in version 1.38.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor Author

sestinj commented Jan 14, 2026

🎉 This PR is included in version 1.37.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

released size:L This PR changes 100-499 lines, ignoring generated files. tier 2 Important feature that adds new capabilities to the platform or improves critical user journeys

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants