feat: added intelligence_score to the model capabilities schema; a 1-20 number that can be specified to influence the sort order of models presented to the CLI in auto selection mode
fix: model definition re-introduced into the schema but intelligently and only a summary is generated per tool. Required to ensure CLI calls and uses the correct model fix: removed `model` param from some tools where this wasn't needed fix: fixed adherence to `*_ALLOWED_MODELS` by advertising only the allowed models to the CLI fix: removed duplicates across providers when passing canonical names back to the CLI; the first enabled provider wins
This commit is contained in:
@@ -283,10 +283,12 @@ DISABLED_TOOLS=
|
||||
## Quick Links
|
||||
|
||||
**📖 Documentation**
|
||||
- [Docs Overview](docs/index.md) - High-level map of major guides
|
||||
- [Getting Started](docs/getting-started.md) - Complete setup guide
|
||||
- [Tools Reference](docs/tools/) - All tools with examples
|
||||
- [Advanced Usage](docs/advanced-usage.md) - Power user features
|
||||
- [Configuration](docs/configuration.md) - Environment variables, restrictions
|
||||
- [Model Ranking Guide](docs/model_ranking.md) - How intelligence scores drive auto-mode suggestions
|
||||
|
||||
**🔧 Setup & Support**
|
||||
- [WSL Setup](docs/wsl-setup.md) - Windows users
|
||||
|
||||
Reference in New Issue
Block a user