-
Add session support for DeepSeek Harness, TraeX, Codebuff/Freebuff, Prime Agent, and Goose.
-
Import Gemini Apps activity from Google Takeout exports.
-
Discover Qoder IDE sessions from SharedClientCache.
-
Support OpenAI-compatible endpoints for generated insights.
-
Show both formatted and raw tool output in session messages.
-
Organize generated insights, expose extraction progress, and manage extraction generations.
-
Report per-inference model and token usage for Amp.
-
Include complete delegated-session costs in usage reports.
-
Add JSON output to the usage statusline.
-
Scale large activity reports with streaming aggregation and fewer repeated scans.
-
Speed up daily usage reporting and duplicate-prompt analysis.
-
Sync only changed sessions over HTTP.
-
Reduce idle CPU usage and allow unused providers to be disabled.
-
Persist Claude and Codex freshness tracking across restarts to avoid unnecessary parsing.
-
Bound startup reconciliation and expose daemon identity and sync health.
-
Improve Ollama embedding recovery on CPU systems.
-
Populate working directories for Kimi sessions.
-
Support legacy Zed thread schemas and restore VS Code Copilot response items.
-
Preserve Codex tool outputs during incremental parsing and correctly associate forked turns with parents.
-
Exclude replayed Codex subagent usage and avoid repeatedly parsing titled sessions without an index.
-
Remove replayed prefixes from backgrounded Claude sessions and hide IDE-context envelopes from previews.
-
Remove stored Claude sessions that no longer appear after a complete parse.
-
Honor explicitly empty agent-directory settings.
-
Avoid probing macOS-protected folders during agent discovery.
-
Prevent OpenCode session containers from consuming recursive watch capacity.
-
Keep root-session navigation unfiltered.
-
Distinguish failed frontend actions from successful ones.
-
Start reliably when IPv4 and IPv6 listeners encounter port collisions.
-
Report stalled synchronization as unhealthy.