Skip to content

Releases: vladar107/claudescope

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 09:21
Immutable release. Only release title and notes can be modified.
1fbfb58

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

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:52
Immutable release. Only release title and notes can be modified.
8805761

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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 13:36
Immutable release. Only release title and notes can be modified.
0b67e9c

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

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:40
Immutable release. Only release title and notes can be modified.
bcdc362

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

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:04
Immutable release. Only release title and notes can be modified.
4f0c20b

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

Choose a tag to compare

@github-actions github-actions released this 06 Jul 06:40
Immutable release. Only release title and notes can be modified.
7d5addf

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

Choose a tag to compare

@github-actions github-actions released this 03 Jul 06:06
Immutable release. Only release title and notes can be modified.
bbf62b1

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

Choose a tag to compare

@github-actions github-actions released this 02 Jul 06:12
Immutable release. Only release title and notes can be modified.
5306b37

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

Choose a tag to compare

@github-actions github-actions released this 21 Jun 16:01
Immutable release. Only release title and notes can be modified.
d5c01b1

0.8.0

  • Session-efficiency analytics view
  • Reject non-loopback Host headers (anti DNS-rebinding hardening)
  • Project icon and favicon

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 07:23
Immutable release. Only release title and notes can be modified.
afbd723

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).