Skip to content

v1.64.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 09:25
· 27 commits to main since this release
a2108f1

1.64.0 (2026-06-08)

Bug Fixes

  • hermes: discover the agent's container working dir instead of hardcoding /root (26608e6)
  • hermes: drop the workspace bind-mount; restore clean docker container (e8dbae7)
  • hermes: key the shared-files workspace by agentId (match MCP tools) (d06c434)
  • hermes: map docker workspace to /workspace so cwd == host workspace (3bbacf8)
  • hermes: map Hermes-native run events (verified against live gateway) (6867850)
  • hermes: mount workspace at /home/hermes (the real container home) (e2a0210)
  • hermes: mount workspace at /root (the agent's verified working dir) (f648928)
  • hermes: mount workspace at the container workdir (/home/ubuntu) (c64ae2f)
  • hermes: pass conversation_history so advanced mode has multi-turn memory (a01aa16)
  • hermes: run sandbox as root in /root + container discovery fallback (c1188f3)
  • removed rate limit functionality from agents as this is handled via litellm proxy (9174cef)
  • removed rate limit functionality from agents as this is handled via litellm proxy (7c41acd)
  • tools: resolve ExuluTool.execute lookup by sanitizeToolName + readable tool errors (b8330e3)
  • typescript errors (5df6bae)

Features

  • budgets: tag-based budget management via LiteLLM (e99a07a)
  • hermes: files panel talks to the sandbox container directly (docker exec/cp) (1b0a3f3)
  • hermes: mcp shared-file tools (agent <-> files panel, one folder) (f13d63e)
  • hermes: phase 0+1 install gating, gateway pool, profile provisioner (21087d5)
  • hermes: phase 2 run-stream adapter + advanced-mode route branch (fb9f622)
  • hermes: phase 3 — expose ExuluTools to gateways over HTTP MCP (7350cc4)
  • hermes: phase 4 — sync enabled Exulu skills into the profile (acd0423)
  • hermes: phase 6 backend — surface profile skills via RBAC-gated API (60ba673)
  • hermes: phase 7 — isolate native tools via Hermes docker backend (e58a122)
  • hermes: seed SOUL.md guidance to use the shared-file tools (69de0ed)
  • hermes: smart approvals + sandboxed terminal cwd in profiles (d6f7899)
  • hermes: stateful tool-call streaming in the run adapter (4f7eb8d)
  • hermes: workspace-files API (local-direct, reuses the session-files UI) (12db81e)