obelisk
obelisk
Search and query local Claude Code, Codex, Kimi Code, OMP, and Pi session history. Obelisk indexes sessions, messages, tool calls, tool results, summaries, subagents, workflows, workflow agents, parent chains, and raw JSONL lines into SQLite + FTS5.
Obelisk has five transcript sources. Treat all of them as ordinary sessions by
default: Claude rows use source='claude', Codex rows use source='codex',
Kimi Code rows use source='kimi', OMP rows use source='omp', and Pi rows use
source='pi'. Use source only when provenance matters or the user asks to
scope to one provider.
Provider-specific records are projected into the same canonical tables; some
providers may not emit every kind of subagent or workflow metadata.
Obelisk is a CodeAct memory layer: write a small JS query, run it locally, read the JSON, then answer. Do not turn history into a flat document or browse entire sessions by default.