diff --git a/home/modules/opencode.nix b/home/modules/opencode.nix index bd1e00c..c32e3e0 100644 --- a/home/modules/opencode.nix +++ b/home/modules/opencode.nix @@ -7,7 +7,7 @@ commit = { description = "Creates a one-line git commit describing the changes"; mode = "subagent"; - model = "openrouter/openai/gpt-oss-120b:nitro"; + model = "openai/gpt-oss-120b:nitro"; prompt = '' You are a git commit agent. When invoked: 1. Run `git status` and `git diff` to understand all changes @@ -26,7 +26,7 @@ compact = { description = "Compacts and summarizes conversation context to reduce token usage"; mode = "subagent"; - model = "openrouter/moonshotai/kimi-k2.5:nitro"; + model = "moonshotai/kimi-k2.5:nitro"; prompt = '' You are a context compaction specialist. Your job is to summarize and compress the conversation history while preserving: 1. Key decisions and their rationale