prior-cli 1.5.8 → 1.5.9

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.
Files changed (2) hide show
  1. package/bin/prior.js +12 -0
  2. package/package.json +1 -1
package/bin/prior.js CHANGED
@@ -60,6 +60,18 @@ const THINK_LABELS = [
60
60
  'figuring it out…',
61
61
  'on it…',
62
62
  'analyzing…',
63
+ 'tapping into prior…',
64
+ 'syncing with the network…',
65
+ 'loading prior brain…',
66
+ 'consulting the feed…',
67
+ 'running it through synapse…',
68
+ 'give me a sec…',
69
+ 'doing the math…',
70
+ 'don\'t rush me…',
71
+ 'querying the void…',
72
+ 'prior is on it…',
73
+ 'booting up neurons…',
74
+ 'asking the BEN group…',
63
75
  ];
64
76
 
65
77
  function spinStart(label = '') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prior-cli",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "Prior Network AI — command-line interface",
5
5
  "bin": {
6
6
  "prior": "bin/prior.js"