chore(release): pending release v0.49.0#720
Open
fro-bot[bot] wants to merge 5 commits into
Open
Conversation
The first /fro-bot add-project on a fresh gateway aborted in pre-flight: a valid S3 NoSuchKey 404 (the binding key legitimately absent) was misclassified as a fatal store error, deadlocking first use. The object-store adapter extracted the SDK error code and HTTP status but discarded them, leaving isNotFound() to match on message text that misses AWS's 'The specified key does not exist.' Preserve errorCode and httpStatusCode through the adapter error and classify not-found by structured code (NoSuchKey / 404) first, falling back to a widened message regex for S3-compatible stores whose wording differs. Fixes #713
5 tasks
#723) fix(prompt): require Fro Bot to submit a review event matching its verdict PR reviews previously delivered a PASS verdict as a comment-only review, which never satisfies branch protection's required approval. Map the verdict to the GitHub review event explicitly: PASS -> approve, CONDITIONAL/REJECT -> request-changes, and remove the comment-only fallback for verdicts.
* feat(setup): add DEFAULT_OMO_SLIM_VERSION constant + Renovate tracking * feat(setup): add enable-omo-slim and omo-slim-preset action inputs Mutually exclusive with enable-omo. Validates preset against the openai/opencode-go allowlist and fails fast when both plugins are enabled. * feat(setup): install OMO Slim and assemble its CI config installOmoSlim runs the pinned slim installer with the validated preset. buildCIConfig gains a slim mode that registers the slim plugin, pins default_agent to orchestrator, guards against dual-plugin configs, and version-gates orchestrator support. * ci: add OMO Slim smoke job and document the inputs A workflow_dispatch-gated job exercises enable-omo-slim end to end and asserts the slim config assembly. README documents the new inputs and the mutual-exclusivity contract with oMo. * fix(setup): harden OMO Slim failure and version-gate ordering Reject unverified slim versions before running the installer, fall back to a non-slim config when the slim install fails so a missing plugin is never pinned as default_agent, strip the legacy plugins key in slim mode, and source the default version from the shared constant. * chore: rebuild dist with refreshed pnpm store * ci: drop dedicated OMO Slim job Slim config assembly is covered by unit tests; a workflow_dispatch-only job only adds a perpetually-skipped check to every PR. Dispatch fro-bot.yaml for an on-demand live install smoke when needed.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pending Release: v0.49.0
This PR tracks changes pending release. Released on the next auto-release cycle (Sunday/Wednesday) or via manual dispatch.
Merge this PR to trigger a release. Releases also run automatically on Sunday/Wednesday at 20:00 UTC, or via manual workflow dispatch.
Commits Since Last Release
Auto-generated by the release pipeline. Updated: 2026-06-01 11:06 UTC