Compare commits

...

2 Commits

Author SHA1 Message Date
1a79b5fa9f Update Claude model to opus 4-6 2026-02-05 18:37:52 +00:00
9288aef5c7 flake
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2026-02-05 18:26:06 +00:00
2 changed files with 20 additions and 20 deletions

36
flake.lock generated
View File

@@ -254,11 +254,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770263241, "lastModified": 1770310759,
"narHash": "sha256-R1WFtIvp38hS9x63dnijdJw1KyIiy30KGea6e6N7LHs=", "narHash": "sha256-KsoavnriDUjaEP0x77JC19E9ehiVjThy/Jvno3FwNdE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "04e5203db66417d548ae1ff188a9f591836dfaa7", "rev": "332027bc0ac95d230b8c680dcc44e56f9a3c9339",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -270,11 +270,11 @@
"homebrew-cask": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1770271594, "lastModified": 1770313409,
"narHash": "sha256-XEPxvvmaoWyWCs82LZceFK5bLWIESfFDhFBQVUmK08Q=", "narHash": "sha256-JvwVxW7BXdwH+DuoW13HfCLrcakM9x8+ORhPwhNCkRc=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "fc2b8497ec7b27da2f4f978ebfc4c5fa5597dbbc", "rev": "7b521418d1823f79c540266de015300dc47e8ea4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -286,11 +286,11 @@
"homebrew-core": { "homebrew-core": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1770273195, "lastModified": 1770315535,
"narHash": "sha256-MI/KGf/RFUEFgq8ponNGHD2Nkx8a6b9GbTWuPK5WG2o=", "narHash": "sha256-ZrOGfEiooKa51gMV8bCenp8ETRLYyCWiNja9//BYVNs=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-core", "repo": "homebrew-core",
"rev": "218d5a275335518e26a8b35dc857a8fef84e09cf", "rev": "1092d38dc03f89e031ab736af1b40251d43d4f3b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -306,11 +306,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1770263632, "lastModified": 1770303620,
"narHash": "sha256-ooCSBCQyN1y4qMhEinfCL33ElxGo2IVEuxCm5+JLgHQ=", "narHash": "sha256-INHLINEa/P+nhCqVhWOs4muNhGPp5oR6oGQXG+JcohQ=",
"owner": "numtide", "owner": "numtide",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"rev": "042cf156c273d1abdf33198a4a49bf692d0bb635", "rev": "feee43be680e42a2668ea73a0d0e1799ef42117a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -413,11 +413,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1770279138, "lastModified": 1770315137,
"narHash": "sha256-3qKiqBdGxo+E0noMoK9Po5L71Js4jbbnvrtg0Qqhw80=", "narHash": "sha256-+3qqbAnSSGy4BLj/xJDC79w0g6YYBK+zYYAL3EVCG6U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e9e02ba9d43c306cd4bc1c4b9192e7ac7a255228", "rev": "77c0d381e66eb696f5cc13c5ad4b927475ae7475",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -498,11 +498,11 @@
"overseer": { "overseer": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1770238325, "lastModified": 1770303305,
"narHash": "sha256-aLqorFsy0iSDbqAf316GXnZUopwsIlKXHjzmL8QRat8=", "narHash": "sha256-NM1haQAk1mWdmewgIv6tzApaIQxWKrIrri0+uXHY3Zc=",
"owner": "dmmulroy", "owner": "dmmulroy",
"repo": "overseer", "repo": "overseer",
"rev": "3edebbe09895a19190953408f7e22f92921e1aa6", "rev": "5880d97939744ff72eb552c671da2fae1789041e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -15,7 +15,7 @@
enable = true; enable = true;
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode; package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
settings = { settings = {
model = "anthropic/claude-opus-4-5"; model = "anthropic/claude-opus-4-6";
small_model = "opencode/minimax-m2.1"; small_model = "opencode/minimax-m2.1";
theme = "catppuccin"; theme = "catppuccin";
plugin = ["opencode-anthropic-auth"]; plugin = ["opencode-anthropic-auth"];
@@ -33,7 +33,7 @@
}; };
agent = { agent = {
plan = { plan = {
model = "anthropic/claude-opus-4-5"; model = "anthropic/claude-opus-4-6";
}; };
explore = { explore = {
model = "opencode/minimax-m2.1"; model = "opencode/minimax-m2.1";