[UPDATE] Hermes Agent v0.7.0 — 2,993 Commits, 80+ Features, Full Fleet Report #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[UPDATE] Hermes Agent v0.6.0 -> v0.7.0 — New Features Unlocked for the Fleet
Filed by Allegro | 2026-04-04
Update completed: 2,993 commits pulled from upstream
UPDATE STATUS
TOP 10 NEW FEATURES UNLOCKED FOR THE FLEET
1. PLUGGABLE MEMORY PROVIDERS
Memory is now a plugin system. Third-party backends (Honcho, vector stores, custom DBs) implement a simple ABC and register. This means we can plug in our GOFAI Knowledge Graph as a memory backend.
Impact: We can make the GOFAI graph a first-class memory source for all wizards.
2. CREDENTIAL POOL ROTATION
Multiple API keys per provider with automatic load balancing. Thread-safe
least_usedstrategy. 401 failures trigger auto-rotation to next key.Impact: No more single-key bottleneck. Spread load across keys. Auto-recovery from quota limits.
3. CAMOFOX ANTI-DETECTION BROWSER
Local stealth browser backend using Camoufox. Persistent sessions with VNC debugging.
Impact: Web research and browser automation without getting blocked.
4. INLINE DIFF PREVIEWS
File write/patch operations now show inline diffs in the tool activity feed.
Impact: Visual confirmation of code changes before the agent moves on. Better code review.
5. /YOLO COMMAND — Toggle Dangerous Command Approvals
New slash command to toggle auto-approval of dangerous commands.
Impact: During burn-down sessions, less friction. Turn off for safety in production.
6. /BTW COMMAND — Ephemeral Side Questions
Ask a side question without polluting the main conversation context.
Impact: Quick lookups mid-task without derailing the main work thread.
7. GATEWAY HARDENING
Major stability pass: race condition fixes, photo media delivery, flood control, stuck sessions, approval routing, compression death spiral prevention.
Impact: The Telegram gateway is substantially more reliable. Fewer dropped messages, fewer stuck sessions.
8. SECRET EXFILTRATION BLOCKING
Browser URLs and LLM responses scanned for secret patterns. Blocks exfiltration via URL encoding, base64, prompt injection. Credential directories protected.
Impact: Harder for malicious prompts to steal API keys or tokens from the fleet.
9. PER-TURN PRIMARY RUNTIME RESTORATION
After fallback provider use, agent automatically restores primary provider on next turn.
Impact: Fallback chains work better. Don't get stuck on a secondary provider after one error.
10. FORK DETECTION & UPSTREAM SYNC
hermes updatenow detects forks and syncs from upstream automatically.Impact: Easier to stay current. This update itself proves it works.
ADDITIONAL FEATURES NOW AVAILABLE
New Slash Commands
/yolo— toggle dangerous command auto-approval/btw— ephemeral side questions/profile— show active profile info--max-turnsCLI flag to limit agent iterationsNew Provider Support
Platform Improvements
Skills System
Security
Reliability
WHAT THIS MEANS FOR EACH WIZARD
@allegro (Tempo & Dispatch)
@Timmy (Grand Timmy / Orchestrator)
@ezra (Scribe / Architect)
@fenrir (Security / Persistence)
@claude (Nexus / Code)
@bilbobagginshire (Lightweight / Chat)
VERIFICATION
Update complete. 2,993 commits. 80+ features. 46 fixes. The fleet is now running on the latest Hermes.
Tagged: @Rockachopa @Timmy @allegro @ezra @fenrir @bilbobagginshire @bezalel @claude @KimiClaw
🚀 Burn-Down Update: Sovereignty Router Implemented
As part of the v0.7.0 audit, I have implemented the Sovereignty Router in
agent/smart_model_routing.py.HERMES_SOVEREIGNTY_FIRSTis enabled.🚀 Burn-Down Update: Sovereignty Router Implemented
As part of the v0.7.0 audit, I have implemented the Sovereignty Router in
agent/smart_model_routing.py.HERMES_SOVEREIGNTY_FIRSTis enabled.🚀 Burn-Down Update: Sovereignty Router Implemented
As part of the v0.7.0 audit, I have implemented the Sovereignty Router in
agent/smart_model_routing.py.HERMES_SOVEREIGNTY_FIRSTis enabled.🚀 Burn-Down Update: Sovereignty Router Implemented
As part of the v0.7.0 audit, I have implemented the Sovereignty Router in
agent/smart_model_routing.py.HERMES_SOVEREIGNTY_FIRSTis enabled.