From 893c125fa7534dcbdf71c4835fe1c03e775d456d Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Mon, 26 Jan 2026 15:06:46 +0100 Subject: [PATCH] release: version 3.14.0 - NotebookLM MCP integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version from 3.13.0 to 3.14.0 with complete NotebookLM MCP documentation. ## Version Updates - VERSION: 3.13.0 → 3.14.0 - Synced across: README.md, guide/cheatsheet.md, guide/ultimate-guide.md, machine-readable/reference.yaml ## CHANGELOG.md - Added comprehensive v3.14.0 entry with NotebookLM MCP documentation details - Moved previous [Unreleased] items to v3.14.0 - Updated templates count: 86 → 83 (accurate count) ## Documentation Changes Already committed in ff3458a: - guide/ai-ecosystem.md: +603 lines (§ 4.1-4.5) - guide/ultimate-guide.md: +3 lines (MCP integration mention) - Complete coverage of 16 MCP tools across 3 profiles ## Landing Site Sync - Landing site updated: 3.13.0 → 3.14.0 - All checks passing (version, templates, quiz, guide lines) - Verified with ./scripts/check-landing-sync.sh Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++- README.md | 4 ++-- VERSION | 2 +- guide/cheatsheet.md | 4 ++-- guide/ultimate-guide.md | 4 ++-- machine-readable/reference.yaml | 4 ++-- 6 files changed, 44 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1100b5..72b7dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,40 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +### Changed + +## [3.14.0] - 2026-01-26 + +### Added + +- **NotebookLM MCP Integration Documentation** (`guide/ai-ecosystem.md`, `guide/ultimate-guide.md`) + - **§ 4.1 NotebookLM MCP Integration** (~240 lines): Complete installation and usage guide + - Detailed tool breakdown table: 16 tools across 3 profiles (minimal/standard/full) + - Multi-account authentication workflow (authuser parameter for secondary Google accounts) + - Share links library building pattern (isolated Chrome profile, no auto-sync) + - Query notebooks with persistent conversation context (session_id) + - Comparison table: MCP integration vs Web UI + - Troubleshooting guide and example onboarding workflow + - **§ 4.2 Advanced Features (Full Profile)** (~110 lines) + - `remove_notebook`: Clean up library, fix duplicates + - `re_auth`: Switch Google accounts without full cleanup + - `cleanup_data`: Complete MCP reset with preserve_library option + - Manual browser control: state inspection, actions, element waiting + - **§ 4.3 Browser Options** (~70 lines) + - Complete options reference: headless, timeout, viewport, stealth mode + - Stealth mode configuration: typing speed (160-240 WPM), random delays, mouse movements + - Usage examples: debug visually, custom timeouts, disable stealth for speed + - **§ 4.4 Session Management** (~60 lines) + - Session lifecycle: automatic creation, 15min timeout, 10 max concurrent + - Manual session control: resume specific sessions, force new sessions + - List active sessions with message counts and age + - **§ 4.5 Library Management Best Practices** (~90 lines) + - Naming conventions and topics strategy (specific vs broad) + - Metadata refinement workflow: add → use → refine → archive + - Search and discovery patterns (keyword search, smart selection) + - Notebook lifecycle management + - **guide/ultimate-guide.md**: Updated Complementary Tools table with "MCP integration" mention + - **Total**: ~630 lines of comprehensive MCP documentation covering all 16 tools - **Resource Evaluations Public Documentation** (`docs/resource-evaluations/`) - New tracked directory with 14 community resource evaluations (gsd, worktrunk, boris-cowork-video, astgrep, etc.) - Standardized filenames (removed date prefixes for stable linking) @@ -35,7 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Guide length: ~10K → ~15K lines (actual: 15,053 lines) - Reading time: ~3 hours → ~4 hours (reflects actual guide size) - Security hooks: 15+ → 18 (precise count) - - Templates count: maintained at 86 (consistent with `check-landing-sync.sh` logic: includes JSON, excludes PY) + - Templates count: 86 → 83 (accurate count) - Repository Structure section: updated ultimate-guide.md from "~13,425 lines" to "~15K lines" - Added **Resource Evaluations** section (14 assessments) with methodology links - All changes verified with `./scripts/check-landing-sync.sh` for full synchronization diff --git a/README.md b/README.md index 6206383..882aaef 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv **Status**: Research preview (Pro $20/mo or Max $100-200/mo, macOS only, **VPN incompatible**) -**Archive**: Historical versions available in git history (pre-v3.12.1) +**Archive**: Historical versions available in git history (pre-v3.14.0) @@ -465,7 +465,7 @@ Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). --- -*Version 3.13.0 | January 2026 | Crafted with Claude* +*Version 3.14.0 | January 2026 | Crafted with Claude*