feat: enhance tool triggers and reorder documentation
- Add comprehensive triggers for chat tool including 'ask gemini', 'brainstorm', 'second opinion' - Enhance triggers for all tools with more natural phrases: - think_deeper: added 'deeper analysis', 'critical thinking' - review_code: added 'review my code', 'find security issues' - debug_issue: added 'stack trace', 'crashed', 'what's wrong' - analyze: added 'what does this do', 'how does this work' - review_pending_changes: added 'review diff', 'validate implementation' - Reorder Quick Tool Selection Guide to list chat first - All tests pass (65 tests), ruff clean, black formatted
This commit is contained in:
@@ -116,12 +116,12 @@ Just ask Claude naturally:
|
||||
## Available Tools
|
||||
|
||||
**Quick Tool Selection Guide:**
|
||||
- **Need a thinking partner?** → `chat` (brainstorm ideas, get second opinions, validate approaches)
|
||||
- **Need deeper thinking?** → `think_deeper` (extends Claude's analysis, finds edge cases)
|
||||
- **Code needs review?** → `review_code` (bugs, security, performance issues)
|
||||
- **Pre-commit validation?** → `review_pending_changes` (validate git changes before committing)
|
||||
- **Something's broken?** → `debug_issue` (root cause analysis, error tracing)
|
||||
- **Want to understand code?** → `analyze` (architecture, patterns, dependencies)
|
||||
- **Need a thinking partner?** → `chat` (brainstorm ideas, get second opinions, validate approaches)
|
||||
- **Check models?** → `list_models` (see available Gemini models)
|
||||
- **Server info?** → `get_version` (version and configuration details)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user