changedInput schema / properties / extensions / description
Previous value: -"Restrict results to these file extensions, e.g. `['.cs', '.shader']`."New value: +"Restrict to these extensions, e.g. ['.cs']."
removedInput schema / properties / extensions / title
Removed value: -"Extensions"
changedInput schema / properties / file_glob / description
Previous value: -"fnmatch glob to restrict results by path/filename, e.g. `*.cs` or `**/Editor/*`."New value: +"Restrict to paths matching this glob, e.g. `*.cs`."
removedInput schema / properties / file_glob / title
Removed value: -"File Glob"
changedInput schema / properties / min_results / description
Previous value: -"Override the minimum number of results a variant must return to be considered strong."New value: +"Minimum results for a variant to count as strong."
removedInput schema / properties / min_results / title
Removed value: -"Min Results"
changedInput schema / properties / min_score / description
Previous value: -"Override the weakness threshold: a variant's results must beat this score to count as strong."New value: +"Quality threshold override."
removedInput schema / properties / min_score / title
Removed value: -"Min Score"
changedInput schema / properties / mode / description
Previous value: -"Retrieval mode override (single-source only): 'dense', 'sparse', or 'hybrid'. Defaults to the server's configured mode."New value: +"dense | sparse | hybrid (single source only)."
removedInput schema / properties / mode / title
Removed value: -"Mode"
changedInput schema / properties / path_contains / description
Previous value: -"Keep only results whose file path contains this substring."New value: +"Restrict to paths containing this substring."
removedInput schema / properties / path_contains / title
Removed value: -"Path Contains"
changedInput schema / properties / queries / description
Previous value: -"2-4 genuinely different phrasings of the same need (different angles, not paraphrases), tried in priority order."New value: +"2-4 genuinely different phrasings, tried in order."
removedInput schema / properties / queries / title
Removed value: -"Queries"
changedInput schema / properties / return_all_variants / description
Previous value: -"If true, include per-variant diagnostics in the response (single-source only)."New value: +"Include per-variant diagnostics (single source only)."
removedInput schema / properties / return_all_variants / title
Removed value: -"Return All Variants"
changedInput schema / properties / source / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / source / description
Previous value: -"Source name from `list_sources`. Omit to use the default: all sources for `search`/`deep_search` (RRF-fused), or the single applicable source for the others."New value: +"Source name, list of names, or omit for all sources, fused."
removedInput schema / properties / source / title
Removed value: -"Source"
changedInput schema / properties / top_k / description
Previous value: -"Maximum number of results to return. Defaults to the configured value."New value: +"Max results; default from config."
removedInput schema / properties / top_k / title
Removed value: -"Top K"
removedInput schema / title
Removed value: -"_deep_searchArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "_deep_searchOutput",
- "type": "object"
-}New value: +null