Releases: wesm/agentsview
v0.17.1
v0.17.0
-
Add a session activity minimap with click-to-navigate support.
-
Add a resizable session sidebar so you can adjust the layout to fit your workflow.
-
Capture and display Codex subagent result events in session transcripts.
-
Support Cursor’s nested transcript directory layout for more reliable transcript discovery.
-
Restore Copilot as an insight-generation agent.
-
Fix transcript strip pill spacing in WebKit browsers.
v0.16.2
- Detect Claude conversation forks across the full reply subtree so branched threads display correctly.
v0.16.1
- Fix Linux container builds so release artifacts build reliably.
v0.16.0
Release 0.16.0 - Add direct URL links for opening specific sessions. - Add machine labels and multi-host filtering to separate sessions by source machine. - Add focused transcript mode with a responsive header for easier reading. - Add `Del` as a shortcut to delete or archive the selected session. - Add support for Kimi (Moonshot AI) sessions. - Add PostgreSQL push sync and a read-only server mode for shared deployments. - Group search results by session, add a sort toggle, and match session names. - Show model information in the session UI, including Codex session models. - Use OpenCode session titles as display titles. - Improve the mobile layout for smaller screens. - Add managed Caddy support to `pg serve` for simpler setup. - Publish platform-specific wheels to PyPI for easier installation. - Add standard macOS app menu actions for Hide and Hide Others. - Show user messages that begin with skill or command invocations in transcripts. - Prevent Linux desktop app freezes with improved runtime CSP handling. - Restore desktop copy, paste, and cut keyboard shortcuts through the Edit menu. - Fix pinned message navigation in very large sessions. - Surface insight generation errors directly in the UI.
v0.15.0
-
Add
agentsview token-use, a CLI command that outputs machine-readable token usage data for scripts and automation. -
Improve cross-platform token usage reporting on macOS, Linux, and Windows.
-
Make token usage insights more consistent across application and system restarts.
-
Fix cases where token usage can be attributed to the wrong process after PID reuse or restarts.
v0.14.0
-
Adds in-session search with
Cmd+F/Ctrl+Fand keyboard navigation between matches. -
Displays token usage for each session.
-
Adds Zencoder CLI session support.
-
Adds GitHub Copilot CLI resume support in the session dropdown.
-
Ships Linux desktop builds as AppImages.
-
Improves insight agent detection for sandboxed sessions and GitHub Copilot.
-
Speeds up session resync for larger histories.
-
Fixes updater output so the verify step starts on a new line after download progress.
v0.13.0
-
Add a Settings page for app configuration, including remote access auth and a configurable API base URL.
-
Add a collapsible sub-agent and team tree view in the session sidebar.
-
Add trusted public origins and managed Caddy mode for easier remote access setup.
-
Update live sessions incrementally from JSONL data for faster, smoother refreshes.
-
Exclude common dependency and build directories from recursive watching to reduce noise and overhead.
-
Shut down cleanly on
Ctrl-Cand stop auto-opening the browser on startup. -
Preserve original project name casing in group headers.
-
Fix navigation and developer workflow issues in the Windows Tauri desktop app.
v0.12.1
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
-
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.