Revert "Fix model provider prefix for commit and compact subagents"
This reverts commit dd111756cf.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
commit = {
|
commit = {
|
||||||
description = "Creates a one-line git commit describing the changes";
|
description = "Creates a one-line git commit describing the changes";
|
||||||
mode = "subagent";
|
mode = "subagent";
|
||||||
model = "openrouter/openai/gpt-oss-120b:nitro";
|
model = "openai/gpt-oss-120b:nitro";
|
||||||
prompt = ''
|
prompt = ''
|
||||||
You are a git commit agent. When invoked:
|
You are a git commit agent. When invoked:
|
||||||
1. Run `git status` and `git diff` to understand all changes
|
1. Run `git status` and `git diff` to understand all changes
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
compact = {
|
compact = {
|
||||||
description = "Compacts and summarizes conversation context to reduce token usage";
|
description = "Compacts and summarizes conversation context to reduce token usage";
|
||||||
mode = "subagent";
|
mode = "subagent";
|
||||||
model = "openrouter/moonshotai/kimi-k2.5:nitro";
|
model = "moonshotai/kimi-k2.5:nitro";
|
||||||
prompt = ''
|
prompt = ''
|
||||||
You are a context compaction specialist. Your job is to summarize and compress the conversation history while preserving:
|
You are a context compaction specialist. Your job is to summarize and compress the conversation history while preserving:
|
||||||
1. Key decisions and their rationale
|
1. Key decisions and their rationale
|
||||||
|
|||||||
Reference in New Issue
Block a user