What’s Changed
- Improved OKF knowledge sources with on-demand document loading.
- Active OKF bundles now inject only their index into the chat context, reducing prompt size and unnecessary token
usage. - Gemini can fetch full referenced documents as needed through the new read_okf_document tool.
- Added support for directory links resolving to their index.md.
- Nested OKF indexes are now treated as progressive-disclosure documents instead of separate selectable bundles.
- Increased the maximum loaded document content to 20,000 characters.
- Added path validation, active-bundle checks, and test coverage for OKF document loading.