Skip to content

Feature: Resume Claude Code session from ccvault #5

Description

@jkleske

Use Case

After finding a session via ccvault search or ccvault tui, the natural next step is often to resume that session in Claude Code. Currently this requires manually copying the session ID and running claude --resume <session-id> separately.

Proposal

Add a resume command and integrate it into the TUI:

CLI:

ccvault resume <session-id>

Equivalent to running claude --resume <session-id> — just a convenience wrapper that passes the session ID through.

TUI:
Add a keybinding (e.g. r) in the session detail view to resume the selected session directly.

Why this fits ccvault

ccvault already handles the hard part: finding the right session. The resume step is the obvious completion of that workflow. Since claude --resume already exists, the implementation would be straightforward — essentially an exec call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions