unnerf opus really

This commit is contained in:
Sridhar Ratnakumar 2026-04-14 21:47:28 -04:00
parent e4c0ed531d
commit ed49dac1cd

View file

@ -1,7 +1,8 @@
{ pkgs, ... }:
{ flake, pkgs, ... }:
{
home.packages = with pkgs; [
tree
home.packages = [
flake.inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.claude-code
pkgs.tree
];
home.file.".claude/settings.json" = {
@ -15,11 +16,9 @@
# See: https://x.com/kunchenguid/status/2043720881990725868
effortLevel = "high";
env = {
# 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";
};
};
};