docs: Fix documentation accuracy and add missing Gemini provider
Corrections made: - docs/architecture.md: Fix crate count from 9 to 8 (actual count) - docs/tools.md: Fix code_search supported languages (kotlin -> haskell, scheme, racket) - docs/CODE_SEARCH.md: Add missing Haskell and Scheme to supported languages list - docs/providers.md: Add complete Gemini provider documentation section - docs/configuration.md: Add Gemini configuration section The Gemini provider (crates/g3-providers/src/gemini.rs) was fully implemented but not documented. The code_search tool actually supports haskell and scheme (via tree-sitter) but documentation incorrectly listed kotlin. Agent: lamport
This commit is contained in:
@@ -233,7 +233,7 @@ Syntax-aware code search using tree-sitter.
|
||||
- `max_concurrency` (integer, optional): Parallel searches (default: 4)
|
||||
- `max_matches_per_search` (integer, optional): Max matches (default: 500)
|
||||
|
||||
**Supported languages**: rust, python, javascript, typescript, go, java, c, cpp, kotlin
|
||||
**Supported languages**: rust, python, javascript, typescript, go, java, c, cpp, haskell, scheme, racket
|
||||
|
||||
**Example**:
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user