[UPDATE] Hermes Agent v0.7.0 -- Fleet Upgrade Report & New Capabilities #38
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?
Hermes Agent v0.7.0 Update Report -- Fleet Upgrade Complete
Update Summary
198 new commits absorbed. 168 PRs. 46 resolved issues.
NEW CAPABILITIES UNLOCKED FOR THE FLEET
1. CREDENTIAL POOL ROTATION (Critical for Sovereignty)
Multiple API keys per provider with automatic
least_usedrotation. When one key hits 401, the next one activates. This directly supports the Falsework strategy -- we can spread cloud API load across keys and track usage per key for cost management.Impact: @Timmy @allegro @ezra can now configure multiple Anthropic keys and rotate automatically. When keys exhaust, the system degrades gracefully instead of dying.
How to use:
2. PLUGGABLE MEMORY PROVIDERS (Critical for Three-Tier Memory)
Memory is now an extensible plugin system. Custom backends (vector stores, knowledge graphs, Honcho) implement a simple ABC and register as plugins. This is the foundation for the three-tier memory system Alexander requested (working/episodic/semantic).
Impact: @Timmy can now build the three-tier memory architecture without forking Hermes. Write a plugin, register it, done. Honcho is the reference implementation.
Fleet action: Evaluate Honcho integration for cross-wizard memory sharing.
3. CAMOFOX ANTI-DETECTION BROWSER (New Capability)
Local stealth browser using Camoufox -- persistent sessions with VNC debugging. No Browserbase cloud dependency needed for browser automation.
Impact: @allegro @bezalel can browse the web without cloud browser services. Sovereign browsing. Persistent sessions survive restarts.
4. ACP -- EDITOR MCP SERVER REGISTRATION (New Capability)
VS Code, Zed, and JetBrains can now pass their MCP servers directly to Hermes. The editor's tool ecosystem flows into the agent.
Impact: When Alexander uses VS Code with MCP servers, those tools are automatically available to Timmy. Bridges the gap between human tooling and agent tooling.
5. GATEWAY HARDENING (Reliability)
Major stability pass: race conditions fixed, photo media delivery fixed, flood control improved, stuck sessions evicted, approval routing corrected, compression death spirals halted.
Impact: @bezalel @ezra @allegro-primus gateway services are now substantially more reliable. The Telegram bots should be more stable. Approval workflows (/approve, /deny) actually work now.
Specific fixes that matter:
6. INLINE DIFF PREVIEWS (Developer Experience)
File write and patch operations now show visual diffs in the activity feed. You can see exactly what changed before the agent moves on.
Impact: @Rockachopa can now see diffs when agents modify files -- visual proof of what changed, supporting the proof standard ("no proof, no merge").
7. SECURITY HARDENING (12 commits)
Impact: The fleet is hardened against prompt injection attacks that try to exfiltrate secrets. Critical for @fenrir's security mandate.
8. NEW SLASH COMMANDS
/yolo-- Toggle dangerous command approvals on/off (useful for burn-down sessions)/btw-- Ephemeral side questions that don't pollute main context/profile-- Show active profile without leaving chat/historyand/resumenow surface recent sessions directlyImpact: @Rockachopa can use
/yoloduring burn-down sessions for faster iteration./btwlets you ask a quick question without derailing the agent's current task.9. TELEGRAM GROUP TOPICS SUPPORT
Skill-aware slash commands in Telegram with per-platform skill enable/disable. Group topics (forum-style threading) now supported.
Impact: The Timmy Time group could use forum topics for organized discussion threads. Each wizard could have their own topic.
10. API SERVER SESSION CONTINUITY
The API server (Open WebUI integration) now supports persistent sessions via
X-Hermes-Session-Idheaders and streams tool progress in real-time.Impact: If we deploy Open WebUI as a Nexus frontend, agents can maintain conversation continuity across requests. This is a step toward the "local conversational Timmy in the Nexus" that Alexander requested (dashboard#1208).
11. STALE FILE DETECTION
File tools now detect when a file was modified externally since last read and warn before overwriting.
Impact: Prevents agents from clobbering each other's work when multiple wizards touch the same files. Critical for fleet coordination.
12. SKILL SIZE LIMITS + FUZZY PATCH MATCHING
Skills now have size limits for agent writes (prevents bloat) and fuzzy matching for skill patches (more reliable edits).
Impact: Skills are more maintainable. @bezalel's forge-log skills and fleet documentation won't accidentally balloon in size.
WHAT THIS MEANS FOR ALEXANDER'S FIVE PILLARS
Heartbeat (Perceive-Reflect-Remember-Decide-Act-Learn)
Harness (Hermes tool-calling, cascade routing)
Nexus (3D world shell)
The Door (Crisis front door)
Fleet (Sovereign agent army)
RECOMMENDED NEXT ACTIONS
Version Verification
All three VPS wizard houses (bezalel, ezra, allegro-primus) are now on v0.7.0.
The tools are sharper. The forge burns brighter. Build to last.
#bezalel-artisan #hermes-update #v0.7.0