Fixed workspace path mapping

Refactoring
Improved system prompts, more generalized
Home folder protection and detection
Retry logic for gemini
This commit is contained in:
Fahad
2025-06-14 00:26:59 +04:00
parent 26b22a1d53
commit 8ac5bbb5af
22 changed files with 1094 additions and 578 deletions

View File

@@ -227,7 +227,7 @@ if __name__ == "__main__":
]
# Special handling for clarification requests from local models
if "requires_clarification" in response.lower():
if "clarification_required" in response.lower():
if files_provided:
# If we provided actual files, clarification request is a FAILURE
self.logger.error(