Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Show HN: Claude CodeのトランスクリプトをCodexセッションに、その逆も可能にする「Contextify」

ローカルマシン上のClaude CodeとCodexの全セッションを一つの検索可能なデータベースに統合するツール「Contextify」。Macアプリは各ツールのトランスクリプトを監視・解析し、SQLiteに取り込んで全文検索を提供。366,734件のエントリを13,920セッションからプールしており、クラウド同期(有料)やセルフホストも可能で、複数マシンやチーム間での履歴検索を実現する。

背景メモ

- 著者のRobは、複数のAIコーディングエージェント(Claude CodeとCodex)を日常的に使い分けており、それぞれが独自の形式でセッション履歴を保存するため、過去の作業を横断検索できない問題に直面していた。 - Claude CodeとCodexは、ターミナル上で自然言語の指示からコード生成・編集を行うAIエージェント。Claude CodeはAnthropic社、CodexはCursor社が提供する。料金制限やモデルの性能差から両方を使い分ける開発者は多いが、それぞれが別々のローカル履歴を持ち、相互参照が難しい。 - Contextifyはこの問題を解決するユーティリティで、両方のセッション履歴を監視・解析し、SQLiteデータベースに統合。満杯検索(/total-recall)により、セッション中に過去の全作業を横断検索できるようにする。 - Macアプリ(有料:個人無料、業務$8/月)およびLinux CLIを提供。クラウド同期($12/月、またはセルフホスト無料)により複数マシン間での検索も可能。

関連記事

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.