{ "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "bun x gh-setup-hooks", "timeout": 120 } ] } ] } } Oikonです。普段はAIツール、特にClaude Codeで遊んでいます。 以前、Claude Code on the Webの仕様を徹底解剖という記事を書きました。その中でghコマンドが禁止されていることを紹介しましたが、最近の仕様変更でghがdisallowed_toolsから削除され、使えるようになりました。 今回は、Claude Code on the Webでghを使えるようにする設定を紹介します。 Claude Code on the Webとは Claude Code on the Webは、ブラウザ上でClaude Cod

