From a4f17a97c73db669b08664c81d74b993252e7c61 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sun, 8 Mar 2026 21:26:46 +0000 Subject: [PATCH] stuff --- modules/ai-tools.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index b639f44..b669c9d 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -11,7 +11,7 @@ model = "anthropic/claude-opus-4-6"; small_model = "anthropic/claude-haiku-4-5"; theme = "catppuccin"; - plugin = ["oh-my-opencode@latest" "opencode-anthropic-auth@latest"]; + plugin = ["oh-my-openagent@latest" "opencode-anthropic-auth@latest"]; permission = { read = { "*" = "allow"; @@ -85,7 +85,7 @@ builtins.toJSON { "$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"; disabled_skills = ["playwright" "dev-browser" "git-master"]; - disabled_hooks = ["keyword-detector"]; + disabled_hooks = ["keyword-detector" "todo-continuation-enforcer"]; git_master = { commit_footer = false; include_co_authored_by = false;