Claude Max login fix for opencode

This commit is contained in:
m3tm3re
2026-01-09 14:36:17 +01:00
parent 5713202dc9
commit 5ff19bccbe

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";