refactor: drop --cd and simplify config lookup

This commit is contained in:
banteg
2025-12-29 18:15:05 +04:00
parent 4a2eafdc3f
commit f3f0a1fea3
5 changed files with 15 additions and 45 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from takopi.exec_bridge import CodexExecRunner
def test_run_serialized_serializes_same_session() -> None:
runner = CodexExecRunner(codex_cmd="codex", workspace=None, extra_args=[])
runner = CodexExecRunner(codex_cmd="codex", extra_args=[])
gate = asyncio.Event()
in_flight = 0
max_in_flight = 0