Skip to content

Version v0.1.100

This release introduces a new web-grounded matrix cell filling feature that enhances data population with live web content, complete with progress indicators for better user feedback. It also improves git repository URL handling by restricting cloning to known git hosts, preventing unintended blog or documentation URLs from being processed. Additional UI improvements and new tests ensure a smoother and more reliable experience.

New Features

  • Added a web-grounded matrix cell filling pipeline that fetches web sources, summarizes content per cell, and displays progress spinners both in matrix cells and the output drawer for real-time feedback (f047af) (github-actions)
  • Introduced new Cypress tests to verify matrix Fill All spinners and row/column header slice modals, improving test coverage and reliability (f047af) (github-actions)
  • Enhanced the matrix output panel to show web source progress and separate sources into summarized and snippet-only sections for clearer presentation (f047af) (github-actions)
  • Added a helper to enrich web search results with full page content, integrating this into the matrix filling pipeline for richer data (f047af) (github-actions)
  • Updated CRDTGraph to support a 'filling' state for matrix cells, enabling better tracking of cell population status (f047af) (github-actions)
  • Restricted git repository handler URL patterns to only match known git hosts, preventing cloning of blog or documentation URLs and improving security and relevance (f047af) (github-actions)
  • Added tests to ensure the git repo handler correctly excludes blog-like URLs while matching valid git hosts (f047af) (github-actions)

Bug Fixes

  • None in this release

Deprecations

  • None in this release