Update OpenCode configuration and add sqlite tools

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
m3tm3re
2026-02-15 18:15:00 +01:00
parent 5c0fe5abda
commit f3536919f0
2 changed files with 11 additions and 9 deletions

View File

@@ -222,6 +222,8 @@
rocmPackages.rocm-smi rocmPackages.rocm-smi
rocmPackages.rocminfo rocmPackages.rocminfo
rocmPackages.rocm-runtime rocmPackages.rocm-runtime
sqlite
sqlite-vec
tldr tldr
pomodoro-timer pomodoro-timer
trash-cli trash-cli

View File

@@ -22,7 +22,7 @@
enable = true; enable = true;
settings = { settings = {
theme = "opencode"; theme = "opencode";
plugin = ["oh-my-opencode" "opencode-beads" "opencode-antigravity-auth@beta"]; plugin = ["oh-my-opencode" "opencode-antigravity-auth@beta"];
agent = agent =
builtins.fromJSON builtins.fromJSON
(builtins.readFile "${inputs.agents}/agents/agents.json"); (builtins.readFile "${inputs.agents}/agents/agents.json");
@@ -214,31 +214,31 @@
google_auth = false; google_auth = false;
agents = { agents = {
sisyphus = { sisyphus = {
model = "zai-coding-plan/glm-4.7"; model = "zai-coding-plan/glm-5";
}; };
oracle = { oracle = {
model = "zai-coding-plan/glm-4.7"; model = "zai-coding-plan/glm-5";
}; };
librarian = { librarian = {
model = "zai-coding-plan/glm-4.7"; model = "zai-coding-plan/glm-5";
}; };
explore = { explore = {
model = "zai-coding-plan/glm-4.5-air"; model = "zai-coding-plan/glm-4.5-air";
}; };
multimodal-looker = { multimodal-looker = {
model = "zai-coding-plan/glm-4.6v"; model = "zai-coding-plan/glm-5";
}; };
prometheus = { prometheus = {
model = "zai-coding-plan/glm-4.7"; model = "zai-coding-plan/glm-5";
}; };
metis = { metis = {
model = "zai-coding-plan/glm-4.7"; model = "zai-coding-plan/glm-5";
}; };
momus = { momus = {
model = "zai-coding-plan/glm-4.7"; model = "zai-coding-plan/glm-5";
}; };
atlas = { atlas = {
model = "zai-coding-plan/glm-4.7"; model = "zai-coding-plan/glm-5";
}; };
}; };
categories = { categories = {