fix: configure codex with a longer timeout

refactor: param names
This commit is contained in:
Fahad
2025-10-21 10:35:44 +04:00
parent 04132f1459
commit d2773f488a
47 changed files with 232 additions and 194 deletions

View File

@@ -37,7 +37,7 @@ async def test_clink_tool_execute(monkeypatch):
"prompt": "Summarize the project",
"cli_name": "gemini",
"role": "default",
"files": [],
"absolute_file_paths": [],
"images": [],
}
@@ -85,7 +85,7 @@ async def test_clink_tool_defaults_to_first_cli(monkeypatch):
arguments = {
"prompt": "Hello",
"files": [],
"absolute_file_paths": [],
"images": [],
}
@@ -124,7 +124,7 @@ async def test_clink_tool_truncates_large_output(monkeypatch):
arguments = {
"prompt": "Summarize",
"cli_name": tool._default_cli_name,
"files": [],
"absolute_file_paths": [],
"images": [],
}
@@ -165,7 +165,7 @@ async def test_clink_tool_truncates_without_summary(monkeypatch):
arguments = {
"prompt": "Summarize",
"cli_name": tool._default_cli_name,
"files": [],
"absolute_file_paths": [],
"images": [],
}