Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-02-05 14:36:23 +00:00
parent 06584ffedc
commit 2999325de9
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
home.sessionVariables = { home.sessionVariables = {
OPENCODE_ENABLE_EXA = 1; OPENCODE_ENABLE_EXA = 1;
OPENCODE_EXPERIMENTAL_LSP_TOOL = 1; OPENCODE_EXPERIMENTAL_LSP_TOOL = 1;
# OPENCODE_EXPERIMENTAL_MARKDOWN = 1; OPENCODE_EXPERIMENTAL_MARKDOWN = 1;
OPENCODE_EXPERIMENTAL_PLAN_MODE = 1; OPENCODE_EXPERIMENTAL_PLAN_MODE = 1;
OPENCODE_EXPERIMENTAL_FILE_WATCHER = 1; OPENCODE_EXPERIMENTAL_FILE_WATCHER = 1;
}; };
@@ -15,9 +15,10 @@
enable = true; enable = true;
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode; package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
settings = { settings = {
model = "opencode/claude-opus-4-5"; model = "anthropic/claude-opus-4-5";
small_model = "opencode/minimax-m2.1"; small_model = "opencode/minimax-m2.1";
theme = "catppuccin"; theme = "catppuccin";
plugin = ["opencode-anthropic-auth"];
keybinds = { keybinds = {
leader = "ctrl+o"; leader = "ctrl+o";
}; };
@@ -32,7 +33,7 @@
}; };
agent = { agent = {
plan = { plan = {
model = "opencode/gpt-5.2-codex"; model = "anthropic/claude-opus-4-5";
}; };
explore = { explore = {
model = "opencode/minimax-m2.1"; model = "opencode/minimax-m2.1";

View File

@@ -1,6 +1,5 @@
--- ---
description: Review changes with parallel @code-review subagents 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. 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.