feat(deepseek): Implement Phase 1 infrastructure and provider interface
This commit is contained in:
@@ -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()},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user