Skip to content

Commit d9288f9

Browse files
MarkShawn2020claude
andcommitted
docs: update README with claude.ai import and recent features
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 149bd19 commit d9288f9

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
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
@@ -45,7 +48,6 @@
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

8587
1. 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

Comments
 (0)