🚀 Initial commit: Rose's custom WebUI with modernization + agent attribution

This commit is contained in:
Rose
2026-04-20 10:36:59 +02:00
parent 3bdf430413
commit 99dd1f57ae
118 changed files with 41900 additions and 0 deletions

17
settings.json Normal file
View File

@@ -0,0 +1,17 @@
{
"default_model": "qwen/qwen3.5-35b-a3b",
"default_workspace": "/Users/rose/workspace",
"onboarding_completed": true,
"send_key": "enter",
"show_token_usage": true,
"show_cli_sessions": true,
"sync_to_insights": true,
"check_for_updates": true,
"theme": "light",
"language": "de",
"bot_name": "Sabo",
"sound_enabled": false,
"notifications_enabled": false,
"bubble_layout": true,
"password_hash": ""
}