Other
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
# model = "deepseek/deepseek-v3.1-terminus"
|
# model = "deepseek/deepseek-v3.1-terminus"
|
||||||
# model = "openai/gpt-5-codex"
|
# model = "openai/gpt-5-codex"
|
||||||
# model = "openai/codex-mini"
|
# model = "openai/codex-mini"
|
||||||
model = "moonshotai/kimi-k2-thinking"
|
model = "google/gemini-3-pro-preview"
|
||||||
|
|
||||||
model_provider = "openrouter"
|
model_provider = "openrouter"
|
||||||
# model_provider = "openai"
|
# model_provider = "openai"
|
||||||
|
|
||||||
view_image_tool = true
|
view_image_tool = true
|
||||||
web_search_request = true
|
web_search_request = true
|
||||||
|
personality = "pragmatic"
|
||||||
|
|
||||||
[model_providers.openrouter]
|
[model_providers.openrouter]
|
||||||
name = "OpenRouter"
|
name = "OpenRouter"
|
||||||
@@ -19,3 +20,6 @@ trust_level = "trusted"
|
|||||||
|
|
||||||
[projects."/home/chris/Code/Sites/starby"]
|
[projects."/home/chris/Code/Sites/starby"]
|
||||||
trust_level = "trusted"
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/chris/Code/Sites/updato"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|||||||
Submodule .config/nvim updated: 847c71a194...20d080e223
@@ -6,11 +6,4 @@ cfz $ZDOTDIR/.zshrc
|
|||||||
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
|
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
|
||||||
cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile
|
cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile
|
||||||
cfe ${XDG_CONFIG_HOME:-$HOME/.config}/shell/.env
|
cfe ${XDG_CONFIG_HOME:-$HOME/.config}/shell/.env
|
||||||
cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc
|
N $HOME/Tower/Notes
|
||||||
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
|
|
||||||
|
|||||||
@@ -35,11 +35,4 @@ cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \
|
|||||||
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
|
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
|
||||||
cfp="$EDITOR /home/chris/.config/shell/profile" \
|
cfp="$EDITOR /home/chris/.config/shell/profile" \
|
||||||
cfe="$EDITOR /home/chris/.config/shell/.env" \
|
cfe="$EDITOR /home/chris/.config/shell/.env" \
|
||||||
cfm="$EDITOR /home/chris/.config/mutt/muttrc" \
|
N="$EDITOR /home/chris/Tower/Notes" \
|
||||||
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" \
|
|
||||||
|
|||||||
@@ -34,11 +34,4 @@ hash -d cfz=/home/chris/.config/zsh/.zshrc
|
|||||||
hash -d cfa=/home/chris/.config/shell/aliasrc
|
hash -d cfa=/home/chris/.config/shell/aliasrc
|
||||||
hash -d cfp=/home/chris/.config/shell/profile
|
hash -d cfp=/home/chris/.config/shell/profile
|
||||||
hash -d cfe=/home/chris/.config/shell/.env
|
hash -d cfe=/home/chris/.config/shell/.env
|
||||||
hash -d cfm=/home/chris/.config/mutt/muttrc
|
hash -d N=/home/chris/Tower/Notes
|
||||||
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user