This commit is contained in:
2025-12-23 15:41:08 +00:00
parent 203a3f9b71
commit 959305c93c
5 changed files with 257 additions and 227 deletions

View File

@@ -127,24 +127,25 @@
};
};
home.file.".config/opencode/oh-my-opencode.json".text = builtins.toJSON {
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
google_auth = false;
agents = {
oracle = {
model = "opencode/gpt-5.2";
};
frontend-ui-ux-engineer = {
model = "google/gemini-3-pro-high";
};
document-writer = {
model = "google/gemini-3-flash";
};
multimodal-looker = {
model = "google/gemini-3-flash";
home.file.".config/opencode/oh-my-opencode.json".text =
builtins.toJSON {
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
google_auth = false;
agents = {
oracle = {
model = "opencode/gpt-5.2";
};
frontend-ui-ux-engineer = {
model = "google/gemini-3-pro-high";
};
document-writer = {
model = "google/gemini-3-flash";
};
multimodal-looker = {
model = "google/gemini-3-flash";
};
};
};
};
home.sessionVariables = {
OPENCODE_EXPERIMENTAL_EXA = "true";