Skip to content

block-goose-cli 1.21.2#264800

Merged
BrewTestBot merged 2 commits intomainfrom
bump-block-goose-cli-1.21.2
Jan 28, 2026
Merged

block-goose-cli 1.21.2#264800
BrewTestBot merged 2 commits intomainfrom
bump-block-goose-cli-1.21.2

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## 🐛 Bug Fixes

Fix MCP Elicitation Deadlock and Improve UX (#6650)

Fixed a critical deadlock in MCP elicitation that caused requests to timeout immediately when an MCP server called elicitInput().

The Problem:
When an MCP server triggered elicitation, the form would appear in the UI but immediately timeout due to a deadlock in the agent's tool execution loop.

The Solution:

  • Rust (agent.rs): Changed the tool execution loop to use tokio::select! with a 100ms timeout, allowing the loop to periodically check for elicitation messages even when tools are blocked
  • UI (ElicitationRequest.tsx): Added visual feedback including:
    • Countdown timer showing time remaining (5 minutes)
    • Pulsing clock icon with "Waiting for your response" message
    • Urgent state that turns red when under 60 seconds
    • Clear expired message when time runs out

Contributed by @blackgirlbytes


Fix Chat Input Text Overlap (#6751)

Fixed an issue where long chat input text would go under the submit/action buttons at certain window widths.

Contributed by @zanesq


Full Changelog

Compare: v1.21.1...v1.21.2

View the full release notes at https://github.com/block/goose/releases/tag/v1.21.2.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 28, 2026
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 28, 2026
@BrewTestBot BrewTestBot enabled auto-merge January 28, 2026 04:53
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 28, 2026
Merged via the queue into main with commit 4b0f23e Jan 28, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-block-goose-cli-1.21.2 branch January 28, 2026 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants