release notes · page 9

Changelog

Every trau release, newest first: what’s new, what changed and what got fixed.

Latest release

v2.64.0

Sep 20, 2026

Releases shipped

109

since June 2026

  1. v1.2.0

    Copy from the log inspector

    Copy a run’s log straight from the log inspector.

    Added

    • Copy the selected run’s log from the log inspector

    Fixed

    • A bad pick never rebuilds a ticket that already merged
  2. v1.1.0

    A feed-first dashboard

    The terminal dashboard puts the activity feed first.

    Added

    • A feed-first terminal dashboard with full-width attach and a wider peek
  3. v1.0.0

    First stable release with a rebuilt terminal UI

    The first stable release, with the terminal UI rebuilt from the ground up.

    Added

    • A live pipeline pane shows every phase with elapsed time, a log tail and nested repair steps
    • Tickets that need a human float to the top of the queue, each with its recovery action ready
    • A command palette with fuzzy-matched actions, plus a searchable help overlay for every key
    • Peek at or attach to any running ticket without leaving the dashboard
    • Terminal-title progress, opt-in desktop notifications and an away recap
    • Theme presets for Catppuccin, Dracula, Gruvbox and Nord
  4. v0.20.1

    Fewer false alarms on long builds

    Long build phases and strict git hooks no longer trip false alarms.

    Fixed

    • The default agent timeout rises to an hour, so large build phases no longer look stuck
    • A rejected pre-push hook sends the run to repair instead of faulting the session
    • Multi-line errors no longer break the activity feed layout
  5. v0.20.0

    Claude 5 models in the picker

    The Claude provider picker offers the Claude 5 family.

    Added

    • Fable 5 and Sonnet 5 join Opus, Sonnet and Haiku in the picker, routable per phase
  6. v0.19.0

    The ticket size judge is retired

    Builds are no longer gated on an unreliable pre-flight size check.

    Removed

    • The pre-flight ticket size judge is gone; cost anomalies are still flagged after a run
  7. v0.18.2

    Jira ticket content reaches the build

    Jira ticket descriptions, criteria and comments now reach the build.

    Added

    • Jira ticket descriptions, acceptance criteria and comments are passed to the build and handoff

    Fixed

    • The onboarding labels step follows your tracker instead of assuming Linear
  8. v0.18.1

    Direct Jira integration, no MCP required

    Trau talks to Jira directly, so reading and updating tickets no longer needs an MCP server.

    Added

    • A direct Jira integration reads issues, picks the next ticket and lists sub-issues and projects
    • Trau writes labels, comments, bug reports and status transitions to Jira directly
    • Jira calls retry on transient failures and fall back to MCP when no token is configured
    • Activity-feed agent rows show the model and elapsed time

    Fixed

    • Onboarding lists Jira projects for the account you entered
  9. v0.18.0

    Cleaner diffs and cheaper mechanical phases

    A cleanup pass strips AI slop before verification, and mechanical phases run on smaller models by default.

    Added

    • A cleanup stage strips needless comments, dead code and over-defensive scaffolding before verify grades the diff
    • Lint autofix runs before verify, using your fix command or an agent that finds the project’s fixers
    • Build prompts steer agents toward lean, human-like code
    • Trau flags tickets whose spend did not match their size

    Changed

    • Cleanup, lint fix, commit and handoff route to smaller Claude models by default

    Fixed

    • A build that changes nothing faults instead of shipping an empty handoff
  10. v0.17.0

    Watch the agent work live

    Tail the running agent’s real terminal from the dashboard or from any shell.

    Added

    • Press w in the terminal UI to watch the running agent’s actual terminal live
    • trau watch tails a running loop’s agent activity from any shell