addedInput schema / properties / page / default
Added value: +1
changedInput schema / properties / page / description
Previous value: -"Page number to retrieve (default: 1)"New value: +"Page number to retrieve"
addedInput schema / properties / page / title
Added value: +"Page"
addedInput schema / properties / per_page / default
Added value: +20
changedInput schema / properties / per_page / description
Previous value: -"Number of results to return (default: 20, max: 100)"New value: +"Number of results to return"
addedInput schema / properties / per_page / title
Added value: +"Per Page"
addedInput schema / properties / project / default
Added value: +""
changedInput schema / properties / project / description
Previous value: -"Optional: limit search to a specific project. Either a numeric ID or path (e.g. 'atlas/athena'). If omitted, searches across all public projects."New value: +"Optional: limit search to a specific project (ID or path). If omitted, searches across all public projects."
addedInput schema / properties / project / title
Added value: +"Project"
addedInput schema / properties / ref / default
Added value: +""
changedInput schema / properties / ref / description
Previous value: -"Optional: Git branch or tag to search within. If omitted, uses the default_ref from configuration (or GitLab's default branch behavior if not configured)."New value: +"Optional: Git branch or tag to search within"
addedInput schema / properties / ref / title
Added value: +"Ref"
addedInput schema / properties / scope / default
Added value: +"blobs"
changedInput schema / properties / scope / description
Previous value: -"Search scope: 'blobs' searches file content (default), 'filenames' searches only file names"New value: +"'blobs' searches file content (default), 'filenames' searches only file names"
addedInput schema / properties / scope / title
Added value: +"Scope"
addedInput schema / properties / search_term / title
Added value: +"Search Term"
addedInput schema / title
Added value: +"search_code_fnArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "search_code_fnDictOutput",
+ "type": "object"
+}