A local web UI for browsing, searching, and reading your Claude Code session history

1 Open Issue Need Help Last updated: Mar 18, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue outlines the initial setup for integrating Vitest with a SvelteKit project as part of a broader test coverage roadmap. The goal is to configure Vitest to support SvelteKit, which involves installing necessary dev dependencies, creating a `vitest.config.ts` file with specific plugin and alias settings, and establishing a `tests/setup.ts` file for shared helpers like fixture loading and isolated temporary directory management for tests.

Complexity: 3/5
good first issue testing

A local web UI for browsing, searching, and reading your Claude Code session history

TypeScript