zen everything
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
theme = "catppuccin";
|
||||
plugin = [
|
||||
"oh-my-opencode@2.14.0"
|
||||
"opencode-antigravity-auth@1.2.7"
|
||||
];
|
||||
instructions = [
|
||||
"CLAUDE.md"
|
||||
@@ -22,34 +21,6 @@
|
||||
disabled = true;
|
||||
};
|
||||
};
|
||||
provider = {
|
||||
google = {
|
||||
models = {
|
||||
antigravity-gemini-3-pro-high = {
|
||||
name = "Gemini 3 Pro High (Antigravity)";
|
||||
limit = {
|
||||
context = 1048576;
|
||||
output = 65535;
|
||||
};
|
||||
modalities = {
|
||||
input = ["text" "image" "pdf"];
|
||||
output = ["text"];
|
||||
};
|
||||
};
|
||||
antigravity-gemini-3-flash = {
|
||||
name = "Gemini 3 Flash (Antigravity)";
|
||||
limit = {
|
||||
context = 1048576;
|
||||
output = 65536;
|
||||
};
|
||||
modalities = {
|
||||
input = ["text" "image" "pdf"];
|
||||
output = ["text"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -57,6 +28,9 @@
|
||||
builtins.toJSON {
|
||||
google_auth = false;
|
||||
agents = {
|
||||
sisyphus = {
|
||||
model = "opencode/claude-opus-4-5";
|
||||
};
|
||||
explore = {
|
||||
model = "opencode/minimax-m2.1-free";
|
||||
};
|
||||
@@ -64,16 +38,15 @@
|
||||
model = "opencode/gpt-5.2";
|
||||
};
|
||||
frontend-ui-ux-engineer = {
|
||||
model = "google/antigravity-gemini-3-pro-high";
|
||||
model = "opencode/gemini-3-pro";
|
||||
};
|
||||
document-writer = {
|
||||
model = "google/antigravity-gemini-3-flash";
|
||||
model = "opencode/gemini-3-flash";
|
||||
};
|
||||
multimodal-looker = {
|
||||
model = "google/antigravity-gemini-3-flash";
|
||||
model = "opencode/gemini-3-flash";
|
||||
};
|
||||
};
|
||||
disabled_hooks = ["startup-toast" "background-notification" "session-notification"];
|
||||
disabled_mcps = ["websearch_exa"];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user