fix(logging): resolve logging_compat keyword arg conflicts

- Fix logging_compat._log() to handle extra keyword arguments properly
- Update config.py, main.py, and test_bans.py for compatibility
- Update Tasks.md and runner.csx
This commit is contained in:
2026-05-10 15:54:00 +02:00
parent 7ec80fdeec
commit 96ce516ecf
6 changed files with 40 additions and 23 deletions

View File

@@ -102,7 +102,7 @@ for (int i = 0; i < items.Count; i++)
// Step 1 — run the task prompt
await RunCopilot(Enumerable.Empty<string>(), $"/caveman full");
await RunCopilot(new[] { "--continue" }, $"read ./Docs/Instructions.md. {item}");
await RunCopilot(new[] { "--continue" }, $"read ./Docs/Instructions.md. fix the following test and only that one {item}");
if (cts.IsCancellationRequested) break;
// Step 2 — confirm completion in the same chat session