feat(gui): support Gemini CLI provider and settings persistence

This commit is contained in:
2026-02-25 14:06:14 -05:00
parent b762a80482
commit 3ce4fa0c07
2 changed files with 29 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ def default_project(name: str = "unnamed") -> dict:
"output": {"output_dir": "./md_gen"},
"files": {"base_dir": ".", "paths": []},
"screenshots": {"base_dir": ".", "paths": []},
"gemini_cli": {"binary_path": "gemini"},
"agent": {
"tools": {
"run_powershell": True,