8 Commits
Author SHA1 Message Date
bendtherules 8c3cff4ea0 fix: update Ollama embedding model version to 8b in code and documentation 2026-04-23 12:07:23 +05:30
bendtherules 011d850e65 fix(.opencode/tools): fix tool call in .opencode/tools 2026-04-14 17:42:17 +05:30
bendtherules 1c9d08f7fa style: reorder tool import after other imports for consistency 2026-04-14 09:33:14 +05:30
bendtherules 741bfee670 Tools - Move all description to a named export toolMetadata 2026-04-09 10:05:09 +05:30
bendtherules bc28df017f docs: clarify ask262Debug usage in engine262 evaluation tool descriptions and add usage example. 2026-04-09 09:59:15 +05:30
bendtherules 3c4893c320 searchSpecSections.ts and consumer - mention vector search 2026-04-09 09:54:28 +05:30
bendtherules 26509680ea feat(tool): add recursive flag to section content retrieval
- 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.
2026-04-09 09:51:43 +05:30
bendtherules 1b338ffed7 build: Add opencode tools for testing 2026-04-08 19:04:29 +05:30