Feature Request
Problem
Currently, resuming a previous Claude Code conversation requires using the claude --resume command in the terminal, which involves scrolling through a list of past sessions — not very intuitive or efficient.
CodePilot already has a "导入聊天记录 / Import Chat History" feature (importing from Claude Code sessions), but it would be great to take this further.
Proposed Solution
Add a conversation history browser similar to what Codex offers — allowing users to:
- One-click import all Claude Code conversation history (from
~/.claude/projects/ or equivalent storage)
- Quick browse & search past conversations with preview (topic, date, project context)
- Resume any session directly from the UI without needing to use the CLI
resume command
Why This Matters
- The CLI
resume flow is cumbersome: you have to remember which session you want, scroll through a flat list, and context-switch between terminal and CodePilot
- A visual conversation history panel would make it much easier to pick up where you left off
- This is a natural extension of the existing "从 Claude Code 导入" functionality
Reference
- Codex-style conversation history browsing as inspiration
- Current CodePilot UI already has the import entry point (see screenshot below)
Screenshot
The "导入聊天记录" section in CodePilot settings — this feature request builds on top of this existing capability.
Feature Request
Problem
Currently, resuming a previous Claude Code conversation requires using the
claude --resumecommand in the terminal, which involves scrolling through a list of past sessions — not very intuitive or efficient.CodePilot already has a "导入聊天记录 / Import Chat History" feature (importing from Claude Code sessions), but it would be great to take this further.
Proposed Solution
Add a conversation history browser similar to what Codex offers — allowing users to:
~/.claude/projects/or equivalent storage)resumecommandWhy This Matters
resumeflow is cumbersome: you have to remember which session you want, scroll through a flat list, and context-switch between terminal and CodePilotReference
Screenshot