You're offline — showing cached data

Check for Hermes Agent updates

hermes-update-check
2026-06-13 06:11:02 SAST
← Back to Tasks

Weekly check (Mondays at 09:00) for new Hermes Agent versions.

If an update is available, it prints a clear message so the scheduler surfaces it. Does not auto-install — just notifies so we can review changelog and decide.

Mon at 09:000 9 * * 1
Yes
shell
60s
No
in 2d (2026-06-15 09:00)

Task Definition

tasks/hermes-update-check.md
shell
set
No
No
hermes --version > /tmp/hermes-current.txt 2>/dev/null && hermes update --check > /tmp/hermes-update.txt 2>&1 || echo 'Update check failed or not available' > /tmp/hermes-update.txt && python3 -c 'import os; c=open("/tmp/hermes-current.txt").read().strip() if os.path.exists("/tmp/hermes-current.txt") else "unknown"; u=open("/tmp/hermes-update.txt").read().strip(); print("Hermes update available! Current:",c+"\n"+u) if "new version" in u.lower() or "update available" in u.lower() else print("Hermes is up to date ("+c+")")'

Edit Schedule

Result:
1
Runs (7d)
1
Completed
0
Failed
0
Timeout
100%
Success (7d)
3s
Avg Duration
hermes maintenance update

Run History (1)

StartedFinishedStatusDurationOutputLog
5d ago 5d ago completed 3s
Hermes update available! Current: Hermes Agent v0.16.0 (2026.6.5) · upstream 0c67d401 Project: /home/lucienne/.hermes/he ...
View log

Comments (0)

No comments yet — add instructions for Luci
Help