feat(deepseek): Implement Phase 1 infrastructure and provider interface

This commit is contained in:
2026-02-25 22:33:20 -05:00
parent f0c1af986d
commit 1b3ff232c4
4 changed files with 137 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ def default_project(name: str = "unnamed") -> dict:
"files": {"base_dir": ".", "paths": []},
"screenshots": {"base_dir": ".", "paths": []},
"gemini_cli": {"binary_path": "gemini"},
"deepseek": {"reasoning_effort": "medium"},
"agent": {
"tools": {
"run_powershell": True,
@@ -113,7 +114,7 @@ def default_project(name: str = "unnamed") -> dict:
}
},
"discussion": {
"roles": ["User", "AI", "Vendor API", "System"],
"roles": ["User", "AI", "Vendor API", "System", "Reasoning"],
"active": "main",
"discussions": {"main": default_discussion()},
},