feat: add remote workspaces and verified deliverables

This commit is contained in:
wuyang
2026-07-26 12:58:04 +08:00
parent 37f83eaac7
commit 0b4d799216
30 changed files with 1595 additions and 55 deletions
-1
View File
@@ -155,7 +155,6 @@ def test_work_stream_never_emits_delta_tool_calls(settings, identity_jwt) -> Non
)
assert response.status_code == 200
assert "work complete" in response.text
assert "tool_calls" in response.text # rendered Work status details
for line in response.text.splitlines():
if line.startswith("data: {"):
chunk = json.loads(line.removeprefix("data: "))