Prompt only for active model keys / 仅提示活跃模型密钥#3976
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8a8627e391
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
esengine
left a comment
There was a problem hiding this comment.
Resolving through the model resolver instead of name-matching is the right fix — the old code silently missed provider/model refs entirely, and the unused-preset prompts were pure noise. Nice touches: the deterministic subagent-model ordering, dedup by key env, and the auto_plan gate matching boot.go's idiom. The rewind-test locale isolation is appreciated too. Thanks!
Summary
auto_plan_classifierand deterministic subagent model ordering in the active key scanTesting
go test ./internal/cli -count=1Refs #3939