This commit is contained in:
2026-08-01 12:42:52 -04:00
parent 55e1a680e4
commit d7760ad469
3 changed files with 9 additions and 8 deletions
+2 -4
View File
@@ -1,8 +1,7 @@
--- ---
description: Generates git commit message from changes, handle git operations description: Generates git commit message from changes, handle git operations
mode: subagent mode: subagent
model: kimi-for-coding/kimi-for-coding model: opencode-go/deepseek-v4-flash
Thinking: "OFF"
hidden: false hidden: false
permission: permission:
edit: deny edit: deny
@@ -14,9 +13,8 @@ permission:
--- ---
Your role is to handle commit. 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. 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 # Commit messages
+4 -4
View File
@@ -2,8 +2,9 @@
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"agent": { "agent": {
"build": { "build": {
"model": "kimi-for-coding/kimi-for-coding", "model": "opencode-go/deepseek-v4-flash",
"Thinking": "ON", "temperature": 1.0,
"top_p": 0.95,
"permission":{ "permission":{
"task": { "task": {
"git": "allow" "git": "allow"
@@ -11,8 +12,7 @@
} }
}, },
"plan": { "plan": {
"model": "kimi-for-coding/k3-256k", "model": "kimi-for-coding/k3",
"reasoning_effort": "max"
} }
}, },
"mcp": { "mcp": {
+3
View File
@@ -44,6 +44,9 @@ set -ga update-environment TERM_PROGRAM
set -ga update-environment SSH_CONNECTION set -ga update-environment SSH_CONNECTION
set -g @catppuccin_flavor 'mocha' set -g @catppuccin_flavor 'mocha'
set -g @catppuccin_window_status_style "rounded"
set -g @catppuccin_window_current_number_color "#{@thm_peach}"
set -g @catppuccin_pane_border_status "on"
set -g @catppuccin_window_text " #W" set -g @catppuccin_window_text " #W"
set -g @catppuccin_window_default_text " #W" set -g @catppuccin_window_default_text " #W"
set -g @catppuccin_window_current_text " #W" set -g @catppuccin_window_current_text " #W"