Improve security
This commit is contained in:
7
core/management/commands/task_sync_worker.py
Normal file
7
core/management/commands/task_sync_worker.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from core.management.commands.codex_worker import Command as LegacyCodexWorkerCommand
|
||||
|
||||
|
||||
class Command(LegacyCodexWorkerCommand):
|
||||
help = "Process queued task-sync events for worker-backed providers (Codex + Claude)."
|
||||
Reference in New Issue
Block a user