cview is a local viewer designed for Claude Code sessions, providing a chat-style interface that enhances session engagement. Features include search capabilities across various session attributes, a timeline for easy navigation, and export options for sharing insights—all while ensuring a secure, read-only experience.
cview is a powerful local viewer specifically designed for Claude Code sessions, enabling users to retrieve and revisit past conversations in a chat-style format. This tool enhances the experience of managing and navigating through code interactions by providing a searchable interface, comprehensive timeline, and export options.
prefers-color-scheme setting.Efficiently navigate through session content with keyboard controls:
| Key | Action |
|---|---|
← / → | Step one message |
PageUp / PageDown | Step ten messages |
Home / End | Jump to the start or end |
Users can configure cview with environment variables, such as:
| Variable | Default | Description |
|---|---|---|
PORT | 3001 | Server port |
CVIEW_CLAUDE_DIR | ~/.claude | Claude data root |
For instance, to change the server port:
PORT=4000 cview
cview operates securely, utilizing a local-only mode on 127.0.0.1, ensuring that API access is limited to the local machine. Path traversal in project or session identifiers is validated to prevent unauthorized access.
For developers, the following commands facilitate local development:
npm install
npm run dev # Run Express and Vite simultaneously
npm run build # Produce a production build into the dist/ directory
npm run lint:design # Validate design specifications
Utilize cview to streamline the management of Claude Code sessions, enhancing productivity and collaboration in code-related discussions.
No comments yet.
Sign in to be the first to comment.