merge flake inputs
This commit is contained in:
@@ -204,171 +204,55 @@
|
|||||||
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
|
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
|
||||||
google_auth = false;
|
google_auth = false;
|
||||||
agents = {
|
agents = {
|
||||||
Sisyphus = {
|
sisyphus = {
|
||||||
model = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
permission = {
|
|
||||||
edit = "allow";
|
|
||||||
bash = {
|
|
||||||
"*" = "allow";
|
|
||||||
"rm *" = "ask";
|
|
||||||
"rmdir *" = "ask";
|
|
||||||
"mv *" = "ask";
|
|
||||||
"chmod *" = "ask";
|
|
||||||
"chown *" = "ask";
|
|
||||||
"git *" = "ask";
|
|
||||||
"git status*" = "allow";
|
|
||||||
"git log*" = "allow";
|
|
||||||
"git diff*" = "allow";
|
|
||||||
"git branch*" = "allow";
|
|
||||||
"git show*" = "allow";
|
|
||||||
"git stash list*" = "allow";
|
|
||||||
"git remote -v" = "allow";
|
|
||||||
"git add *" = "allow";
|
|
||||||
"git commit *" = "allow";
|
|
||||||
"jj *" = "ask";
|
|
||||||
"jj status" = "allow";
|
|
||||||
"jj log*" = "allow";
|
|
||||||
"jj diff*" = "allow";
|
|
||||||
"jj show*" = "allow";
|
|
||||||
"npm *" = "ask";
|
|
||||||
"npx *" = "ask";
|
|
||||||
"bun *" = "ask";
|
|
||||||
"bunx *" = "ask";
|
|
||||||
"uv *" = "ask";
|
|
||||||
"pip *" = "ask";
|
|
||||||
"pip3 *" = "ask";
|
|
||||||
"yarn *" = "ask";
|
|
||||||
"pnpm *" = "ask";
|
|
||||||
"cargo *" = "ask";
|
|
||||||
"go *" = "ask";
|
|
||||||
"make *" = "ask";
|
|
||||||
"dd *" = "deny";
|
|
||||||
"mkfs*" = "deny";
|
|
||||||
"fdisk *" = "deny";
|
|
||||||
"parted *" = "deny";
|
|
||||||
"eval *" = "deny";
|
|
||||||
"source *" = "deny";
|
|
||||||
"curl *|*sh" = "deny";
|
|
||||||
"wget *|*sh" = "deny";
|
|
||||||
"sudo *" = "deny";
|
|
||||||
"su *" = "deny";
|
|
||||||
"systemctl *" = "deny";
|
|
||||||
"service *" = "deny";
|
|
||||||
"shutdown *" = "deny";
|
|
||||||
"reboot*" = "deny";
|
|
||||||
"init *" = "deny";
|
|
||||||
"> /dev/*" = "deny";
|
|
||||||
"cat * > /dev/*" = "deny";
|
|
||||||
};
|
|
||||||
external_directory = "ask";
|
|
||||||
doom_loop = "ask";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
librarian = {
|
|
||||||
model = "opencode/glm-4.7-free";
|
|
||||||
permission = {
|
|
||||||
edit = "deny";
|
|
||||||
bash = "deny";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
explore = {
|
|
||||||
model = "zai-coding-plan/glm-4.5-air";
|
|
||||||
permission = {
|
|
||||||
edit = "deny";
|
|
||||||
bash = "deny";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
oracle = {
|
oracle = {
|
||||||
model = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
permission = {
|
|
||||||
edit = "deny";
|
|
||||||
bash = "deny";
|
|
||||||
};
|
};
|
||||||
};
|
librarian = {
|
||||||
frontend-ui-ux-engineer = {
|
|
||||||
model = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
permission = {
|
|
||||||
edit = "allow";
|
|
||||||
bash = {
|
|
||||||
"*" = "ask";
|
|
||||||
"npm *" = "ask";
|
|
||||||
"npx *" = "ask";
|
|
||||||
"bun *" = "ask";
|
|
||||||
"bunx *" = "ask";
|
|
||||||
"rm *" = "ask";
|
|
||||||
"mv *" = "ask";
|
|
||||||
"dd *" = "deny";
|
|
||||||
"mkfs*" = "deny";
|
|
||||||
"sudo *" = "deny";
|
|
||||||
"curl *|*sh" = "deny";
|
|
||||||
"wget *|*sh" = "deny";
|
|
||||||
};
|
};
|
||||||
};
|
explore = {
|
||||||
};
|
|
||||||
document-writer = {
|
|
||||||
model = "zai-coding-plan/glm-4.5-air";
|
model = "zai-coding-plan/glm-4.5-air";
|
||||||
permission = {
|
|
||||||
edit = "allow";
|
|
||||||
bash = "deny";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
multimodal-looker = {
|
multimodal-looker = {
|
||||||
|
model = "zai-coding-plan/glm-4.6v";
|
||||||
|
};
|
||||||
|
prometheus = {
|
||||||
model = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
permission = {
|
|
||||||
edit = "deny";
|
|
||||||
bash = "deny";
|
|
||||||
};
|
};
|
||||||
};
|
metis = {
|
||||||
"Prometheus (Planner)" = {
|
|
||||||
model = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
permission = {
|
|
||||||
edit = "deny";
|
|
||||||
bash = "allow";
|
|
||||||
};
|
};
|
||||||
};
|
momus = {
|
||||||
"Metis (Plan Consultant)" = {
|
|
||||||
model = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
permission = {
|
|
||||||
edit = "deny";
|
|
||||||
bash = "allow";
|
|
||||||
};
|
};
|
||||||
};
|
atlas = {
|
||||||
"Momus (Plan Reviewer)" = {
|
|
||||||
model = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
permission = {
|
|
||||||
edit = "deny";
|
|
||||||
bash = "allow";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"Atlas" = {
|
categories = {
|
||||||
|
visual-engineering = {
|
||||||
model = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
permission = {
|
|
||||||
edit = "deny";
|
|
||||||
bash = "allow";
|
|
||||||
};
|
};
|
||||||
|
ultrabrain = {
|
||||||
|
model = "zai-coding-plan/glm-4.7";
|
||||||
};
|
};
|
||||||
|
artistry = {
|
||||||
|
model = "zai-coding-plan/glm-4.7";
|
||||||
};
|
};
|
||||||
"categories" = {
|
quick = {
|
||||||
"visual-engineering" = {
|
model = "zai-coding-plan/glm-4.7";
|
||||||
"model" = "zai-coding-plan/glm-4.7";
|
|
||||||
};
|
};
|
||||||
"ultrabrain" = {
|
unspecified-low = {
|
||||||
"model" = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
};
|
};
|
||||||
"artistry" = {
|
unspecified-high = {
|
||||||
"model" = "zai-coding-plan/glm-4.7";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
};
|
};
|
||||||
"quick" = {
|
writing = {
|
||||||
"model" = "zai-coding-plan/glm-4.5-ai";
|
model = "zai-coding-plan/glm-4.7";
|
||||||
};
|
|
||||||
"unspecified-low" = {
|
|
||||||
"model" = "zai-coding-plan/glm-4.7";
|
|
||||||
};
|
|
||||||
"unspecified-high" = {
|
|
||||||
"model" = "zai-coding-plan/glm-4.7";
|
|
||||||
};
|
|
||||||
"writing" = {
|
|
||||||
"model" = "zai-coding-plan/glm-4.7";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
disabled_mcps = ["context7" "websearch"];
|
disabled_mcps = ["context7" "websearch"];
|
||||||
|
|||||||
Reference in New Issue
Block a user