opencode plan

This commit is contained in:
2026-01-26 17:09:02 +00:00
parent 8be92eda71
commit 2351d799a7
2 changed files with 39 additions and 6 deletions

View File

@@ -3,6 +3,9 @@
pkgs,
...
}: {
home.sessionVariables = {
OPENCODE_EXPERIMENTAL_PLAN_MODE = 1;
};
programs.opencode = {
enable = true;
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;