You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### 🚀 Features
8
8
9
+
- Support Hermes (and superbuilder) agents: `agents create --engine <openclaw|hermes|superbuilder>`, plus `--user-name`/`--user-email` and `--channels` (JSON) for configuring channels at creation
10
+
- Add `agents engines` to list the agent engines enabled for the deployment
11
+
- Surface each agent's `engine` in `agents list`/`get`, and per-engine version data in `agents versions`
12
+
-`agents channels configure`: add `--enabled` and `--skip-restart`
13
+
-`agents tasks create`/`update`: add `--skill` to scope skills to a task
9
14
- Add `agents templates refs` and `agents templates search-refs` to list/search branches and tags for a repo
10
15
- Support submitting/updating templates from a subdirectory via `--path` (monorepos)
11
16
- Support `--name`/`--slug` overrides when submitting templates
@@ -15,6 +20,7 @@ All notable changes to this project will be documented in this file.
15
20
- Allow flags to be passed after positional arguments (e.g. `files get <id> --network public`); previously such flags were silently ignored
16
21
- Fix `agents templates update`/`submit`/`validate` for templates from a branch or subfolder: send the API's `ref` (with `path` for monorepos) instead of the removed `branch` field; `--branch`/`-b` remain as aliases for `--ref`
17
22
- Surface server error messages (including validation errors) for the templates API instead of a generic "server returned status N"
23
+
-`agents chat` now works with Hermes agents: Hermes sends assistant messages via `data.text` (whole message) instead of `data.delta` (streaming tokens), and the CLI was silently dropping anything without `delta`
0 commit comments