Skip to content

Comments

[pull] main from withastro:main#379

Merged
pull[bot] merged 2 commits intocode:mainfrom
withastro:main
Feb 15, 2026
Merged

[pull] main from withastro:main#379
pull[bot] merged 2 commits intocode:mainfrom
withastro:main

Conversation

@pull
Copy link

@pull pull bot commented Feb 15, 2026

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 : )

FredKSchott and others added 2 commits February 14, 2026 21:59
- **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>
@pull pull bot locked and limited conversation to collaborators Feb 15, 2026
@pull pull bot added the ⤵️ pull label Feb 15, 2026
@pull pull bot merged commit dc58ce0 into code:main Feb 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant