Skip to content

Conversation

@sestinj
Copy link
Contributor

@sestinj sestinj commented Dec 8, 2025

Summary by cubic

Set PUPPETEER_EXECUTABLE_PATH to /usr/bin/chromium in the runloop blueprint launch commands so Puppeteer uses the system Chromium. This prevents Puppeteer downloads and avoids launch failures under Xvfb.

Written for commit 4905bd5. Summary will update automatically on new commits.

@sestinj sestinj requested a review from a team as a code owner December 8, 2025 22:16
@sestinj sestinj requested review from RomneyDa and removed request for a team December 8, 2025 22:16
@continue
Copy link
Contributor

continue bot commented Dec 8, 2025

Keep this PR in a mergeable state →

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts

2 similar comments
@continue-development-app
Copy link

Keep this PR in a mergeable state →

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts

@continue-development-app
Copy link

Keep this PR in a mergeable state →

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 8, 2025
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue configuration error. Please verify that the assistant exists in Continue Hub.


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.

No issues found across 1 file

@continue
Copy link
Contributor

continue bot commented Dec 8, 2025

Documentation Review

Reviewed this PR for documentation updates. No documentation changes needed.

Reasoning

This change adds PUPPETEER_EXECUTABLE_PATH to the internal Runloop blueprint configuration, which is:

  • Infrastructure-only: Used by Continue's CI/CD workflows, not user-facing
  • Not documented elsewhere: The runloop blueprint template is an implementation detail not covered in user or contributor docs
  • No workflow impact: Contributors don't need to modify this configuration for normal development

The change is purely an optimization to use system Chromium instead of letting Puppeteer download its own copy.


This review was performed by Continue AI Agent

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Dec 10, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 10, 2025
@RomneyDa RomneyDa merged commit 955f5fc into main Dec 10, 2025
59 of 60 checks passed
@RomneyDa RomneyDa deleted the nate/add-puppeteer-chromium-path branch December 10, 2025 19:36
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Dec 10, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Dec 10, 2025
@sestinj
Copy link
Contributor Author

sestinj commented Dec 10, 2025

🎉 This PR is included in version 1.36.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:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants