DB addition

This commit is contained in:
2026-01-16 09:33:30 +00:00
parent 3720b6ad80
commit 642ba643ad
25 changed files with 1037 additions and 416 deletions

30
settings.json Normal file
View File

@@ -0,0 +1,30 @@
{
"ssh_connections": [
{
"host": "192.168.11.7",
"username": "connor",
"args": [],
"projects": [
{
"paths": ["/home/connor/repos/cursebreaker-parser-rust"]
}
],
"nickname": "connor-mini"
}
],
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
},
"agent_servers": {
"Grok Build Agent": {
"type": "custom",
"command": "/usr/bin/grok",
"args": ["agent", "--yolo", "stdio"],
"env": {}
}
}
}