@synergenius/flow-weaver-pack-weaver 0.9.83 → 0.9.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3292,8 +3292,8 @@ function SwarmDashboard() {
|
|
|
3292
3292
|
},
|
|
3293
3293
|
!hasContent && !loading && React11.createElement(EmptyState3, {
|
|
3294
3294
|
icon: "smartToy",
|
|
3295
|
-
message: "
|
|
3296
|
-
description: "
|
|
3295
|
+
message: "No tasks yet",
|
|
3296
|
+
description: "Create tasks below or ask the AI assistant to create them for you."
|
|
3297
3297
|
}),
|
|
3298
3298
|
hasContent && React11.createElement(task_pool_list_default, {
|
|
3299
3299
|
tasks,
|
|
@@ -3589,7 +3589,7 @@ function SwarmDashboard() {
|
|
|
3589
3589
|
description: "Profiles define how bots behave. Start the swarm to create defaults, or create one below."
|
|
3590
3590
|
}),
|
|
3591
3591
|
// ── Routing / Decision Log (inside scrollable area) ──
|
|
3592
|
-
|
|
3592
|
+
React11.createElement(decision_log_default, {
|
|
3593
3593
|
decisions: orchestratorDecisions
|
|
3594
3594
|
})
|
|
3595
3595
|
),
|
package/package.json
CHANGED
|
@@ -389,8 +389,8 @@ function SwarmDashboard() {
|
|
|
389
389
|
},
|
|
390
390
|
!hasContent && !loading && React.createElement(EmptyState, {
|
|
391
391
|
icon: 'smartToy',
|
|
392
|
-
message: '
|
|
393
|
-
description: '
|
|
392
|
+
message: 'No tasks yet',
|
|
393
|
+
description: 'Create tasks below or ask the AI assistant to create them for you.',
|
|
394
394
|
}),
|
|
395
395
|
|
|
396
396
|
hasContent && React.createElement(TaskPoolList, {
|
|
@@ -648,7 +648,7 @@ function SwarmDashboard() {
|
|
|
648
648
|
}),
|
|
649
649
|
|
|
650
650
|
// ── Routing / Decision Log (inside scrollable area) ──
|
|
651
|
-
|
|
651
|
+
React.createElement(DecisionLog, {
|
|
652
652
|
decisions: orchestratorDecisions as unknown[],
|
|
653
653
|
}),
|
|
654
654
|
),
|