Compare commits
2 Commits
5713202dc9
...
b76db4800a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b76db4800a | ||
|
|
5ff19bccbe |
8
flake.lock
generated
8
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user