feat: update desktop workflows and app center

This commit is contained in:
inman
2026-05-13 19:14:56 +08:00
parent 20b5aff4ad
commit 7c8781a6e3
160 changed files with 55492 additions and 1423 deletions

View File

@@ -97,6 +97,7 @@ describe('Chat execution graph lifecycle', () => {
error: null,
sending: true,
activeRunId: 'run-live',
activeRunSessionKey: 'agent:main:main',
streamingText: '',
streamingMessage: {
role: 'assistant',
@@ -152,6 +153,7 @@ describe('Chat execution graph lifecycle', () => {
error: null,
sending: true,
activeRunId: 'run-starting',
activeRunSessionKey: 'agent:main:main',
streamingText: '',
streamingMessage: null,
streamingTools: [],