Skip to content

Releases: wesm/agentsview

v0.23.5

21 Apr 00:31
a89a0e0

Choose a tag to compare

  • Coalesce rapid dashboard update events to cap refetch frequency and keep the UI smoother under heavy activity.

v0.23.2

20 Apr 14:57
61e4f3e

Choose a tag to compare

  • Keep the sidebar session list consistent after loading multiple pages of sessions.

v0.23.1

19 Apr 21:56
d3cbc59

Choose a tag to compare

  • Usage reporting excludes cached Codex tokens from input_tokens, making token totals more accurate.

v0.23.0

19 Apr 16:54
d49f1a9

Choose a tag to compare

  • Add live dashboard refresh via Server-Sent Events so sessions and usage update without reloading.

  • Add session intelligence with health signals, analytics, and richer UI insights.

  • Add a session CLI for listing, inspecting, exporting, syncing, and watching session data programmatically.

  • Add Markdown export for sessions.

  • Add SSH remote session sync to pull in sessions from remote machines.

  • Add PostgreSQL support for usage reporting.

  • Add agentsview stats to report per-author git and session activity.

  • Require the explicit serve subcommand to start the server.

  • Show session names in the Top Sessions by Cost view.

  • Preserve active filters when switching between the Sessions and Usage tabs.

  • Link usage group-by selectors for a smoother analytics workflow.

  • Make incremental parsing more reliable by validating files with inode and device tracking.

  • Rewrite the README as a clearer user-facing guide.

  • Surface the underlying login shell probe failure reason for the desktop app on arm64 flake cases.

  • Only self-heal the events store on transient frontend failures.

  • Accept raw session IDs in token-use.

  • Resolve ephemeral serve port handling correctly.

  • Parse Claude Code CLI JSON array output correctly in insights.

  • Recognize the "helpful assistant" prefix as an automated session.

  • Skip git-root walking for foreign-OS working directories.

v0.22.2

13 Apr 22:02
3758c37

Choose a tag to compare

  • Correct fallback pricing for Claude Opus 4.6 so usage cost estimates use the proper $5 input and $25 output rates.

v0.22.1

13 Apr 19:04
5a88ac8

Choose a tag to compare

  • Keep Codex model detection consistent during incremental syncs so usage reporting stays accurate.

v0.22.0

13 Apr 13:37
d83722b

Choose a tag to compare

  • Track usage costs for OpenCode and Pi in summaries and cost charts.

  • Improve usage dashboard cards and time-series charts for clearer cost reporting.

  • Sync Codex exec sessions so execution activity appears reliably in agentsview.

  • Fix usage accounting so total cost data stays complete across supported providers.

v0.21.0

13 Apr 02:17
37d726d

Choose a tag to compare

  • Add a token usage dashboard with filtering and drill-down views for exploring usage by project, model, and session.

  • Show usage summaries, cost trends, attribution, cache efficiency, top sessions, and treemap breakdowns in the new dashboard.

  • Add a dedicated usage view and API support for browsing token and cost data more easily.

  • Prevent some Claude usage records from being double-counted in totals.

  • Correct Opus 4.6 pricing in usage cost calculations.

v0.20.0

12 Apr 14:35
6532d49

Choose a tag to compare

  • Add support for OpenHands CLI sessions, with a shallow watch mode for lighter syncing.

  • Add support for Positron Assistant sessions.

  • Show estimated usage cost in agentsview usage daily and the status line.

  • Filter pinned messages by the selected project.

  • Make agentsview usage daily faster and default it to the last 30 days.

  • Simplify docs and help text to use broader agent guidance instead of long agent lists.

  • Restore Intel macOS desktop builds in release artifacts.

  • Recover the desktop app automatically if the WebView dies after sleep/wake.

  • Fix configuration key mapping for Pi, Cursor, and Amp agents.

v0.19.0

09 Apr 01:48
2ad6a8d

Choose a tag to compare

  • Add support for Warp agent sessions.

  • Add support for Hermes Agent sessions.

  • Add support for Cortex Code sessions.

  • Add support for Kiro CLI and Kiro IDE sessions.

  • Add Cursor session history with resume and workspace recovery.

  • Add the ability to resume Claude sessions in Claude Desktop.

  • Add project filtering to pg push.

  • Add an opt-out for update checks and expand privacy and telemetry documentation.

  • Fix the synced status label staying stale and show the exact sync time on hover.