[Sync] llm stuff

This commit is contained in:
Coja
2026-09-17 20:58:21 +02:00
parent ed7e34552d
commit d8f6b30e2c
52 changed files with 2233 additions and 237 deletions
+15 -1
View File
@@ -1,4 +1,18 @@
{
"$schema": "https://opencode.ai/tui.json",
"theme": "lucent-orng"
"theme": "lucent-orng",
"plugin": [["./tui-plugins/verbose.ts", { "key": "<leader>v" }]],
"leader_timeout": 1500,
"diff_style": "stacked",
"cursor": { "style": "block", "blinking": false },
"attention": { "enabled": true, "notifications": true, "sound": false },
"keybinds": {
"prompt_stash": "<leader>p",
"prompt_stash_pop": "<leader>o",
"session_fork": "<leader>f",
"messages_last_user": "<leader>k",
"display_thinking": "<leader>i",
"tool_details": "<leader>d",
"session_toggle_timestamps": "<leader>w"
}
}