opencode update

This commit is contained in:
m3tm3re
2026-01-10 06:14:02 +01:00
parent 1316d3268f
commit 5e4e007b67
4 changed files with 11 additions and 10 deletions

4
flake.lock generated
View File

@@ -243,8 +243,8 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1767978308, "lastModified": 1768021270,
"narHash": "sha256-7X/OmsmkcaHgh6hABeG4dJ0tML/x34Sjr9jFOliSfyk=", "narHash": "sha256-T6xgoK73y5me8UNZUVQ1peySNM1m+fY0Vb5ZqG1YU/Q=",
"path": "/home/m3tam3re/p/NIX/nixpkgs", "path": "/home/m3tam3re/p/NIX/nixpkgs",
"type": "path" "type": "path"
}, },

View File

@@ -22,8 +22,8 @@
nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0"; nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0";
nixpkgs-master.url = "github:nixos/nixpkgs/master"; nixpkgs-master.url = "github:nixos/nixpkgs/master";
m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; # m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
# m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs"; m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs";
# #
nur = { nur = {
url = "github:nix-community/NUR"; url = "github:nix-community/NUR";

View File

@@ -214,6 +214,7 @@
llm llm
lf lf
nix-index nix-index
nix-update
libnotify libnotify
nushellPlugins.skim nushellPlugins.skim
progress progress

View File

@@ -139,28 +139,28 @@
}; };
}; };
librarian = { librarian = {
model = "anthropic/claude-sonnet-4-5"; model = "opencode/claude-sonnet-4-5";
permission = { permission = {
edit = "deny"; edit = "deny";
bash = "deny"; bash = "deny";
}; };
}; };
explore = { explore = {
model = "anthropic/claude-sonnet-4-5"; model = "opencode/claude-sonnet-4-5";
permission = { permission = {
edit = "deny"; edit = "deny";
bash = "deny"; bash = "deny";
}; };
}; };
oracle = { oracle = {
model = "anthropic/claude-sonnet-4-5"; model = "opencode/claude-sonnet-4-5";
permission = { permission = {
edit = "deny"; edit = "deny";
bash = "deny"; bash = "deny";
}; };
}; };
frontend-ui-ux-engineer = { frontend-ui-ux-engineer = {
model = "anthropic/claude-opus-4-5"; model = "opencode/claude-opus-4-5";
permission = { permission = {
edit = "allow"; edit = "allow";
bash = { bash = {
@@ -180,14 +180,14 @@
}; };
}; };
document-writer = { document-writer = {
model = "anthropic/claude-opus-4-5"; model = "opencode/claude-opus-4-5";
permission = { permission = {
edit = "allow"; edit = "allow";
bash = "deny"; bash = "deny";
}; };
}; };
multimodal-looker = { multimodal-looker = {
model = "anthropic/claude-opus-4-5"; model = "opencode/claude-opus-4-5";
permission = { permission = {
edit = "deny"; edit = "deny";
bash = "deny"; bash = "deny";