release: version 3.14.0 - NotebookLM MCP integration

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 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-01-26 15:06:46 +01:00
parent 8aa1b0401c
commit 893c125fa7
6 changed files with 44 additions and 10 deletions

View file

@ -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

View file

@ -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)
</details>
@ -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*
<!-- SEO Keywords -->
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,

View file

@ -1 +1 @@
3.13.0
3.14.0

View file

@ -6,7 +6,7 @@
**Written with**: Claude (Anthropic)
**Version**: 3.13.0 | **Last Updated**: January 2026
**Version**: 3.14.0 | **Last Updated**: January 2026
---
@ -465,4 +465,4 @@ where.exe claude; claude doctor; claude mcp list
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
*Last updated: January 2026 | Version 3.13.0*
*Last updated: January 2026 | Version 3.14.0*

View file

@ -10,7 +10,7 @@
**Last updated**: January 2026
**Version**: 3.13.0
**Version**: 3.14.0
---
@ -15050,4 +15050,4 @@ Common misconceptions we've seen:
**Contributions**: Issues and PRs welcome.
**Last updated**: January 2026 | **Version**: 3.13.0
**Last updated**: January 2026 | **Version**: 3.14.0

View file

@ -3,7 +3,7 @@
# Source: guide/ultimate-guide.md
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
version: "3.13.0"
version: "3.14.0"
updated: "2026-01-26"
# ════════════════════════════════════════════════════════════════
@ -745,7 +745,7 @@ ecosystem:
- "Cross-links modified → Update all 4 repos"
history:
- date: "2026-01-20"
event: "Code Landing sync v3.12.1, 66 templates, cross-links"
event: "Code Landing sync v3.14.0, 66 templates, cross-links"
commit: "5b5ce62"
- date: "2026-01-20"
event: "Cowork Landing fix (paths, README, UI badges)"