We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7bfd9 commit 6e83b23Copy full SHA for 6e83b23
1 file changed
home/modules/llm-assistants/claude-code/default.nix
@@ -292,6 +292,7 @@ in
292
CLAUDE_CODE_SCROLL_SPEED = "1";
293
DISABLE_INSTALLATION_CHECKS = "1";
294
ENABLE_CLAUDEAI_MCP_SERVERS = "false";
295
+ ENABLE_PROMPT_CACHING_1H = "1";
296
ENABLE_TOOL_SEARCH = "true";
297
FORCE_AUTOUPDATE_PLUGINS = if cfg.plugins.bundle then "false" else "true";
298
};
0 commit comments