This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Affected surfaces
Summary
AI summaryMulti-session authentication coordination adds a global lock to prevent race conditions when authenticating simultaneously.
Full changelog
What's New
Multi-Session Authentication Coordination
This release adds lock-based synchronization to prevent race conditions when multiple Claude Code sessions attempt to authenticate simultaneously.
Features
- Auth Lock: Global
.auth-in-progresslock prevents concurrent auth races - Wait for Auth: Isolated profiles now wait for any in-progress authentication before cloning the base profile
- Automatic Reuse: If another session completes auth while waiting, the shared state is automatically reused
Environment Variables for Multi-Session Support
# Add to ~/.bashrc or ~/.zshrc
export NOTEBOOK_PROFILE_STRATEGY=isolated
export NOTEBOOK_CLONE_PROFILE=true
NOTEBOOK_PROFILE_STRATEGY=isolated- Each session gets its own Chrome profileNOTEBOOK_CLONE_PROFILE=true- Clone authenticated base profile into isolated instances
How It Works
- Session A starts authentication → acquires lock → clears old auth → opens browser
- Session B starts → needs isolated profile →
waitForAuthComplete()detects lock → waits - Session A completes login → saves state → releases lock
- Session B continues → clones now-authenticated profile → works immediately
Full Changelog
- feat: Multi-session auth coordination with lock-based synchronization
- chore: bump version to 2026.1.2
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Pantheon-Security/notebooklm-mcp-secure
Security-hardened NotebookLM MCP with post-quantum encryption (ML-KEM-768), GDPR/SOC2/CSSF compliance, and 14 security layers. Query Google's Gemini-grounded research from Claude and AI agents.
Related context
Beta — feedback welcome: [email protected]