@@ -298,13 +298,15 @@ surface area and workflow, not about creating a second source of truth.
298298 Reads the real remote session store from ` ~/.hermes/state.db ` , with
299299 full-text search across names, IDs, previews, and message content, match
300300 snippets, pinned sessions, cleaner metadata, readable transcripts, compact
301- tool-output summaries, in-app chat continuation, terminal resume,
302- refresh-on-entry behavior, and remote deletion.
301+ tool-output summaries, in-app chat continuation, safer non-interactive
302+ approval handling, terminal resume, refresh-on-entry behavior, and remote
303+ deletion.
303304- ` Cron Jobs `
304305 Browses the real Hermes cron definitions on the host, with create, edit,
305- pause, resume, run-now, and delete actions, plus the details that matter when
306- you are actually running them: schedule, model, skills, delivery target, and
307- recent status.
306+ pause, resume, run-now, and delete actions, including agent jobs and
307+ script-only jobs that run host scripts without creating an agent turn. It
308+ shows the details that matter when you are actually running them: schedule,
309+ model, skills, script, workdir, delivery target, and recent status.
308310- ` Kanban `
309311 Opens the upstream Hermes Kanban workspace from the host-wide Kanban home:
310312 the default board at ` ~/.hermes/kanban.db ` , plus additional boards under
@@ -425,9 +427,12 @@ It runs Hermes on the selected host over SSH.
425427
426428Starting a new chat uses the remote ` hermes chat ` path. Continuing a session
427429uses ` hermes --resume <session-id> chat ` , with the selected Hermes profile
428- preserved when one is active. If Hermes asks for command approval during a
429- non-interactive turn, the app stops and tells you to retry that turn with
430- auto-approve enabled or continue manually in Terminal.
430+ preserved when one is active. If Hermes requests command approval during a
431+ non-interactive chat turn, Hermes Desktop cannot collect a manual approval
432+ inside the chat. When Hermes can handle the denial and continue, the transcript
433+ shows Hermes' normal response. If the turn cannot continue usefully, the app
434+ shows an approval-needed message and lets you retry with auto-approve enabled
435+ or resume the session in Terminal to review the command yourself.
431436
432437### Why do I still need SSH working in Terminal first?
433438
@@ -464,19 +469,21 @@ source of truth.
464469 message-content search, match snippets, deletion, and refresh-on-entry
465470 behavior
466471- [x] a session workbench with pinned sessions, readable transcripts, compact
467- tool-output summaries, in-app chat continuation, and terminal resume
472+ tool-output summaries, in-app chat continuation, safer non-interactive
473+ approval handling, and terminal resume
468474- [x] a native Kanban workspace for upstream Hermes boards, including board
469475 selection, board creation and archive, task creation, status actions,
470476 assignment, dependency links, editable task metadata, comments, run/event
471- history, worker log visibility, and dispatcher nudging
477+ history, recovery actions, worker log visibility, and dispatcher nudging
472478- [x] a usage dashboard with aggregate token totals, top sessions, top models,
473479 trends, and host-wide multi-profile totals when available
474480- [x] native skill workflows for discovering, inspecting, creating, and editing
475481 remote ` SKILL.md ` files from the Hermes skills store, with support for
476482 configured external discovery directories and local write precedence
477483- [x] profile-aware host workflows aligned with Hermes Agent profiles on the
478484 same SSH target
479- - [x] native cron job workflows for the canonical remote scheduler state
485+ - [x] native cron job workflows for the canonical remote scheduler state,
486+ including agent jobs and script-only host jobs
480487- [x] a real embedded SSH terminal with tabs, named theme presets, live color
481488 controls, and coherent multi-profile workspace behavior
482489- [x] English, Simplified Chinese, and Russian localization resources packaged
@@ -521,7 +528,7 @@ To create the GitHub Releases archive:
521528For release-candidate packaging, you can stamp an explicit version:
522529
523530``` bash
524- HERMES_VERSION=0.7.0 ./scripts/package-github-release.sh
531+ HERMES_VERSION=0.7.1 ./scripts/package-github-release.sh
525532```
526533
527534Release artifacts:
0 commit comments