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.mdandstudio-prompt-examples.md. - Cinematic video format —
video_format=cinematicis now fully documented and supported. Pass the full creative brief viafocus_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). Seedocs/AUTHENTICATION.mdfor the full state table.nlm notebook createmissing--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.mdserver-naming note — avoid name collisions with legacy MCPs.
Full changelog: https://github.com/jacob-bd/notebooklm-mcp-cli/blob/main/CHANGELOG.md