-
Add Activity reporting dashboard with usage, concurrency, breakdowns, and session rows.
-
Add session quality scoring and insight patterns.
-
Add Top Skills analytics and infer skills from
SKILL.mdreads. -
Add support for OhMyPi, Reasonix, aider, Mistral Vibe, Visual Studio Copilot, Shelley, QwenPaw, MiMoCode, Claude Desktop cowork, Kilo, DeepSeek TUI, and gptme sessions.
-
Add background serve mode and explicit session server targets.
-
Add PostgreSQL-backed CLI read commands via
--pg/AGENTSVIEW_PG_URL. -
Add session list sorting with
--sort,--reverse,order_by, and per-key sort direction. -
Add sync diagnostics with the
doctorcommand. -
Add parser diff reports for validating parser changes against real archives.
-
Surface Copilot AI credits in usage reporting.
-
Add copy action for the active session source path.
-
Use one shared range picker and keep date ranges synchronized across panels.
-
Improve SQLite dashboard and usage query performance.
-
Batch PostgreSQL push comparison reads for faster sync.
-
Preserve source machine metadata during PostgreSQL push sync.
-
Persist Codex and OpenCode working directories for better Git worktree mapping.
-
Improve Antigravity role detection, model extraction, token extraction, and sync metrics.
-
Extract token usage and cost from VS Code Copilot sessions.
-
Import renamed Codex session titles and late token counts.
-
Promote orphan subagent sessions into sidebar roots.
-
Show display names in Top Sessions.
-
Refresh frontend icons with lucide icons.
-
Improve refresh controls, filter controls, selected sidebar rows, and read-only UI states.
-
Prevent PostgreSQL push collisions for same-id sessions from different machines.
-
Deduplicate duplicate Claude sync sources.
-
Support Claude companion session layout.
-
Support new
.kimi-codelayouts and.kimi_openclawdefaults. -
Parse OpenClaw camelCase
toolCallandtoolResultblocks. -
Render Cursor ApplyPatch tool calls.
-
Fix nested fenced code block parsing.
-
Classify automation from transcripts and base skill analytics on message timestamps.
-
Tolerate missing message timestamps in velocity analytics.
-
Keep usage chart date labels within bounds.
-
Show hourly heatmaps with Sunday first.
-
Route command palette session picks correctly.
-
Skip local-only API calls in read-only mode.
-
Advertise the WSL
eth0URL when serving on all interfaces. -
Use
CREATE_NO_WINDOWfor the Windows background daemon. -
Update DOMPurify security dependency.