feat(conductor): Restore mma_implementation track
This commit is contained in:
@@ -275,7 +275,11 @@ class HookServer:
|
||||
self.thread = None
|
||||
|
||||
def start(self):
|
||||
if not getattr(self.app, 'test_hooks_enabled', False):
|
||||
if self.thread and self.thread.is_alive():
|
||||
return
|
||||
|
||||
is_gemini_cli = getattr(self.app, 'current_provider', '') == 'gemini_cli'
|
||||
if not getattr(self.app, 'test_hooks_enabled', False) and not is_gemini_cli:
|
||||
return
|
||||
|
||||
# Ensure the app has the task queue and lock initialized
|
||||
|
||||
Reference in New Issue
Block a user