Version v0.1.96¶
This release introduces web search integration for matrix nodes, allowing users to ground matrix content with web-sourced information. It also improves the user interface by adding a sources drawer to display web search results and consolidates the matrix command for easier access. Additionally, a development dependency was updated to keep the project up to date.
New Features¶
- Added optional web search grounding for matrix nodes, enabling users to include web context in matrix cell fills via a checkbox in Create/Edit modals (87814d) (Eric Ma)
- Implemented a sources drawer in the output panel to display web search results alongside matrix outputs (87814d) (Eric Ma)
- Consolidated the /matrix command into a single command with improved description and placeholder for better usability (87814d) (Eric Ma)
- Added end-to-end tests for matrix web search functionality with mocked LLM and search, verifying the sources drawer display (87814d) (Eric Ma)
Bug Fixes¶
- None
Deprecations¶
- None
Dependency Updates¶
- Bumped development dependency qs from 6.14.1 to 6.14.2 to incorporate latest fixes and improvements (b0300b) (dependabot[bot])