From 2999325de9bb9ac4761f9aa96dd81eb55efa313c Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 5 Feb 2026 14:36:23 +0000 Subject: [PATCH] up Signed-off-by: Christoph Schmatzler --- profiles/opencode.nix | 7 ++++--- profiles/opencode/command/code-review.md | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 95b90ad..f78449a 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -6,7 +6,7 @@ home.sessionVariables = { OPENCODE_ENABLE_EXA = 1; OPENCODE_EXPERIMENTAL_LSP_TOOL = 1; - # OPENCODE_EXPERIMENTAL_MARKDOWN = 1; + OPENCODE_EXPERIMENTAL_MARKDOWN = 1; OPENCODE_EXPERIMENTAL_PLAN_MODE = 1; OPENCODE_EXPERIMENTAL_FILE_WATCHER = 1; }; @@ -15,9 +15,10 @@ enable = true; package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode; settings = { - model = "opencode/claude-opus-4-5"; + model = "anthropic/claude-opus-4-5"; small_model = "opencode/minimax-m2.1"; theme = "catppuccin"; + plugin = ["opencode-anthropic-auth"]; keybinds = { leader = "ctrl+o"; }; @@ -32,7 +33,7 @@ }; agent = { plan = { - model = "opencode/gpt-5.2-codex"; + model = "anthropic/claude-opus-4-5"; }; explore = { model = "opencode/minimax-m2.1"; diff --git a/profiles/opencode/command/code-review.md b/profiles/opencode/command/code-review.md index 7c81ec2..f4126d1 100644 --- a/profiles/opencode/command/code-review.md +++ b/profiles/opencode/command/code-review.md @@ -1,6 +1,5 @@ --- description: Review changes with parallel @code-review subagents -agent: plan --- Review the code changes using THREE (3) @code-review subagents and correlate results into a summary ranked by severity. Use the provided user guidance to steer the review and focus on specific code paths, changes, and/or areas of concern.