Skip to content

v0.3.11

Choose a tag to compare

@jacob-bd jacob-bd released this 22 Feb 22:59
· 450 commits to main since this release

What's New

Added

  • Auto-extract build label (bl) - The bl URL parameter is now automatically extracted from the NotebookLM page during nlm login and CSRF token refresh, instead of using a hardcoded value that goes stale every few weeks. The NOTEBOOKLM_BL env var still works as an override.

Fixed

  • sources_used now populated in query responses - The sources_used field was always returning [] even when the answer contained citation markers like [1], [2]. Query responses now correctly return sources_used (list of cited source IDs) and citations (dict mapping each citation number to its parent source ID). This also enables the REPL's citation legend feature. Thanks to @MinhDung2209 for reporting (#57).