Skip to content

v0.7.16

Choose a tag to compare

@github-actions github-actions released this 01 Sep 07:35
· 161 commits to main since this release

This release makes agent work easier to delegate and recover, with clearer run debugging, more reliable long-running execution, and smoother Chat, Desktop, and localized workflows.

New

  • Added governed Delegation Runs: an Agent can create an independent run for itself or another Agent in the same organization through rudder runs create or MCP, with source attribution, idempotent replay, and Delegation filters in Agent details.
  • Added Debug Chat for failed Agent Runs. From Run Detail, send bounded, redacted diagnostics to an Agent in a Side Panel, retry with another Agent when needed, and keep the session available while switching views. You can also review diagnostics before opening a GitHub issue.
  • Added per-run skill synchronization for Hermes Gateway. Select organization skills on an Agent, and Rudder projects the selected skills into each new run without modifying the Hermes skill home.

Improved

  • Agent Runs no longer time out by default just because they run for a long time or remain quiet. After 24 hours without recorded activity, Rudder warns while keeping the run active.
  • Made Chat sends retry-safe and durable, preventing duplicate messages and preserving drafts when a send or stream fails. Editing is limited to the latest user message.
  • Added find-in-page support across Agent Detail views, with match highlighting and keyboard navigation.
  • Improved Desktop local-app recovery by retaining bounded runtime logs across restarts for diagnosis.
  • Improved Agent workspace materialization and Desktop Terminal recovery for newly created Agents and temporarily obstructed workspaces.
  • Added confirmation before destructive deletion and improved Simplified Chinese wording across issue, workspace, and status surfaces.

Fixed

  • Fixed Run Detail transcript annotations and streaming activity disappearing while a run updates.
  • Fixed Markdown live preview so unordered-list bullets render correctly and text selection survives streaming; transient website-icon failures can retry cleanly.
  • Fixed native CLI/MCP Unicode length validation so non-ASCII input is counted consistently.
  • Fixed bounded tool-failure and network-waiting recovery paths that could leave runs or Debug Chats in a stale state.
  • Fixed macOS window rendering glitches caused by transparent composition.