31 lines
710 B
JSON
31 lines
710 B
JSON
{
|
|
"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": {}
|
|
}
|
|
}
|
|
}
|