chore(release): pending release v0.46.0#677
Open
fro-bot[bot] wants to merge 10 commits into
Open
Conversation
Wires PR A bindings store + PR B GitHub App auth + PR C workspace-agent into the first user-facing gateway feature. Operator runs `/fro-bot add-project url:<git-url> [channel:<name>]` and the gateway authenticates, clones the repo into the workspace container, creates a Discord channel, and writes a binding to S3. The /fro-bot parent command is refactored into a factory (createFroBotCommand) that takes injected dependencies and dispatches ping + add-project subcommands. Permission checks use interaction.appPermissions (always populated) instead of guild member cache (requires GuildMembers intent we don't hold). Workspace-api client parses structured CloneFailure bodies from any HTTP status, preserving error codes like disk-full, repo-exists, overloaded, clone-timeout through to operator-facing recovery copy. Native fetch with AbortSignal.timeout(5min). Never logs request/response body. Captured-logger test asserts no ghs_* token leaks across all error paths. Channel collision logic iterates name, name-2, ..., name-10; never returns an existing channel by name (would silently bind a new repo to an unrelated existing channel). Returns collision-exhausted if all 10 candidates exist. 273/273 gateway tests pass. Plan doc deepened with adversarial + feasibility + security review (16 findings applied).
Co-authored-by: fro-bot[bot] <109017866+fro-bot[bot]@users.noreply.github.com>
8 tasks
Co-authored-by: fro-bot[bot] <109017866+fro-bot[bot]@users.noreply.github.com>
* ci(renovate): use semver for Node digests * fix: add `matchUpdateTypes`
Co-authored-by: fro-bot[bot] <109017866+fro-bot[bot]@users.noreply.github.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 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.46.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
matchUpdateTypesto fix config error (ci(renovate): removematchUpdateTypesto fix config error #683) (ce772ca)Auto-generated by the release pipeline. Updated: 2026-05-28 05:36 UTC