Skip to content

Releases: wesm/agentsview

v0.17.1

29 Mar 14:22
f54177d

Choose a tag to compare

Bug Fixes

  • pg serve automatically applies pending PostgreSQL schema migrations on startup, reducing upgrade friction and startup failures.

v0.17.0

28 Mar 21:28
f14669c

Choose a tag to compare

  • 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

25 Mar 12:13
aa9440c

Choose a tag to compare

  • Detect Claude conversation forks across the full reply subtree so branched threads display correctly.

v0.16.1

25 Mar 02:26
3396500

Choose a tag to compare

  • Fix Linux container builds so release artifacts build reliably.

v0.16.0

25 Mar 02:19
9375702

Choose a tag to compare

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

17 Mar 18:34
8ce2334

Choose a tag to compare

  • 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

15 Mar 23:24
3b510d7

Choose a tag to compare

  • Adds in-session search with Cmd+F / Ctrl+F and 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

12 Mar 22:43
9b3a7dc

Choose a tag to compare

  • 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-C and 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

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.