3636
3737## Features
3838
39- - ** Chat History Viewer** — Browse and search conversation history across all projects with full-text search
39+ - ** Chat History Viewer** — Browse and search conversation history across all projects with full-text search (Chinese + English)
40+ - ** Claude.ai Import** — Import and view exported data from claude.ai web app (.zip or directory)
41+ - ** Data Source Switching** — Filter between Claude Code local sessions and claude.ai web conversations
42+ - ** Structured Content Blocks** — View tool calls, thinking process, and tool results in conversations
4043- ** Commands Manager** — View and manage slash commands (` ~/.claude/commands/ ` )
4144- ** MCP Servers** — Configure and monitor MCP server integrations
4245- ** Skills** — Manage reusable skill templates
4548- ** Output Styles** — Customize response formatting
4649- ** Marketplace** — Browse and install community templates
4750- ** Customizable Statusbar** — Personalize your statusbar display with scripts
48- - ** Session Prompt Preview** — Hover to preview prompts in session list
4951
5052## oh-my-lovcode
5153
@@ -83,9 +85,11 @@ pnpm tauri build
8385## Usage
8486
85871 . Launch Lovcode
86- 2 . Select ** Projects** to browse chat history from Claude Code sessions
87- 3 . Use the ** Configuration** section to manage commands, MCP servers, skills, and hooks
88- 4 . Visit ** Marketplace** to discover community templates
88+ 2 . Select ** Chat** to browse conversation history from Claude Code sessions
89+ 3 . Click the ** Upload** button to import claude.ai exported data (.zip or folder)
90+ 4 . Switch between ** All / Code / Web** tabs to filter by data source
91+ 5 . Use the ** Configuration** section to manage commands, MCP servers, skills, and hooks
92+ 6 . Visit ** Marketplace** to discover community templates
8993
9094## Tech Stack
9195
@@ -95,7 +99,7 @@ pnpm tauri build
9599| Backend | Rust, Tauri 2 |
96100| UI Components | shadcn/ui |
97101| State | Jotai |
98- | Search | Tantivy (full-text search ) |
102+ | Search | Tantivy + jieba (full-text, Chinese-aware ) |
99103
100104## Star History
101105
0 commit comments