Session Management
About 106 wordsLess than 1 minute
ShimX manages Codex sessions, Claude Code sessions, and a Codex backup library.
Codex sessions are read from ~/.codex/state_5.sqlite and rollout JSONL files. ShimX groups them by project, thread, and model_provider bucket, and shows normalized user messages, assistant messages, tool calls, and tool results.
Supported actions include Markdown, HTML, and raw JSONL export; JSONL or ZIP import; safe deletion with backup; bucket moves; and merging sessions into the shimx bucket.
Claude Code sessions are read from ~/.claude/projects/<encoded-cwd>/*.jsonl, with detail view and Markdown/raw JSONL export.