2 pointsby m4cd4r46 hours ago1 comment
  • tomaskafka6 hours ago
    I love this! My first feature request would be to have it aggregate sessions across multiple agents (CC, Copilot, OpenCode, Codex), as CC’s outages and dumbing down shenegians left me switch among alternatives, and now it’s even harder to find what we did when.
    • m4cd4r45 hours ago
      Thanks!

      The hook is Claude Code specific. The HTTP API (`POST /message`, `GET /search`) is generic — if your tool can fire a POST on each user/assistant turn, it'll work.

      I'll definitely be doing more work on this over the weekend and appreciate any suggestions/recommendations.