In between commit, started on reworking README.org, stopped at line 1245

This commit is contained in:
2026-03-01 22:35:22 +01:00
parent 080828620b
commit 1fc17fe2cd
77 changed files with 4204 additions and 22 deletions
@@ -0,0 +1,29 @@
{
"agent": {
"default_model": {
"provider": "ollama",
"model": "starcoder2:15b"
},
"favorite_models": [],
"model_parameters": []
},
"auto_install_extensions": {
"catppuccin-icons": true,
"nix": true,
"rust": true,
"toml": true,
"org-mode": true
},
"icon_theme": "Catppuccin Mocha",
"language_models": {
"ollama": {
"api_url": "http://localhost:11434",
"auto_discover": true,
"context_window": 8192
}
},
"theme": {
"dark": "Catppuccin Mocha (blue)",
"light": "Catppuccin Mocha (blue)"
}
}