This commit is contained in:
2026-02-15 21:36:03 +00:00
parent bf23ef186a
commit 4d8e20a564
5 changed files with 9 additions and 26 deletions

View File

@@ -1,13 +1,14 @@
# model = "deepseek/deepseek-v3.1-terminus"
# model = "openai/gpt-5-codex"
# model = "openai/codex-mini"
model = "moonshotai/kimi-k2-thinking"
model = "google/gemini-3-pro-preview"
model_provider = "openrouter"
# model_provider = "openai"
view_image_tool = true
web_search_request = true
personality = "pragmatic"
[model_providers.openrouter]
name = "OpenRouter"
@@ -19,3 +20,6 @@ trust_level = "trusted"
[projects."/home/chris/Code/Sites/starby"]
trust_level = "trusted"
[projects."/home/chris/Code/Sites/updato"]
trust_level = "trusted"

View File

@@ -6,11 +6,4 @@ cfz $ZDOTDIR/.zshrc
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile
cfe ${XDG_CONFIG_HOME:-$HOME/.config}/shell/.env
cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc
cfn ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/config
cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls
cfmb ${XDG_CONFIG_HOME:-$HOME/.config}/ncmpcpp/bindings
cfmc ${XDG_CONFIG_HOME:-$HOME/.config}/ncmpcpp/config
cfl ${XDG_CONFIG_HOME:-$HOME/.config}/lf/lfrc
cfL ${XDG_CONFIG_HOME:-$HOME/.config}/lf/scope
cfX ${XDG_CONFIG_HOME:-$HOME/.config}/sxiv/exec/key-handler
N $HOME/Tower/Notes

View File

@@ -35,11 +35,4 @@ cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
cfp="$EDITOR /home/chris/.config/shell/profile" \
cfe="$EDITOR /home/chris/.config/shell/.env" \
cfm="$EDITOR /home/chris/.config/mutt/muttrc" \
cfn="$EDITOR /home/chris/.config/newsboat/config" \
cfu="$EDITOR /home/chris/.config/newsboat/urls" \
cfmb="$EDITOR /home/chris/.config/ncmpcpp/bindings" \
cfmc="$EDITOR /home/chris/.config/ncmpcpp/config" \
cfl="$EDITOR /home/chris/.config/lf/lfrc" \
cfL="$EDITOR /home/chris/.config/lf/scope" \
cfX="$EDITOR /home/chris/.config/sxiv/exec/key-handler" \
N="$EDITOR /home/chris/Tower/Notes" \

View File

@@ -34,11 +34,4 @@ hash -d cfz=/home/chris/.config/zsh/.zshrc
hash -d cfa=/home/chris/.config/shell/aliasrc
hash -d cfp=/home/chris/.config/shell/profile
hash -d cfe=/home/chris/.config/shell/.env
hash -d cfm=/home/chris/.config/mutt/muttrc
hash -d cfn=/home/chris/.config/newsboat/config
hash -d cfu=/home/chris/.config/newsboat/urls
hash -d cfmb=/home/chris/.config/ncmpcpp/bindings
hash -d cfmc=/home/chris/.config/ncmpcpp/config
hash -d cfl=/home/chris/.config/lf/lfrc
hash -d cfL=/home/chris/.config/lf/scope
hash -d cfX=/home/chris/.config/sxiv/exec/key-handler
hash -d N=/home/chris/Tower/Notes