Skip to content

CodeBuddy Code v2.50.7 Release

Improvements

Team Member Focus Navigation

When using Team collaboration, you can now navigate between members using Shift+Up/Down to switch views, viewing each member's conversation history, execution progress, and token consumption in real time. Press Ctrl+O to quickly return to the main view.

  • Direct Member Messaging: After focusing on a member, the input box automatically switches to message-sending mode for that member. Use @main to route messages back to the main agent
  • Message Routing Enhancement: The SendMessage tool supports the "main" alias, and user message injection into member sessions no longer adds unnecessary XML wrapping

Bug Fixes

  • Sub-agent AbortSignal Listener Leak: Fixed an issue where abort event listeners were registered and removed on the wrong AbortSignal in sub-agents, eliminating error reports during cascading interrupts
  • Member Session Recovery: Fixed subscription loss causing 0 tokens when sub-agents restart, fixed race condition in agent_end events