@@ -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";
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user