Commit e86d362
committed
fix(onboard,doctor): don't install daemon without token; fix bot-status hint; show praisonaiagents version
- onboard: refuse to install daemon when no token was captured for
the selected platforms (previously it installed a broken service
that would crash-loop). Lists missing platforms and tells the user
to rerun onboard with credentials.
- onboard: daemon-install default flipped to YES when tokens are
present (matches hermes UX; previously default NO left bots
offline by default).
- onboard: final panel now references 'praisonai gateway status'
(real command) instead of 'praisonai bot status' (doesn't exist).
- doctor: resolve praisonaiagents version via importlib.metadata
(the package does not expose __version__), so the check no longer
reports 'praisonaiagents unknown installed'.1 parent 79b6796 commit e86d362
2 files changed
Lines changed: 31 additions & 5 deletions
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
100 | 109 | | |
101 | 110 | | |
102 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
428 | 445 | | |
429 | 446 | | |
430 | 447 | | |
| |||
435 | 452 | | |
436 | 453 | | |
437 | 454 | | |
438 | | - | |
| 455 | + | |
439 | 456 | | |
440 | 457 | | |
441 | 458 | | |
442 | 459 | | |
443 | 460 | | |
444 | 461 | | |
445 | | - | |
446 | | - | |
| 462 | + | |
| 463 | + | |
447 | 464 | | |
448 | 465 | | |
449 | 466 | | |
| |||
0 commit comments