@synergenius/flow-weaver-pack-weaver 0.9.84 → 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: "Swarm not started",
3296
- description: "Start the swarm to begin processing tasks, or create tasks below."
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergenius/flow-weaver-pack-weaver",
3
- "version": "0.9.84",
3
+ "version": "0.9.85",
4
4
  "description": "AI bot for Flow Weaver. Execute tasks, run workflows, evolve autonomously.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -389,8 +389,8 @@ function SwarmDashboard() {
389
389
  },
390
390
  !hasContent && !loading && React.createElement(EmptyState, {
391
391
  icon: 'smartToy',
392
- message: 'Swarm not started',
393
- description: 'Start the swarm to begin processing tasks, or create tasks below.',
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, {
@@ -770,4 +770,3 @@ function SwarmDashboard() {
770
770
  export { SwarmDashboard };
771
771
  export default SwarmDashboard;
772
772
  module.exports = SwarmDashboard;
773
- // auto-upgrade test marker: 1774634347