mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-05-26 00:55:13 -07:00
update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
model = "gpt-5.4-mini"
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
personality = "pragmatic"
|
||||
tool_output_token_limit = 25000
|
||||
@@ -24,6 +24,10 @@ js_repl = true
|
||||
[mcp_servers.deepwiki]
|
||||
url = "https://mcp.deepwiki.com/mcp"
|
||||
|
||||
[mcp_servers.anki]
|
||||
command = "npx"
|
||||
args = ["mcp-remote", "http://127.0.0.1:3141"]
|
||||
|
||||
[mcp_servers.backlog]
|
||||
command = "backlog"
|
||||
args = ["mcp", "start"]
|
||||
@@ -185,8 +189,29 @@ trust_level = "trusted"
|
||||
[projects."/home/sudacode/.config/rofi/scripts"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/sudacode/github/SubMiner"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/sudacode/github/SubMiner2"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/sudacode/github/SubMiner-launchmode"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/truenas/jellyfin/manga/raw/mangas/yotsubato"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/sudacode/.local/share/Anki2/addons21/124672614"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/sudacode/.local/share/Anki2"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[notice.model_migrations]
|
||||
"gpt-5.3-codex" = "gpt-5.4"
|
||||
|
||||
[plugins."github@openai-curated"]
|
||||
enabled = true
|
||||
|
||||
[tui.model_availability_nux]
|
||||
"gpt-5.5" = 4
|
||||
|
||||
Reference in New Issue
Block a user