@@ -299,31 +299,36 @@ surface area and workflow, not about creating a second source of truth.
299299 full-text search across names, IDs, previews, and message content, match
300300 snippets, pinned sessions, cleaner metadata, readable transcripts, compact
301301 tool-output summaries, in-app chat continuation, safer non-interactive
302- approval handling, terminal resume, refresh-on-entry behavior, and remote
303- deletion.
302+ approval handling, preserved transcript scroll position when moving between
303+ Sessions and Terminal, terminal resume, refresh-on-entry behavior, and
304+ remote deletion.
304305- ` Cron Jobs `
305306 Browses the real Hermes cron definitions on the host, with create, edit,
306307 pause, resume, run-now, and delete actions, including agent jobs and
307308 script-only jobs that run host scripts without creating an agent turn. It
308309 shows the details that matter when you are actually running them: schedule,
309- model, skills, script, workdir, delivery target, and recent status.
310+ model, skills, script, workdir, delivery target, and recent status,
311+ including the newer all-connected-channels delivery option when the host
312+ supports it.
310313- ` Kanban `
311314 Opens the upstream Hermes Kanban workspace from the host-wide Kanban home:
312315 the default board at ` ~/.hermes/kanban.db ` , plus additional boards under
313316 ` ~/.hermes/kanban/boards/ ` when supported. It includes board selection,
314317 board creation and archive, task creation, search, filters, assignment,
315- dependency links, editable task metadata, comments, block, unblock, complete,
316- archive, delete, run and event history, worker log tailing, and dispatcher
317- nudging when the host supports it.
318+ dependency links, editable task metadata, triage-to-todo specify flows,
319+ per-task retry limits, comments, block, unblock, complete, archive, delete,
320+ run and event history, worker log tailing, and dispatcher nudging when the
321+ host supports it.
318322- ` Usage `
319323 Shows aggregate input and output token totals, top sessions, top models,
320324 recent session trends, and when available, a host-wide profile breakdown.
321325- ` Skills `
322326 Discovers and reads remote ` SKILL.md ` files from the local Hermes skills
323327 store plus configured ` skills.external_dirs ` , while keeping skill creation
324- and editing anchored to ` ~/.hermes/skills/ ` , with quick filtering,
325- companion folder awareness, optional folder scaffolding, and remote
326- conflict checks before save.
328+ and editing anchored to ` ~/.hermes/skills/ ` , with quick filtering across
329+ names, categories, tags, related skills, and platform metadata, companion
330+ folder awareness, optional folder scaffolding, and remote conflict checks
331+ before save.
327332- ` Terminal `
328333 Opens the real SSH shell inside the app, with multiple tabs, named theme
329334 presets, live background and text color tuning, and room for a genuinely
@@ -470,7 +475,8 @@ source of truth.
470475 behavior
471476- [x] a session workbench with pinned sessions, readable transcripts, compact
472477 tool-output summaries, in-app chat continuation, safer non-interactive
473- approval handling, and terminal resume
478+ approval handling, preserved transcript position across section switches,
479+ and terminal resume
474480- [x] a native Kanban workspace for upstream Hermes boards, including board
475481 selection, board creation and archive, task creation, status actions,
476482 assignment, dependency links, editable task metadata, comments, run/event
@@ -528,7 +534,7 @@ To create the GitHub Releases archive:
528534For release-candidate packaging, you can stamp an explicit version:
529535
530536``` bash
531- HERMES_VERSION=0.7.1 ./scripts/package-github-release.sh
537+ HERMES_VERSION=0.7.2 ./scripts/package-github-release.sh
532538```
533539
534540Release artifacts:
0 commit comments