Revert "Fix model provider prefix for commit and compact subagents"
This reverts commit dd111756cf.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user