openhermes 2.5.0 → 2.5.1
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 +2 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,16 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
-
```bash
|
|
16
|
-
npm i openhermes
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
**One install. Your agent gains a personality, memory, 25 specialist subagents, 28 commands, structured handoff protocol, and the discipline to self-improve.**
|
|
20
|
-
|
|
21
15
|
```json
|
|
22
16
|
{ "plugin": ["openhermes"] }
|
|
23
17
|
```
|
|
24
18
|
|
|
19
|
+
**One line. Your agent gains a personality, memory, 25 specialist subagents, 28 commands, structured handoff protocol, and the discipline to self-improve.**
|
|
20
|
+
|
|
25
21
|
No Python. No Docker. No cron. No database. Just Node.js and your existing OpenCode runtime.
|
|
26
22
|
|
|
27
23
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openhermes",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "OpenHermes plugin suite for OpenCode — autonomous checkpointing, native memory tools, subagent routing, slash commands, and skill-candidate detection.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|