Skip to content

Releases: wesm/agentsview

v0.12.1

11 Mar 01:25
0e50d68

Choose a tag to compare

New Features

  • Adds zoom controls in the desktop app.
  • Adds an About dialog with version and release details.

Improvements

  • Improves README instructions for desktop releases.

Bug Fixes

  • Fixes project name resolution for deleted nested worktrees.

v0.12.0

10 Mar 04:16
0e6c27e

Choose a tag to compare

  • Add iFlow agent support so you can discover and browse iFlow sessions.

  • Add a session resume menu with actions to reopen a session, launch a terminal, and open its working directory.

  • Add packaged desktop releases with built-in auto-update support.

  • Redesign the agent filter as a multi-select so you can filter by multiple agent types at once.

  • Improve cross-platform path handling so sessions and related actions work more reliably across operating systems.

  • Fix AMP tool output rendering so missing toolUseID and run.result content now appears correctly in the UI.

Auto-Updater Artifacts

10 Mar 11:58
0e6c27e

Choose a tag to compare

Pre-release

Internal release used by the desktop auto-updater. Do not delete.

v0.11.0

09 Mar 03:38
b31cfcc

Choose a tag to compare

  • Add Pi agent support for importing and viewing Pi conversations.

  • Add an agentsview sync command to populate data without starting the server.

  • Let you rename sessions, move them to trash, and pin important messages.

  • Persist starred sessions in SQLite so stars survive restarts.

  • Exclude single-turn sessions by default in analytics views to reduce noise.

  • Normalize tool metadata across agents so tool calls display more consistently.

  • Align timestamps between messages and grouped tool calls.

  • Show Copilot reasoningText as thinking blocks.

  • Extract Gemini tool results more reliably and recognize more Gemini tool names.

v0.10.0

05 Mar 04:05
d620069

Choose a tag to compare

  • Add Amp, VS Code Copilot, and OpenClaw agent support.

  • Add a Tauri-based desktop app wrapper.

  • Add session starring with local persistence.

  • Add switchable message layouts: Default, Compact, and Stream.

  • Add collapsible sidebar grouping by agent.

  • Add block-type filtering to toggle message content categories.

  • Add a copy button for message content.

  • Add subagent transcript viewing for Agent tool calls.

  • Enrich Codex tool call display with more complete call and result details.

  • Store tool result content with tool calls while respecting category blocklists.

  • Use a non-destructive database resync flow to preserve existing session data.

  • Simplify the UI by removing the dedicated toggle-thinking button.

  • Return an empty array instead of null from the sessions API.

  • Fix dashboard date handling in analytics and insights views.

v0.9.1

28 Feb 03:03
f2d4dfc

Choose a tag to compare

  • None.

  • Removes the agent filter dropdown from the header to streamline the interface.

  • None.

v0.9.0

28 Feb 02:14
f397a93

Choose a tag to compare

  • Add Cursor agent support, including parsing Cursor sessions and filtering them in the UI.

  • Show tool call parameters in expanded tool blocks for better execution visibility.

  • Restrict CORS to localhost origin to improve local security defaults.

  • Fix install.sh version parsing so installs work correctly with minified release JSON.

v0.8.0

26 Feb 20:58
25239ea

Choose a tag to compare

  • Replace the project dropdown with a filterable typeahead to find and switch projects faster.

  • Improve resync reliability so session data stays in sync more consistently.

  • Polish startup UX to make initial loading clearer and smoother.

  • Fix Gemini message parsing and display for thinking blocks.

  • Fix text selection inside tool call blocks.

v0.7.0

26 Feb 03:51
0fedc67

Choose a tag to compare

  • Add a session DAG view that detects forks and shows branch relationships.

  • Add inline subagent linking so parent and subagent conversations are connected in context.

  • Add an All option to the Analytics date range picker.

  • Add a Hide unknown filter to reduce noise from unclassified items.

  • Improve Gemini project resolution for more accurate project attribution.

  • Update Gemini model handling to support newer model variants.

  • Fix Analytics message counting so totals match actual message data.

  • Fix agent color assignment for more consistent visual identification.

v0.6.0

25 Feb 16:38
de36280

Choose a tag to compare

  • Support multiple Claude project directories, including mixed Windows/WSL setups.

  • Add session filters to quickly narrow the session list and analytics views.

  • Add in-app resync so you can refresh data without restarting agentsview.

  • Support theme control via postMessage when embedding agentsview in an iframe.

  • Condense watcher warnings to reduce noisy sync notifications.

  • Add a polling fallback for unwatchable directories to keep sync running reliably.

  • Fix an app freeze when search returns no results.

  • Fix Gemini project detection so sessions map to the correct project.