From 59afce67e8155a50061a5c1d50277cf43f50efca Mon Sep 17 00:00:00 2001 From: Sage Date: Wed, 8 Apr 2026 10:13:25 +0000 Subject: [PATCH] Add OpenCode CC fix --- modules/home/terminal/opencode/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/terminal/opencode/default.nix b/modules/home/terminal/opencode/default.nix index d3dc9ff..afd10a5 100644 --- a/modules/home/terminal/opencode/default.nix +++ b/modules/home/terminal/opencode/default.nix @@ -21,6 +21,12 @@ settings = { "plugin" = ["opencode-gemini-auth" "opencode-anthropic-oauth"]; + "mode" = { + "build" = { + "prompt" = "You are Claude Code, Anthropic's official CLI for Claude."; + }; + }; + "permission" = { "bash" = { "*" = "ask";