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:
@@ -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
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user