Skip to content

Releases: itzenata/iris-tui

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:28

Added

  • Aggregate estimated cost across all visible sessions: shown live in the
    dashboard header (~cost $X.XX) and as a total line in iris ls.

Fixed

  • crates.io metadata now points at the renamed repository
    (itzenata/iris-tui) and its new GitHub Pages URL.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 10:55

First public release. Published on crates.io as
iris-tui — the installed binary is iris.

Added

  • Live dashboard of every active Claude Code session: status glyphs, model,
    token totals, and estimated USD cost, refreshed every second.
  • Activity feed tailing the selected session (prompts, thinking, tool calls,
    results) with vim navigation and foldable session groups.
  • Per-session tool-usage histogram.
  • Opt-in AI features: s "doing / done / next" summaries and x risk read of
    a pending tool call.
  • Remote approvals: iris install-hook registers a PreToolUse hook; with
    gating armed (A), approve or deny any session's tool calls from one pane.
  • Heartbeat fallback so sessions never block when iris isn't running.
  • iris ls one-shot table mode, D to hide a session from the view
    (transcripts on disk are never touched).
  • Landing page with light/dark theme; CI (clippy, build, test) and
    tag-triggered release automation.

Thanks

What's Changed

New Contributors

Full Changelog: https://github.com/itzenata/iris/commits/v0.1.0