From d7760ad469153a56877f6f0ba9f07cbc7ba728a6 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Sat, 1 Aug 2026 12:42:52 -0400 Subject: [PATCH] Update --- .config/opencode/agents/git.md | 6 ++---- .config/opencode/opencode.json | 8 ++++---- .tmux.conf | 3 +++ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/opencode/agents/git.md b/.config/opencode/agents/git.md index d82599f..d025408 100644 --- a/.config/opencode/agents/git.md +++ b/.config/opencode/agents/git.md @@ -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 diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json index 10adb87..e7f99a3 100644 --- a/.config/opencode/opencode.json +++ b/.config/opencode/opencode.json @@ -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": { diff --git a/.tmux.conf b/.tmux.conf index 1c4d628..fe7f1a5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -44,6 +44,9 @@ set -ga update-environment TERM_PROGRAM set -ga update-environment SSH_CONNECTION 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_default_text " #W" set -g @catppuccin_window_current_text " #W"