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