mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
- Introduce `recursive` boolean argument (default true) to the getSectionContent tool schema. - Update descriptions to clarify that recursive fetching occurs only when `recursive=true`. - Pass the `recursive` parameter from the CLI wrapper to the core tool function. - Modify the content fetching logic to traverse child sections only when `recursive` is enabled.