This commit is contained in:
team3
2026-07-07 02:25:29 +02:00
parent 41f96330fd
commit f2bc6bcedb
5 changed files with 92 additions and 51 deletions

View File

@@ -218,7 +218,7 @@ async def test_opencode_cmd_sets_title(monkeypatch):
"""Der Agent-Key wird Session-Titel — der Join-Schlüssel fürs Token-Logging."""
seen = {}
async def fake_comm(agent_key, cmd, stdin, timeout, stagger=False, on_line=None, label="", env=None):
async def fake_comm(agent_key, cmd, stdin, timeout, stagger=False, on_line=None, label="", env=None, est_kb=None):
seen["cmd"] = cmd
return 0, "", ""