Releases: wesm/agentsview
v0.12.1
v0.12.0
-
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
toolUseIDandrun.resultcontent now appears correctly in the UI.
Auto-Updater Artifacts
Internal release used by the desktop auto-updater. Do not delete.
v0.11.0
-
Add Pi agent support for importing and viewing Pi conversations.
-
Add an
agentsview synccommand 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
reasoningTextas thinking blocks. -
Extract Gemini tool results more reliably and recognize more Gemini tool names.
v0.10.0
-
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
nullfrom the sessions API. -
Fix dashboard date handling in analytics and insights views.
v0.9.1
-
None.
-
Removes the agent filter dropdown from the header to streamline the interface.
-
None.
v0.9.0
-
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
localhostorigin to improve local security defaults. -
Fix
install.shversion parsing so installs work correctly with minified release JSON.
v0.8.0
-
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
-
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
Alloption to the Analytics date range picker. -
Add a
Hide unknownfilter 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
-
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
postMessagewhen 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.