feat: add remote workspaces and verified deliverables
This commit is contained in:
@@ -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: "))
|
||||
|
||||
Reference in New Issue
Block a user