Skip to content

v0.6.14

Choose a tag to compare

@github-actions github-actions released this 16 Aug 14:26
· 30 commits to main since this release
e3ffa58

Added

  • Added end-to-end local observability for coding sessions. Run lifecycle,
    provider requests, retries, compaction, checkpoints, tool calls, approvals,
    token usage, cost, and latency are recorded as correlated structured events
    and assembled into session-scoped trace bundles.
  • Added conversation diagnostics to the desktop client. Each conversation now
    exposes a trace view with an overview, execution trajectory, request content,
    raw data, tool definitions, and a resizable inspector, with live updates
    while a run is in progress.
  • Added a composer context ring that surfaces the current context usage and a
    compact action in a dedicated popover, replacing the meter hidden in the
    model settings menu.
  • Added durable session event checkpoints. Tool intent is checkpointed before
    dispatch and interrupted executions are repaired with explicit outcomes, so
    conversations can be reconstructed from committed events instead of inferred
    runtime state.

Changed

  • Session transcripts now require version 6. Legacy version 2-5 transcripts are
    rejected and are not migrated automatically.
  • Diagnostics are presented as session-scoped Turns and Steps with request and
    timing details, and activated skills render as Markdown in the diagnostics
    inspector.

Full Changelog

Compare v0.6.13...v0.6.14