diff --git a/hosts/work/common.nix b/hosts/work/common.nix index 88f003e..f615702 100644 --- a/hosts/work/common.nix +++ b/hosts/work/common.nix @@ -20,6 +20,7 @@ claude-code.enable = true; opencode.enable = true; opencode.enableConfig = true; + opencode.workMode = true; }; dot.tmux.workMode = true; diff --git a/modules/home/nvim.nix b/modules/home/nvim.nix index d7cc322..4fdf39e 100644 --- a/modules/home/nvim.nix +++ b/modules/home/nvim.nix @@ -59,7 +59,7 @@ in copilot-lua copilot-cmp CopilotChat-nvim - opencode-nvim + # opencode-nvim bullets-vim nvim-dap nvim-nio diff --git a/modules/home/opencode.nix b/modules/home/opencode.nix index 6d13b7a..8126ab9 100644 --- a/modules/home/opencode.nix +++ b/modules/home/opencode.nix @@ -52,10 +52,10 @@ in }; models = { "claude-opus-4-6-default" = { name = "Opus 4.6"; }; - "claude-sonnet-4-5-20250929" = { name = "Sonnet 4.5"; }; + "claude-sonnet-4-6-default" = { name = "Sonnet 4.6"; }; "claude-haiku-4-5-20251001" = { name = "Haiku 4.5"; }; }; - whitelist = [ "claude-opus-4-6-default" "claude-sonnet-4-5-20250929" "claude-haiku-4-5-20251001"]; + whitelist = [ "claude-opus-4-6-default" "claude-sonnet-4-6-default" "claude-haiku-4-5-20251001"]; }; ollama = { npm = "@ai-sdk/openai-compatible";