From 77843263e747ac163d3de8e5755a4477b82ec209 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 17 Feb 2026 13:41:11 +0000 Subject: [PATCH] up Signed-off-by: Christoph Schmatzler --- profiles/opencode.nix | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index de8deaf..2830b40 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -50,16 +50,6 @@ }; }; mcp = { - context7 = { - enabled = true; - type = "remote"; - url = "https://mcp.context7.com/mcp"; - }; - grep_app = { - enabled = true; - type = "remote"; - url = "https://mcp.grep.app"; - }; opensrc = { enabled = true; type = "local"; @@ -94,11 +84,14 @@ "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"; - disabled_mcps = ["websearch" "context7" "grep_app"]; git_master = { commit_footer = false; include_co_authored_by = false; }; + experimental = { + task_system = true; + hashline_edit = true; + }; }; }; }