Compare commits

..

2 Commits

Author SHA1 Message Date
m3tm3re
b76db4800a Agents input update 2026-01-09 14:38:02 +01:00
m3tm3re
5ff19bccbe Claude Max login fix for opencode 2026-01-09 14:36:17 +01:00
2 changed files with 11 additions and 11 deletions

8
flake.lock generated
View File

@@ -24,11 +24,11 @@
"agents": {
"flake": false,
"locked": {
"lastModified": 1767951059,
"narHash": "sha256-BiCd7YII5ieyTFZOc06KUf0TY6aADxb7Kct+P1yWiRc=",
"lastModified": 1767965833,
"narHash": "sha256-8tKEfJU4bxlgPJwUTUDQkVJMbwWQMiYt+moLjMIFeVY=",
"ref": "refs/heads/master",
"rev": "bd16df0806bdc5799b782cec8e6643fec72e92ec",
"revCount": 6,
"rev": "3e20c82603a4ddedf04ff001adf943723a49dc37",
"revCount": 7,
"type": "git",
"url": "https://code.m3ta.dev/m3tam3re/AGENTS"
},

View File

@@ -22,7 +22,7 @@
enable = true;
settings = {
theme = "opencode";
plugin = ["oh-my-opencode" "opencode-beads"];
plugin = ["oh-my-opencode" "opencode-beads" "opencode-anthropic-auth"];
agent = builtins.fromJSON (builtins.readFile "${inputs.agents}/agent/agents.json");
formatter = {
alejandra = {
@@ -139,28 +139,28 @@
};
};
librarian = {
model = "opencode/claude-sonnet-4-5";
model = "anthropic/claude-sonnet-4-5";
permission = {
edit = "deny";
bash = "deny";
};
};
explore = {
model = "opencode/big-pickle";
model = "anthropic/claude-sonnet-4-5";
permission = {
edit = "deny";
bash = "deny";
};
};
oracle = {
model = "opencode/claude-sonnet-4-5";
model = "anthropic/claude-sonnet-4-5";
permission = {
edit = "deny";
bash = "deny";
};
};
frontend-ui-ux-engineer = {
model = "opencode/claude-opus-4-5";
model = "anthropic/claude-opus-4-5";
permission = {
edit = "allow";
bash = {
@@ -180,14 +180,14 @@
};
};
document-writer = {
model = "opencode/claude-opus-4-5";
model = "anthropic/claude-opus-4-5";
permission = {
edit = "allow";
bash = "deny";
};
};
multimodal-looker = {
model = "opencode/claude-opus-4-5";
model = "anthropic/claude-opus-4-5";
permission = {
edit = "deny";
bash = "deny";