diff --git a/docs/openapi.json b/docs/openapi.json index 262f639..a984b28 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -10,7 +10,7 @@ "license": { "name": "Apache-2.0" }, - "version": "0.3.0" + "version": "0.3.1" }, "servers": [ { diff --git a/factory/packages/frontend/src/components/mock-layout.tsx b/factory/packages/frontend/src/components/mock-layout.tsx index 46402a7..5fdff9d 100644 --- a/factory/packages/frontend/src/components/mock-layout.tsx +++ b/factory/packages/frontend/src/components/mock-layout.tsx @@ -352,7 +352,7 @@ const TranscriptPanel = memo(function TranscriptPanel({ const changeModel = useCallback( (model: ModelId) => { if (!promptTab) { - throw new Error(`Unable to change model for handoff ${handoff.id} without an active prompt tab`); + throw new Error(`Unable to change model for task ${handoff.id} without an active prompt tab`); } void handoffWorkbenchClient.changeModel({ @@ -487,7 +487,9 @@ const TranscriptPanel = memo(function TranscriptPanel({ }} >
Sessions are where you chat with the agent. Start one now to send the first prompt on this handoff.
++ Sessions are where you chat with the agent. Start one now to send the first prompt on this task. +
) : null} @@ -1302,7 +1306,7 @@ export function WorkspaceDashboard({ workspaceId, selectedHandoffId, selectedRep >