github docker/cagent v1.23.4

6 hours ago

This release introduces parallel session support with tab management, major command restructuring, and enhanced UI interactions.

What's New

  • Adds parallel session support with a new tab view to switch between sessions
  • Adds drag and drop functionality for reordering tabs
  • Adds mouse click support to elicitation, prompt input, and tool confirmation dialogs
  • Adds X-Cagent-Model-Name header to models gateway requests
  • Adds Ask list to permissions config to force confirmation for read-only tools
  • Defaults to running the default agent when no subcommand is given

Improvements

  • Restores ctrl-r binding for searching prompt history
  • Updates Claude Sonnet model version to 4.6
  • Prevents closing the last remaining tab with Ctrl+W
  • Makes fetch tool not read-only
  • Handles Claude overloaded_error with retry logic

Bug Fixes

  • Fixes ctrl-c in docker agent and docker agent defaulting to docker agent run
  • Fixes completion command
  • Fixes cagent-action to expect a prompt
  • Fixes gemini use of vertexai environment variables
  • Fixes CPU profile file handling and error handling in isFirstRun

Technical Changes

  • Removes cagent config commands (breaking change)
  • Removes cagent feedback command (breaking change)
  • Removes cagent build command (breaking change)
  • Removes cagent catalog command (breaking change)
  • Moves a2a, acp, mcp and api commands under cagent serve (breaking change)
  • Replaces cagent exec with cagent run --exec (breaking change)
  • Moves pull and push under cagent share (breaking change)
  • Hides cagent debug
  • Adds skills to the default agent
  • Defaults restore_tabs to false

What's Changed

New Contributors

Full Changelog: v1.23.3...v1.23.4

Don't miss a new cagent release

NewReleases is sending notifications on new releases.