Skip to main content
Photo of DeepakNess DeepakNess

Fix Claude Code adding 2024 to web searches

Unproofread notes

Came across a post on X that talked about fixing the issue of Claude Code adding 2024 to its web search queries, even though it's 2025 already.

So Daniel built a simple tool that fixes this, and you can install the tool by running the following command in your terminal:

npx claude-code-templates@latest --hook=pre-tool/update-search-year --yes

Here, you can find more info about the implementation. This is very helpful.

Comment via email