v0.6.0
Summary
v0.6.0 — ローカル MCP エンドポイント (/_mcp) と AI エージェント向け CLI 群の大型追加リリースです。
ローカル MCP エンドポイント (/_mcp)
JSON-RPC 2.0 Streamable HTTP (initialize / ping / tools/list / tools/call)。localhost / 同一オリジンガード付き、read-only。15ツール(status / file show・blame・history・diff / search files・code / datastore sources・schemas・schema・columns・ddl・query・history / agent-help)を公開します。
新規 CLI 群
code-viewer status— ブランチ / 変更ファイル / 直近コミットのワンショットスナップショットcode-viewer search files|code— ファジー/glob ファイル検索、grep 横断検索code-viewer file blame|history|show|diff— Blame/History/Diff タブと同じ読み取りパスを CLI 化code-viewer doctor [--json]— Environment Doctor の診断結果を CLI/CI から取得(exit code 1 で CI ゲート化)code-viewer query拡張 — Redis / Elasticsearch / S3 調査コマンド、snapshot/diff CLI、再実行コマンド付き履歴など- 全 CLI が
<subcommand> agent-helpで AI 向け詳細ガイドを返すよう統一
UX / バグ修正
?キーで Help (keybindings) を開けるように- 行選択 pill の Shift+Click でコード本体付きリファレンスをコピー
- history / diff 画面の ref 切替まわりの stale fetch を複数修正
code-viewer helpを--helpと同等の挙動に修正
詳細は #112 を参照してください。
🤖 Generated with Claude Code