Skip to content

cagent 1.22.0#266615

Merged
BrewTestBot merged 2 commits intomainfrom
bump-cagent-1.22.0
Feb 10, 2026
Merged

cagent 1.22.0#266615
BrewTestBot merged 2 commits intomainfrom
bump-cagent-1.22.0

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
This release enhances the chat experience with history search functionality and improves file attachment handling, along with multi-turn conversation support for command-line operations.

What's New

  • Adds Ctrl+R reverse history search to the chat editor for quickly finding previous conversations
  • Adds support for multi-turn conversations in cagent exec, cagent run, and cagent eval commands
  • Adds support for queueing multiple messages with cagent run question1 question2 ...

Improvements

  • Improves file attachment handling by inlining text-based files and fixing placeholder stripping
  • Refactors scrollbar into a reusable scrollview component for more consistent scrolling behavior across the interface

Bug Fixes

  • Fixes pasted attachments functionality
  • Fixes persistence of multi_content for user messages to ensure attachment data is properly saved
  • Fixes session browser shortcuts (star, filter, copy-id) to use Ctrl modifier, preventing conflicts with search input
  • Fixes title generation spinner that could spin forever
  • Fixes scrollview height issues when used with dialogs
  • Fixes double @@ symbols when using file picker for @ attachments

Technical Changes

  • Updates OpenAI schema format handling to improve compatibility

What's Changed

Full Changelog: docker/cagent@v1.21.0...v1.22.0

View the full release notes at https://github.com/docker/cagent/releases/tag/v1.22.0.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Feb 9, 2026
@chenrui333
Copy link
Member

  ==> /home/linuxbrew/.linuxbrew/Cellar/cagent/1.22.0/bin/cagent exec --dry-run agent.yaml 2>&1
  Error: cagent: failed
  An exception occurred within a child process:
    Minitest::Assertion: Expected /must be set.*OPENAI_API_KEY/m to match "requires at least 2 arg(s), only received 1\n\n".

@chenrui333 chenrui333 added the test failure CI fails while running the test-do block label Feb 9, 2026
@chenrui333 chenrui333 removed the test failure CI fails while running the test-do block label Feb 9, 2026
cagent: update test

Signed-off-by: Rui Chen <rui@chenrui.dev>
@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 Feb 10, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 10, 2026
Merged via the queue into main with commit b7e29c3 Feb 10, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-cagent-1.22.0 branch February 10, 2026 00:29
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. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants