diff --git a/matugen/files/config.toml b/matugen/files/config.toml index c325d29..d492460 100644 --- a/matugen/files/config.toml +++ b/matugen/files/config.toml @@ -50,10 +50,10 @@ post_hook = 'touch ~/.config/zellij/config.kdl && nohup ~/.config/matugen/script input_path = '~/.config/matugen/templates/jjui-theme.toml' output_path = '~/.config/jjui/themes/matugen.toml' -# [templates.nvim] -# input_path = '~/.config/matugen/templates/neovim.lua' -# output_path = '~/.config/nvim/lua/plugins/dankcolors.lua' -# post_hook = 'nohup ~/.config/matugen/scripts/sync-nvim-mac.sh >/dev/null 2>&1 &' +[templates.nvim] +input_path = '~/.config/matugen/templates/neovim.lua' +output_path = '~/.config/nvim/lua/plugins/dankcolors.lua' +post_hook = 'nohup ~/.config/matugen/scripts/sync-nvim-mac.sh >/dev/null 2>&1 &' [templates.pi] input_path = '~/.config/matugen/templates/pi-theme.json' diff --git a/pi/files/agent/settings.json b/pi/files/agent/settings.json index 81d2212..4a0c55a 100644 --- a/pi/files/agent/settings.json +++ b/pi/files/agent/settings.json @@ -1,8 +1,8 @@ { - "lastChangelogVersion": "0.56.0", - "defaultProvider": "opencode-go", - "defaultModel": "glm-5", - "defaultThinkingLevel": "minimal", + "lastChangelogVersion": "0.56.1", + "defaultProvider": "openrouter", + "defaultModel": "openai/gpt-5.3-codex", + "defaultThinkingLevel": "medium", "theme": "matugen", "lsp": { "hookMode": "edit_write"