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

View File

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