diff --git a/README.md b/README.md index 69d19bc..3781fd4 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,11 @@ with the best architecture for my project **Thinking Mode:** Default is `medium` (8,192 tokens). Use `high` for security-critical code (worth the extra tokens) or `low` for quick style checks (saves ~6k tokens). +**Model Recommendation:** This tool particularly benefits from Gemini Pro or Flash models due to their 1M context window, +which allows comprehensive analysis of large codebases. Claude's context limitations make it challenging to see the +"big picture" in complex projects - this is a concrete example where utilizing a secondary model with larger context +provides significant value beyond just experimenting with different AI capabilities. + #### Example Prompts: ``` @@ -350,6 +355,12 @@ I need an actionable plan but break it down into smaller quick-wins that we can **Thinking Mode:** Default is `medium` (8,192 tokens). Use `high` or `max` for critical releases when thorough validation justifies the token cost. +**Model Recommendation:** Pre-commit validation benefits significantly from models with +extended context windows like Gemini Pro, which can analyze extensive changesets across +multiple files and repositories simultaneously. This comprehensive view enables detection of +cross-file dependencies, architectural inconsistencies, and integration issues that might be +missed when reviewing changes in isolation due to context constraints. +