feat(workspace-server): import & store Claude Code CLI sessions#2877
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
|
8cbec5f to
b944070
Compare
442269e to
153d55c
Compare
b944070 to
e9a736c
Compare
e9a736c to
0253564
Compare
|
Reviews (2): Last reviewed commit: "feat(workspace-server): import & store C..." | Re-trigger Greptile |
0253564 to
fa1ccb0
Compare
Add the server side of importing a Claude Code CLI session: a claude_session_imports table + repository, the claude-cli-sessions service (scan ~/.claude for a repo, snapshot a transcript into CLAUDE_CONFIG_DIR, and track imports with content-fingerprint divergence detection), agent loadSession support to resume the imported session, best-effort snapshot cleanup on task delete, and the tRPC router + DI wiring. Part 2/3 of splitting #2873 (import Claude Code sessions). Generated-By: PostHog Code Task-Id: 6c93b6e8-27b6-45c8-8135-73a09076ea93
fa1ccb0 to
f15ae36
Compare

Problem
#2876 enables replaying cli sessions; need a way to discover + import them
Changes
enables claude code cli session discovery + import
still not user-accessible, UX will come in the next PR up
How did you test this?
manually (upstack)
Automatic notifications