Releases: vladar107/claudescope
Releases · vladar107/claudescope
Release list
v0.14.1
Immutable
release. Only release title and notes can be modified.
0.14.1 — Security dependency bump
- Update dependencies past two security advisories: find-my-way 9.7.0 (HTTP/2 DDoS) and react-router 7.18.1 (RSC XSS). Neither issue was exploitable in Claudescope — the server never speaks HTTP/2 and the UI uses no server rendering — so this is purely housekeeping.
v0.14.0
Immutable
release. Only release title and notes can be modified.
0.14.0 — Settings page
- Configure Claudescope from the new Settings page in the web UI — change source directories and the reindex interval live, no restart needed (environment variables still take precedence).
- Start, stop, or restart the indexer directly from the Settings page.
- Add C4 architecture diagrams to the docs.
v0.13.0
Immutable
release. Only release title and notes can be modified.
0.13.0 — Grok support and reliability fixes
- Browse xAI Grok CLI conversations alongside your other coding-assistant sessions.
- Fix cases where new conversations did not appear until the page was refreshed.
- Prevent unsafe remote images embedded in conversations from loading.
- Make title searches with special characters work as expected.
- Improve tool categorization in Analytics.
- Update dependencies with the latest security fixes.
v0.12.1
Immutable
release. Only release title and notes can be modified.
0.12.1 — claudescope update works again
- Fixes claudescope update crashing with "ReferenceError: __dirname is not
defined" when a newer version was available. - To get this release, update manually once: npm install -g
@vladar107/claudescope@latest (or brew upgrade / nix profile upgrade).
From 0.12.1 onward, claudescope update works again.
v0.12.0
Immutable
release. Only release title and notes can be modified.
0.12.0 — watch your agents work live
- Live sessions: an open session now updates itself while the agent is still
working — new turns appear within a couple of seconds, no refresh needed. - Hands-off updates: install a new version and the running app switches to
it on its own — no more stop/start - The sidebar now tells you when a new version is available
- First launch shows indexing progress and fills in your projects as they
are discovered, instead of an empty screen - Sessions served by local models (Ollama, LM Studio) now show $0 cost
v0.11.0
Immutable
release. Only release title and notes can be modified.
0.11.0 — agent-facing access + analytics overhaul
claudescope mcp: MCP server over stdio — agents search and read their own
transcript history (register:claude mcp add claudescope -- claudescope mcp)- New read-only CLI subcommands: search, sessions, session, projects,
analytics, digest — all with --json - Analytics reorganized into three views: Overview (+ prompt streak),
Efficiency (per-agent scorecard: cost, tokens/response, cache, tool-error
rate, interrupts — n/a instead of fake 0s — plus a per-session grain), and
a week-in-review Digest with copy-as-Markdown - New code-impact index: LOC added/removed per file from every agent's edits
- Session API: windowed reads, tool-payload caps, plain-text search snippets
v0.10.0
Immutable
release. Only release title and notes can be modified.
0.10.0
- Subagent runs now embed for Codex, pi, opencode, and GitHub Copilot CLI — nested under their spawning Task call instead of listing as separate sessions
- Reader position survives a full page reload (Safari ⌘R)
- Screenshot/image resolution is now symlink-safe across connectors
v0.9.0
Immutable
release. Only release title and notes can be modified.
0.9.0
- Google Antigravity support — browse Antigravity 2.0 transcripts (CLI + desktop, ~/.gemini/antigravity*), with subagent runs nested under their spawning call and plaintext reasoning rendered in full
- Analyze tab: activity heatmap + streaks, plus a per-tool usage breakdown
v0.8.0
Immutable
release. Only release title and notes can be modified.
0.8.0
- Session-efficiency analytics view
- Reject non-loopback Host headers (anti DNS-rebinding hardening)
- Project icon and favicon
v0.7.0
Immutable
release. Only release title and notes can be modified.
0.7.0
A UI refresh across every screen, plus two new ways to work with a session.
- UI refresh: one monochrome icon set, page-anchoring summary strips, tidier
cards and a two-tier session header — hierarchy through subtraction. - Continue a session: copy the resume (and fork) command to reopen it in the
agent CLI, for all six agents — the app stays fully read-only. - Claude Code slash and bash command turns now render as clean command and
terminal blocks instead of raw XML tags and ANSI noise. - Files-changed rebuilt as a code-review view (jump rail, diffstat, per-file
diffs); search results group per session with relevance bars; the memory
landing previews real content per agent. - Fixes: Total tokens now honors the Show-cache toggle; theme icons show in the
collapsed nav rail (incl. Safari). - First start after upgrading re-indexes your transcripts once (a few seconds).