Skip to content

Add claudescope extension - #30175

Open
vladar107 wants to merge 3 commits into
raycast:mainfrom
vladar107:ext/claudescope
Open

Add claudescope extension#30175
vladar107 wants to merge 3 commits into
raycast:mainfrom
vladar107:ext/claudescope

Conversation

@vladar107

@vladar107 vladar107 commented Aug 12, 2026

Copy link
Copy Markdown

Description

Adds ClaudeScope to Raycast for fast access to locally indexed AI coding-agent transcript history.

  • Search ClaudeScope searches transcript content and opens the exact matching message in ClaudeScope.
  • Recent Sessions lists and filters recent sessions, showing the project, coding agent, date, token count, and cost.
  • Open ClaudeScope starts ClaudeScope when needed and opens its local web app.

Requires ClaudeScope 0.17.0 or later. The extension discovers supported npm, Homebrew, and Nix installations automatically, with an optional executable-path preference for custom setups.

All transcript queries run locally through the installed ClaudeScope CLI. The extension has no account, API key, analytics, telemetry, or direct access to agent transcript directories.

Screencast

The commands use straightforward list views; Store screenshots are included below.

Search ClaudeScope

Recent Sessions

Checklist

- docs: add Raycast Store screenshots
- fix: show project names in search
- feat: match ClaudeScope agent colors
- fix: include macOS tools in Raycast path
- fix: preserve Node path in Raycast
- feat: add ClaudeScope Raycast extension
@raycastbot raycastbot added new extension Label for PRs with new extensions platform: macOS labels Aug 12, 2026
@raycastbot

Copy link
Copy Markdown
Collaborator

Congratulations on your new Raycast extension! 🚀

We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days.

Once the PR is approved and merged, the extension will be available on our Store.

@greptile-apps

greptile-apps Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

The PR adds the ClaudeScope extension for searching locally indexed transcript history, browsing recent sessions, and opening matching sessions or messages.

  • Adds three Raycast commands backed by the local ClaudeScope CLI.
  • Supports automatic executable discovery and an optional custom executable path.
  • Adds extension metadata, documentation, screenshots, and standard build configuration.

Confidence Score: 5/5

The PR appears safe to merge because no blocking failure remains.

The previously reported Prettier configuration and generated preference-type issues are both resolved, and no blocking failure remains.

Important Files Changed

Filename Overview
extensions/claudescope/.prettierrc The standard 120-column, double-quote Prettier configuration is now complete.
extensions/claudescope/src/lib/claudescope.ts Implements executable discovery, version validation, CLI execution, response validation, and generated preference typing.
extensions/claudescope/src/search-claudescope.tsx Implements debounced transcript search with cancellation, error handling, and message deep-link actions.
extensions/claudescope/src/recent-sessions.tsx Implements recent-session loading, filtering, metadata display, retry behavior, and session-opening actions.
extensions/claudescope/package.json Declares the extension metadata, commands, executable-path preference, scripts, and dependencies.

Reviews (3): Last reviewed commit: "docs: distinguish ClaudeScope from simil..." | Re-trigger Greptile

Comment thread extensions/claudescope/.prettierrc
Comment thread extensions/claudescope/src/lib/claudescope.ts Outdated
@vladar107
vladar107 marked this pull request as ready for review August 12, 2026 19:53
@pernielsentikaer

Copy link
Copy Markdown
Collaborator

Similar extensions already in the Store

Automated first pass. Overlap is not a blocker on its own, but the README should make the difference clear.

  • ClaudeCast (claudecast, 1,886 installs by @qazi0) — Discover, resume, and automate Claude Code sessions: deep full-text search, one-keystroke resume, agentic loops, usage analytics, and quick prompts
    similarity 0.73
  • Threadlens (threadlens, 7 installs by @moinulmoin) — Search local coding-agent sessions across Codex, Claude Code, Cursor, and more.
    similarity 0.68
  • OpenCode Sessions (opencode-sessions, 837 installs by @mike182uk) — Browse, search, and manage your OpenCode sessions
    similarity 0.60
  • HeyClaude (heyclaude, 119 installs by @JSONbored) — Search and copy Claude agents, MCP servers, skills, hooks, rules, commands, guides, and statuslines from HeyClaude.
    similarity 0.59
  • Claude Session Bookmarks (claude-session-bookmarks, 12 installs by @eaescob) — Save and quickly open your Claude Code session links without keeping a pile of browser tabs around.
    similarity 0.59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new extension Label for PRs with new extensions platform: macOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants