
많은 분이 알다시피 Google에는 Google-NotebookLM을 포함한 사용자 트리거형 페처(user-triggered fetchers)가 있습니다. 그러나 NotebookLM이 Gemini Notebook으로 이름이 변경되면서 Google은 Google-NotebookLM의 사용자 에이전트 이름을 Google-GeminiNotebook으로 업데이트해야 했습니다.
Google은 2025년 10월에 Google-NotebookLM 봇을 처음 추가했습니다. 이제 Google은 이 이름이 변경되었다고 밝혔습니다. Google은 다음과 같이 적었습니다:
NotebookLM 사용자 에이전트를 Google-GeminiNotebook으로 업데이트했습니다. 코드에 이전 값을 하드코딩했다면 잠재적 버그를 피하기 위해 문자열을 업데이트하세요. 원활한 전환을 위해 이전 값도 계속 지원할 것입니다.
다음은 새로운 값들입니다:

따라서 Google-NotebookLM을 하드코딩해 둔 항목이 있다면 이를 Google-GeminiNotebook으로 교체하세요.
Shauvik Kumar도 이를 발견하고 게시했습니다:
Google just renamed the NotebookLM fetcher to Gemini Notebook and documented new user-agent strings, with the former Google-NotebookLM agent supported until August 2026.
— Shauvik Kumar (@shauvikkumar) July 17, 2026
If you generally look for user-agent in logs, you'll want to account for Google-GeminiNotebook too.
Might be… pic.twitter.com/ZkglSNJsnp
포럼 토론은 X에 있습니다.