realvco Docs

v2026.4.3 — The Resilience Release

Released: April 3, 2026 Theme: Resilience Breaking Changes: None


Core Highlights

1. Pluggable Memory Provider Interface

Swap in custom memory backends (e.g., Honcho, your own database) in place of the default memory system.

Meaning:

  • Enterprises can integrate existing knowledge bases
  • Memory can be shared across instances
  • Storage can be encrypted or regionalized

2. Same-Provider Credential Pool + Auto Rotation

Configure multiple API keys:

OpenAI API Keys Pool:
  - sk-key1...  (primary)
  - sk-key2...  (backup)
  - sk-key3...  (backup)

When the primary key rate-limits or authentication fails, Hermes automatically switches to the next key without service interruption.

Good for:

  • High-volume users avoiding rate limits
  • Splitting API key costs across accounts

3. Camofox Stealth Browser

A built-in stealth browser to avoid scraper blocks.

Legitimate uses:

  • Scraping public data
  • Competitive intelligence
  • Web archival

4. Inline Diff Preview for File Edits

When Vi edits a file, the diff renders inline in the conversation (like git diff) — approve, then write. Fewer mistakes.

5. 168 PRs and 46 Issues Closed

Substantial stability lift.


Upgrade Recommendations

  • High-volume users: upgrade — credential pool rotation avoids rate limits
  • Scraping workloads: upgrade and enable Camofox
  • Developers who have Vi edit files often: enjoy diff preview

← v2026.3.30 · v2026.4.8 →