openhermes 1.5.0 → 1.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/bootstrap.mjs +0 -4
- package/package.json +1 -1
package/bootstrap.mjs
CHANGED
|
@@ -143,10 +143,6 @@ export const BootstrapPlugin = async ({ client, directory }) => {
|
|
|
143
143
|
const existingCommands = config.command ?? {}
|
|
144
144
|
const existingAgents = { ...(config.agent ?? {}) }
|
|
145
145
|
|
|
146
|
-
if (existingAgents.build && typeof existingAgents.build === "object") {
|
|
147
|
-
existingAgents.build = { ...existingAgents.build, mode: "subagent", hidden: true }
|
|
148
|
-
}
|
|
149
|
-
|
|
150
146
|
config.command = {
|
|
151
147
|
...existingCommands,
|
|
152
148
|
"build-fix": { agent: "build-error-resolver", description: "Fix build and TypeScript errors", subtask: true, template: ct("build-fix.md") },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openhermes",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.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",
|