Releases: kenn-io/agentsview
v0.32.1
-
Show full tool call content with a show-more toggle.
-
Skip
/usageprobe sessions so usage views stay focused on real activity. -
Recognize Codex review sessions as automated activity.
-
Resolve project paths during sync without running git subprocesses.
-
Update dependencies and CI tooling.
-
Correctly map dotted model names to dashed pricing keys for usage cost calculations.
v0.32.0
-
Support Antigravity CLI SQLite sessions.
-
Add token usage tracking for Copilot CLI sessions.
-
Add a per-session usage REST endpoint.
-
Add a PostgreSQL push service for syncing session data.
-
Ship fallback pricing for
claude-opus-4-7. -
Improve daemon runtime behavior using the shared kit runtime.
-
Improve PostgreSQL push/watch support and service management.
-
Replace custom UI glyphs with lucide icons for more consistent controls.
-
Improve forwarded-host rejection responses with clearer 403 messages.
-
Update
agy-readerinstall documentation. -
Stop benign
tarwarnings from aborting SSH remote sync. -
Rename the frontend package to
agentsview-frontendto avoid package naming conflicts.
v0.31.1
- Add fallback pricing for Claude Opus 4.8 so cost estimates stay accurate when live pricing data is unavailable.
v0.31.0
-
Parse decrypted Antigravity CLI trajectory sidecars for richer Antigravity session imports.
-
Add vendor-aware secret detection rules, clearer scan feedback, and candidate finding visibility.
-
Add session vitals to surface key session health and usage signals.
-
Improve header accessibility hints for assistive technology users.
-
Document the project’s current security posture and open questions in
SECURITY.md. -
Update frontend and backend dependencies.
-
Avoid showing an auth prompt when settings requests receive forbidden responses.
-
Use release redirect endpoints in installers to avoid GitHub API rate limits.
v0.30.1
- Refresh model pricing from LiteLLM when usage includes unpriced models, improving cost estimates.
v0.30.0
-
Add full-session content search across storage, API, CLI, and UI.
-
Add secret scanning with persisted findings and CLI/API access.
-
Add
agentsview session usagewith token and cost estimates. -
Add support for WorkBuddy, QClaw, Qwen Code, Google Antigravity IDE/CLI, and current Kiro SQLite sessions.
-
Add configurable insight agent binaries.
-
Add Postgres curation metadata support.
-
Add a “follow latest message” toggle for transcript viewing.
-
Add copy buttons to code blocks.
-
Add Normal and Focused transcript modes to HTML exports.
-
Import Hermes state DB metadata and usage.
-
Normalize Gemini token usage for more accurate cost tracking.
-
Improve sidebar loading with a slimmer session index endpoint.
-
Clarify insight generation behavior in read-only mode.
-
Update desktop app installation guidance for Homebrew.
-
Allow remote server connections through CSP
connect-src. -
Skip slash commands when choosing session preview text.
-
Fix Windows desktop updater sidecar locking issues.
v0.29.0
-
Add configurable worktree project mappings for better project detection across worktrees.
-
Add Piebald session support.
-
Add Forge to the list of supported agents.
-
Improve sync progress reporting for Piebald sessions.
-
Add validation for Piebald forked sessions.
-
Improve generic CLI help handling.
-
Update dependencies.
-
Import archived Codex sessions correctly.
-
Link Claude subagent tool calls to their parent context.
v0.28.0
-
Add Forge agent session support.
-
Preview common tool inputs in collapsed tool headers.
-
Link Codex spawn calls to their subagent sessions.
-
Make git outcome metrics opt-in for stats.
-
Fix Codex app subagent links so related sessions resolve correctly.
v0.27.0
-
Add Docker deployment support with Dockerfile, Compose config, and GitHub workflow.
-
Show session termination status with a new status indicator in the UI.
-
Use
workspace.yamlnames as Copilot session titles. -
Degrade oversized watcher trees instead of failing server startup.
-
Improve analytics session views and filtering for termination/status data.
-
Update README stats command documentation.
-
Return
409 Conflictfor excluded or trashed uploads. -
Allow compacted summaries to expand correctly.
-
Extract OpenClaw per-message token usage and model metadata.
-
Synthesize PostgreSQL message IDs from message order when missing.
v0.26.1
-
Improve session, usage, and analytics filter controls and active filter displays.
-
Add launchd support for running the PostgreSQL helper service.
-
Update frontend and Go dependencies.
-
Fix session filter behavior in the sidebar.
-
Fix usage filter behavior and selected filter state.
-
Keep timing API response arrays non-null.
-
Disable the WebKit DMABUF renderer on Linux desktop builds to avoid rendering issues.