removedInput schema / properties / context / description
Removed value: -"Lines of context around each match (like grep -C). Only used in compact mode."
addedInput schema / properties / debug
Added value: +{
+ "default": false,
+ "description": "Add scope_ms/scan_ms/enrich_ms phase timings.",
+ "type": "boolean"
+}
addedInput schema / properties / directory_limit
Added value: +{
+ "default": 20,
+ "maximum": 64,
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / directory_offset
Added value: +{
+ "default": 0,
+ "minimum": 0,
+ "type": "integer"
+}
removedInput schema / properties / file_pattern / description
Removed value: -"Glob for grep --include (e.g. *.go)"
addedInput schema / properties / format
Added value: +{
+ "default": "tree",
+ "enum": [
+ "tree",
+ "json"
+ ],
+ "type": "string"
+}
removedInput schema / properties / limit / description
Removed value: -"Max enriched results per call. Default 10. Response includes 'total_grep_matches' and 'total_results' so callers can detect truncation. No offset parameter — raise limit or narrow with file_pattern / path_filter to see more."
addedInput schema / properties / limit / maximum
Added value: +500
addedInput schema / properties / match_limit
Added value: +{
+ "default": 8,
+ "maximum": 500,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / max_output_tokens
Added value: +{
+ "maximum": 1000000,
+ "minimum": 128,
+ "type": "integer"
+}
removedInput schema / properties / mode / description
Removed value: -"compact: signatures+metadata (default). full: with source. files: just file list."
removedInput schema / properties / path_filter / description
Removed value: -"Regex filter on result file paths (e.g. ^src/ or \\.(go|ts)$)"
addedInput schema / properties / raw_content_offset
Added value: +{
+ "description": "Raw-line byte offset; omit for match-centered preview.",
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / raw_limit
Added value: +{
+ "default": 5,
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / raw_offset
Added value: +{
+ "default": 0,
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / result_limit
Added value: +{
+ "default": 10,
+ "maximum": 500,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / result_offset
Added value: +{
+ "default": 0,
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / source_max_lines
Added value: +{
+ "default": 20,
+ "maximum": 200,
+ "minimum": 1,
+ "type": "integer"
+}