Version v0.1.94¶
This release introduces optional web-grounded search capabilities for committee opinions, improving the relevance and context of generated content. It also enhances the committee view with better viewport positioning and zoom-to-fit behavior, and adds comprehensive tests for new and existing features. Additionally, end-to-end tests for the slash command menu have been added, along with configuration updates for Cypress.
New Features¶
- Added optional web-grounded search for committee opinions with a user opt-in checkbox; search results are integrated into opinions, review, and synthesis content to provide web context (3172f8) (Eric Ma)
- Introduced a helper function to format source sections consistently and exported it for testing purposes (71f0de) (Eric Ma)
- Added end-to-end Cypress tests for the slash command menu, including menu opening, filtering, selection, and dismissal; updated Cypress config to ESM format (8e544b) (Eric Ma)
Bug Fixes¶
- Improved committee viewport behavior by centering when nothing is selected, zooming to fit all committee content after layout, and refining how web sources and citations are displayed within content nodes (3f13dd) (Eric Ma)
Deprecations¶
- None