feat: support explicit live demo launch

This commit is contained in:
lda
2026-07-12 10:49:56 +07:00 Verified
parent ad8c011351
commit b1fed7ebf8
4 changed files with 47 additions and 5 deletions
@@ -191,6 +191,7 @@ describe("OperatorChat", () => {
timelineAgent={{
messages: [],
canRun: true,
canRunLive: true,
runLabel: "Run prepared workflow",
runPreparedWorkflow,
submitSelectedIssues: vi.fn(async () => {}),
@@ -236,6 +237,7 @@ describe("OperatorChat", () => {
timelineAgent={{
messages: [],
canRun: false,
canRunLive: false,
runLabel: "Run prepared workflow",
runPreparedWorkflow: vi.fn(async () => {}),
submitSelectedIssues,