Update
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
---
|
||||
description: Generates git commit message from changes, handle git operations
|
||||
mode: subagent
|
||||
model: kimi-for-coding/kimi-for-coding
|
||||
Thinking: "OFF"
|
||||
model: opencode-go/deepseek-v4-flash
|
||||
hidden: false
|
||||
permission:
|
||||
edit: deny
|
||||
@@ -14,9 +13,8 @@ permission:
|
||||
---
|
||||
|
||||
Your role is to handle commit.
|
||||
All changes are already staged. You must generate a commit message using staged changes.
|
||||
You must not compile, build or attempt to make changes as everything has already been tested and confirmed as working as intended.
|
||||
When writing commit messages, follow the specification below.
|
||||
All changes are already staged. You must generate a commit message using staged changes and the specification below.
|
||||
|
||||
# Commit messages
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"agent": {
|
||||
"build": {
|
||||
"model": "kimi-for-coding/kimi-for-coding",
|
||||
"Thinking": "ON",
|
||||
"model": "opencode-go/deepseek-v4-flash",
|
||||
"temperature": 1.0,
|
||||
"top_p": 0.95,
|
||||
"permission":{
|
||||
"task": {
|
||||
"git": "allow"
|
||||
@@ -11,8 +12,7 @@
|
||||
}
|
||||
},
|
||||
"plan": {
|
||||
"model": "kimi-for-coding/k3-256k",
|
||||
"reasoning_effort": "max"
|
||||
"model": "kimi-for-coding/k3",
|
||||
}
|
||||
},
|
||||
"mcp": {
|
||||
|
||||
Reference in New Issue
Block a user