@hamp10/agentforge 0.2.19 → 0.2.20

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.
package/bin/agentforge.js CHANGED
@@ -735,15 +735,18 @@ program
735
735
  console.log('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
736
736
  console.log('✅ Setup complete!');
737
737
  console.log('');
738
- console.log(' Run this to start your worker:');
738
+ console.log(' Start your worker:');
739
739
  console.log('');
740
740
  console.log(' agentforge start');
741
741
  console.log('');
742
- console.log(' Run this to check your health:');
742
+ console.log(' Then open your dashboard:');
743
743
  console.log('');
744
- console.log(' agentforge doctor');
744
+ console.log(' https://agentforgeai-production.up.railway.app/dashboard');
745
745
  console.log('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
746
746
  console.log('');
747
+
748
+ // Open the dashboard in their browser so they land there immediately
749
+ try { execSync('open https://agentforgeai-production.up.railway.app/dashboard'); } catch {}
747
750
  });
748
751
 
749
752
  // ── Browser helpers ──────────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hamp10/agentforge",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "AgentForge worker — connect your machine to agentforge.ai",
5
5
  "type": "module",
6
6
  "bin": {