Skip to content

v0.7.0 — Studio Fast-Track, Cinematic Video & Bug Fixes

Choose a tag to compare

@jacob-bd jacob-bd released this 03 Jun 17:09

What's new

Added

  • Studio fast-track agent behavior — AI agents now infer format, style, and prompt from context and generate immediately. No intake questionnaires. Two new reference docs ship with the skill: studio-prompting-guide.md and studio-prompt-examples.md.
  • Cinematic video formatvideo_format=cinematic is now fully documented and supported. Pass the full creative brief via focus_prompt / --focus.

Fixed

  • nlm notebook create --json — Output was silently wrapped as {"value": {...}} instead of a flat dict. Fixed across all three formatter classes.
  • HTTP 401/403 misclassified as "unverified" — Credential rejections now correctly map to "stale" so agents prompt re-auth instead of assuming creds still work.
  • auth_status = "stale" was misleading — Transient network failures now return "unverified" (retry later) instead of "stale" (go re-auth). See docs/AUTHENTICATION.md for the full state table.
  • nlm notebook create missing --json — Added parity with all other notebook verbs. Thanks @SimonMallas!
  • Query returning thinking chunk instead of short answer — Removed the redundant 20-char guard that discarded short answers like ANSWER: C.

Documentation

  • New docs/GETTING_STARTED.md — install, login, agent registration, and migration guide from browser-automation–based NotebookLM MCPs.
  • MCP_GUIDE.md server-naming note — avoid name collisions with legacy MCPs.

Full changelog: https://github.com/jacob-bd/notebooklm-mcp-cli/blob/main/CHANGELOG.md