chore: update dependencies, add basecamp secrets, improve desktop environment
- Update opencode to v1.1.34 - Add new opencode agents (Prometheus, Metis, Momus, Atlas) and categories - Switch m3ta-nixpkgs back to local path - Add basecamp client credentials for m3-ares and m3-kratos - Set NIXOS_OZONE_WL=1 for better Wayland app support in Hyprland - Remove redundant wrl.enable from flatpak portal config
This commit is contained in:
@@ -319,6 +319,57 @@
|
||||
bash = "deny";
|
||||
};
|
||||
};
|
||||
"Prometheus (Planner)" = {
|
||||
model = "zai-coding-plan/glm-4.7";
|
||||
permission = {
|
||||
edit = "deny";
|
||||
bash = "allow";
|
||||
};
|
||||
};
|
||||
"Metis (Plan Consultant)" = {
|
||||
model = "zai-coding-plan/glm-4.7";
|
||||
permission = {
|
||||
edit = "deny";
|
||||
bash = "allow";
|
||||
};
|
||||
};
|
||||
"Momus (Plan Reviewer)" = {
|
||||
model = "zai-coding-plan/glm-4.7";
|
||||
permission = {
|
||||
edit = "deny";
|
||||
bash = "allow";
|
||||
};
|
||||
};
|
||||
"Atlas" = {
|
||||
model = "zai-coding-plan/glm-4.7";
|
||||
permission = {
|
||||
edit = "deny";
|
||||
bash = "allow";
|
||||
};
|
||||
};
|
||||
};
|
||||
"categories" = {
|
||||
"visual-engineering" = {
|
||||
"model" = "zai-coding-plan/glm-4.7";
|
||||
};
|
||||
"ultrabrain" = {
|
||||
"model" = "zai-coding-plan/glm-4.7";
|
||||
};
|
||||
"artistry" = {
|
||||
"model" = "zai-coding-plan/glm-4.7";
|
||||
};
|
||||
"quick" = {
|
||||
"model" = "zai-coding-plan/glm-4.5-ai";
|
||||
};
|
||||
"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"];
|
||||
};
|
||||
|
||||
@@ -31,6 +31,7 @@ in {
|
||||
"XDG_CURRENT_DESKTOP,Hyprland"
|
||||
"XDG_SESSION_TYPE,wayland"
|
||||
"XDG_SESSION_DESKTOP,Hyprland"
|
||||
"NIXOS_OZONE_WL,1"
|
||||
];
|
||||
|
||||
input = {
|
||||
|
||||
Reference in New Issue
Block a user