Skip to content

Commit 6e83b23

Browse files
committed
chore(claude-code): enable 1h prompt caching
1 parent 2a7bfd9 commit 6e83b23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

home/modules/llm-assistants/claude-code/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ in
292292
CLAUDE_CODE_SCROLL_SPEED = "1";
293293
DISABLE_INSTALLATION_CHECKS = "1";
294294
ENABLE_CLAUDEAI_MCP_SERVERS = "false";
295+
ENABLE_PROMPT_CACHING_1H = "1";
295296
ENABLE_TOOL_SEARCH = "true";
296297
FORCE_AUTOUPDATE_PLUGINS = if cfg.plugins.bundle then "false" else "true";
297298
};

0 commit comments

Comments
 (0)