Rare find

Codex Watcher. A local background service that watches your AI chat history files and shows them in one place.

github.com/xiaolai/codex-watcher

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2025
  • fix(indexer): comprehensive quality improvements and bug fixes
October 2025
  • fix: use double quotes for cd path to allow tilde expansion
  • feat(ui): add copy-to-clipboard button for Claude session resume comm…
September 2025
  • UI: change output toggles to link with 'Show more/less' and reduce tr…
  • Merge feature/claude-support: Claude conversation support, UI tabs, t…
  • fix(ui): persist and reapply active session highlight across sidebar …
  • feat(ui): highlight selected session in sidebar (active state)
  • feat(ui/claude): place toggle icon in the message header when tools e…
  • fix(ui): make expand/collapse work under DOMPurify via event delegati…
  • fix(ui/claude): hide messages with no text/thinking and no tool resul…
  • fix(ui): hide empty tool messages and remove toggles when no body
  • fix(ui): add expand/collapse controls for Claude tool blocks within m…
  • chore(startup): warn if ~/.codex/sessions or ~/.claude/projects are m…
  • feat(claude): ingest Claude projects and add source tabs
  • copy button added.
  • public
  • public
  • docs: add Build and Install (macOS) guide; remove history.jsonl menti…
  • cli: add 'status' subcommand; change default host to 0.0.0.0; README …
  • revert(PR-07): stop tailing /history.jsonl; keep session files only