herm-tui 1.0.0 → 1.1.0
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/README.md +1 -0
- package/index.js +456 -6679
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,7 @@ Herm needs a working [Hermes Agent](https://github.com/NousResearch/hermes-agent
|
|
|
20
20
|
```bash
|
|
21
21
|
bunx herm-tui # try without installing
|
|
22
22
|
bun add -g herm-tui # stable
|
|
23
|
+
npm i -g herm-tui # also fine
|
|
23
24
|
bun add -g herm-tui@next # bleeding edge (every dev push)
|
|
24
25
|
herm # fresh session
|
|
25
26
|
herm -c # resume last session
|