Promote v0.14.1 to production#593
Closed
mrubens wants to merge 7 commits into
Closed
Conversation
* fix: wire Discord request_user_input like Slack Post structured prompts with option buttons in Discord, queue answers from text replies and button clicks, and deliver them to the harness so agents resume instead of re-asking after replies like "Minor". * fix: loosen discord request_user_input test fixture types * fix: atomically claim Discord request_user_input answers Use a Slack-style Redis compare-and-set so concurrent Discord replies cannot both enqueue an answer and flip submitted state before the harness resumes. --------- Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
* fix: show self-review feedback summaries in the task web view Persist PR review notifications to task history for web-only tasks and when Slack lacks a message timestamp, and refresh transcript envelopes when task activity advances while the page is open. * fix: enqueue PR review notifications for web-only linked tasks Stop requiring chat thread context before scheduling the notification job so self-review summaries can still be written into task history for web-started tasks. --------- Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Skip OpenCode's empty "Provide the requested input." shell and reuse the in-flight Discord prompt message when the same run enriches the question. Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
#588) * fix: allow Chromium GPU process to traverse sandbox home Cap-dropped GPU children need o+x on $HOME to load SwiftShader/Vulkan libs under ~/.agent-browser so WebGL works without extra browser flags. * chore: add changeset for sandbox WebGL home traverse fix --------- Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Contributor
|
1 issue outstanding. See task
Reviewed a20c006 |
Closed
Contributor
Merged
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.
Promote v0.14.1
Frozen at
a20c0066e1cca8247479348d762407b97f6cafcc— the commit where0.14.1was versioned. Commits merged todevelopafter that point ship in the next release.v0.14.1and triggers the existing GHCRv*image publish (latestchannel).release/v0.14.1branch can be deleted after this PR merges.Changelog
0.14.1 (2026-07-19)
Patch changes