Conversation
- **New:** Docker sandbox for issue triage: Run the LLM (OpenCode server) inside an isolated Docker container during triage workflows so untrusted reproduction code never has access to secrets. Adds a Dockerfile.sandbox, a GHCR build workflow, and updates the triage workflow to use --sandbox. Moves the compiler clone into .compiler/ (gitignored) so it's accessible inside the container's bind mount. - **New:** Add a `verify` step to the triage pipeline that checks whether reported behavior is intentional before attempting a fix. Fixes issues where the bot just trusted the submitting user's expected behavior as truth vs. potentially confused/incorrect on expected behavior. - **New:** Make diagnose and fix skills aware of the withastro/compiler repo (cloned as a sibling in CI). Fixes issues tracked back to the compiler, where the bot was trying to work around the issue in our astro codebase instead of pointing responsibility to the compiler. - **New:** Add a feasibility check to the fix skill for browser/runtime compatibility. Hopefully fixes issues where the bot suggests code that wouldn't run on modern browsers. - Fix: For some reason the reproduction instructions were gone (or never there?) so we hadn't been downloading repos/stackblitz, and probably spending quite a lot of time trying to figure out the bug without a reproduction. Kind of surprised by the success rate at reproductions, given this, but I guess everyone is including enough detail without it for the LLM to go off of. - Chore: Ensure all skills explicitly read report.md before appending to it - Chore: Simplify the diagnose skill's review step - Chore: Refactor issue-triage.ts into composable helper functions. - Chore: Ignore triage folder from eslint - Chore: Tidy up AGENTS.md, simplified the project layout section - Chore: Bump @flue/cli to 0.0.20 and @flue/client to 0.0.12
) * docs: fix test command syntax in AGENTS.md to use astro-scripts directly Replace package.json script references (test:unit, test:match, etc.) with direct astro-scripts test invocations. Add 'exec' to pnpm commands so astro-scripts is resolved as a bin, not a script name. Document key flags (--match, --parallel, --watch, --timeout, --only). * docs: improve triage skill reproduce step with path validation Clarify that triageDir must be passed as a positional argument to create-astro, and add a verification step to confirm the project was created at the expected path before proceeding. * fix: use cp from examples/ instead of create-astro for triage scaffolding create-astro pulls the latest published Astro from npm, which doesn't match the monorepo version during beta. Copy from examples/ instead to ensure the workspace-linked version is always used. * update @flue/cli to 0.0.31 --------- Co-authored-by: Fred K. Schott <fschott@cloudflare.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )