This commit is contained in:
Sridhar Ratnakumar 2026-04-14 15:48:45 -04:00
parent 7de488b235
commit e4c0ed531d
2 changed files with 3 additions and 1 deletions

View file

@ -15,7 +15,8 @@
# See: https://x.com/kunchenguid/status/2043720881990725868
effortLevel = "high";
env = {
CLAUDE_CODE_DISABLE_1M_CONTEXT = "1";
# CLAUDE_CODE_DISABLE_1M_CONTEXT = "1";
CLAUDE_CODE_NO_FLICKER = "1";
CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING = "1";
CLAUDE_CODE_DISABLE_AUTO_MEMORY = "1";
CLAUDE_SUBAGENT_MODEL = "sonnet";

View file

@ -32,6 +32,7 @@ in
fswatch
eternal-terminal
lima
uv # For running Python stuff quickly.