Codex・Claude のモデル設定を更新し context7 MCP を削除 - #101
Merged
Merged
Conversation
理由: Codex 設定から context7 を MCP server として起動しないようにするため。 主な変更: codex/config.toml から mcp_servers.context7 ブロックを削除。 検証: rg で codex/config.toml 内の context7 参照が残っていないことを確認。
Codex と Claude の配布指示にタスク種別ごとの推奨モデルを追加する。\n\nCodex CLI のデフォルトモデルを gpt-5.6-sol に更新する。\n\n検証: git diff --staged --check
Owner
Author
|
取り下げのためクローズします。 |
agent ロールごとに担当する作業に適したモデルを明示する。\n\n検証: git diff --staged --check
Codex CLI の既定モデルを gpt-5.6-terra に設定する。\n\n検証: git diff --staged --check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Codex・Claude のモデル設定を更新し context7 MCP を削除
Summary
Codex の既定モデルを
gpt-5.6-terraへ更新し、Codex agent ごとに担当作業に合ったモデルを明示します。あわせて Codex / Claude の配布指示にタスク種別ごとの推奨モデルを追加し、不要になった context7 MCP サーバー設定を削除します。主な変更点:
gpt-5.6-terraに更新gpt-5.6-solまたはgpt-5.6-terraを設定codex/config.tomlから context7 MCP サーバー定義を削除やったこと
advisor、planner、reviewer、scouterをgpt-5.6-solに設定documenter、implementerと Codex の既定モデルをgpt-5.6-terraに設定codex/AGENTS.mdとclaude/CLAUDE.mdにモデル使用方針を追加codex/config.tomlの context7 起動設定を削除動作確認
git diff --check origin/main...HEADgit merge-base --is-ancestor origin/main HEADmake deploy-dry-runレビュー & 動作確認 チェックリスト
config.tomlがgpt-5.6-terraを指定すること推奨テスト計画:
make deploy-dry-runで配布対象を確認するmake deploy後に Codex の既定モデルと agent 定義のmodelを確認するその他気になることや相談ごと
特になし