Skip to content

Releases: hivementality-ai/hivemind

2026.04.20-rc

26 Apr 21:22
f9ab105

Choose a tag to compare

2026.04.20-rc Pre-release
Pre-release

What's Changed

Full Changelog: 2026.04.19-rc...2026.04.20-rc

2026.04.19-rc

24 Apr 22:16
edfbf25

Choose a tag to compare

2026.04.19-rc Pre-release
Pre-release

What's Changed

Full Changelog: 2026.04.18-rc...2026.04.19-rc

2026.04.18-rc

24 Apr 00:08
ec31227

Choose a tag to compare

2026.04.18-rc Pre-release
Pre-release

Re-tagged — finishes the rubyn-code token-saving port (#312 AutoCompact + Compactor + prompt-too-long recovery, #313 ContextBudget, #314 #compact hashtag, #315 ModelRouter auto-selection).

Fixes

  • #311 1h cache TTL + claude-code-20250219 beta (openclaw parity)
  • #310 task_manager move 422 — added transition_requested + pipeline_failed to TaskEvent enum
  • #308 Stay within Anthropic's 4 cache_control marker limit — rubyn/openclaw parity (OAuth uses all 4 markers, non-OAuth 3)
  • #307 Surface Agents::ToolLoop failures in ChatStreamJob instead of silently swallowing them

Features — rubyn-code token-saving port (finishes the #282 foundation)

  • #315 Agents::ModelRouter — auto-tier routing for Anthropic + OpenAI. Set an agent's model to auto and each chat turn picks cheap/mid/top based on keyword + recent-tool heuristics. Runtime-tunable via the model_router_rules Setting (JSON). Ollama + openai_compatible stay manual-only.
  • #314 #compact hashtag — user-triggered session compaction. Replaces the transcript with an LLM-generated continuity summary; preserves last 3 originals in session.metadata for recovery.
  • #313 Agents::ContextBudget — priority-based related-file loader for file_read. Loads primary + related files (spec first, then factory/service/model/…) up to 4k tokens; over-budget files fall back to signature-only extraction. Opt-in per call via load_related: true.
  • #312 Agents::AutoCompact + Compactor + prompt-too-long recovery — over-budget context gets summarized by Claude Haiku into a continuity message instead of hard-truncated. Over-context API errors trigger an auto-compact + retry automatically.
  • #309 Prompt-debug + SDK-proxy toggle on the Anthropic provider edit page
  • #282 Direct-API Anthropic agent loop with prompt caching + token-saving pipeline
  • #305 True sleep tool for agents
  • #301 Task hook 3-phase pipeline (Pre → Transition → Post)
  • #299 Browser sidecar — Python FastAPI with full interaction primitives
  • #294 Task ↔ Milestone linking
  • #306 Close task hook sessions on completion
  • #304 Remove hard 50-task limit from task_manager
  • #300 Prioritize task assignee over transitioning agent in hook dispatch
  • #291 Eliminate N+1 queries in SwarmExporter / AgentSerializer

Swarms (import/export/validation)

  • #293 Full round-trip integration test suite
  • #292 Workspace files, scheduled tasks & heartbeat config import/export (Task #209)
  • #289 Egress policy, tool loop config & budget limits import/export (Task #210)
  • #288 Channels, MCP servers & API integrations import/export (Task #208)
  • #287 Swarm import UI — upload, preview, conflict resolution & report (Task #205)
  • #286 SwarmExporter orchestrator, secret stripper & export UI (#207)
  • #285 Entity serializers for team, skills, tools, and agents (#206)
  • #284 SwarmImporter orchestrator & post-deploy report (Task #204)
  • #283 Entity deployers (#203)
  • #281 Variable resolver & vault reference scanner (Task #201)
  • #280 SwarmConflictDetector (#202)

CI / Chores

  • #303 Add browser-sidecar to publish-images workflow
  • #298 Bump propshaft 1.3.1 → 1.3.2
  • #297 Bump oj 3.16.16 → 3.16.17
  • #296 Bump anthropic 1.32.0 → 1.35.0
  • #295 Bump faker 3.6.1 → 3.8.0 (dev)

2026.04.17

20 Apr 19:12

Choose a tag to compare

⚡ Highlights

This release introduces three major systems — Lightweight Task Layer, Agent Hierarchy, and Event-Driven Hooks — alongside a complete Heartbeat architecture overhaul and a redesigned Chat UI. Together, these turn Hivemind from a chat-with-agents platform into a full agent orchestration system where agents can own work, report up, and trigger each other automatically.


🔧 Hotfix

  • fix: resolve hook agent from task assignee, not transition triggerer — Task hooks now correctly route work to whoever is assigned to the task, not whoever triggered the status change.

🆕 Features

Lightweight Task Layer

A full-featured task board for agents and humans alike. Create, assign, move, and track tasks with checklists, dependencies, and artifacts — all wired into the agent tool system.

Agent Hierarchy & Org Chart

Agents now have managers and direct reports. The org chart renders on the team edit page, giving you a visual map of your agent organization.

Event-Driven Hook System

Tasks can now trigger agent actions automatically when they change status. Create pipelines where completing one task kicks off the next — with dedicated management UI and auto-assignment.

Heartbeat Architecture Overhaul

The heartbeat system was rebuilt from the ground up — three-tier monitor/delegator architecture, ephemeral sessions with relay summaries, standing task UI, and tighter scoping so the heartbeat agent stays focused.

Chat UI Redesign

Compact agent cards, a session list with filters, and a proper 1:1 chat sidebar. The whole chat experience got a facelift.

  • feat: chat UI redesign — compact cards, session list with filters, and 1:1 chat sidebar by @MatthewSuttles in #265

Browser Sidecar

Replaced the heavy Playwright container with a lightweight native HTTP sidecar for browser-based tools. Faster, simpler, less resource-hungry.

  • feat: Browser Sidecar — replace Playwright container with native HTTP sidecar by @MatthewSuttles in #240

Other Features


🐛 Bug Fixes

♻️ Refactors

  • refactor: lightweight reference artifacts instead of content blobs by @MatthewSuttles in #268

📦 Dependencies


Full Changelog: 2026.04.01...2026.04.17

2026.04.17-rc

16 Apr 22:52
a705beb

Choose a tag to compare

2026.04.17-rc Pre-release
Pre-release

What's Changed

  • Fix hooks UI routing and add team overview page by @MatthewSuttles in #266
  • feat: chat UI redesign — compact cards, session list with filters, and 1:1 chat sidebar by @MatthewSuttles in #265
  • refactor: lightweight reference artifacts instead of content blobs by @MatthewSuttles in #268

Full Changelog: 2026.04.16-rc...2026.04.17-rc

2026.04.16-rc

16 Apr 22:02
4f7833f

Choose a tag to compare

2026.04.16-rc Pre-release
Pre-release

What's Changed

Full Changelog: 2026.04.15-rc...2026.04.16-rc

2026.04.15-rc

16 Apr 21:44
ad6a0c0

Choose a tag to compare

2026.04.15-rc Pre-release
Pre-release

What's Changed

Full Changelog: 2026.04.14-rc...2026.04.15-rc

2026.04.14-rc

16 Apr 20:35
85c1d89

Choose a tag to compare

2026.04.14-rc Pre-release
Pre-release

What's Changed

Full Changelog: 2026.04.13-rc...2026.04.14-rc

2026.04.13-rc

16 Apr 18:46
ddffdb9

Choose a tag to compare

2026.04.13-rc Pre-release
Pre-release

What's Changed

Full Changelog: 2026.04.12-rc...2026.04.13-rc

2026.04.12-rc

16 Apr 18:13
0eaccc3

Choose a tag to compare

2026.04.12-rc Pre-release
Pre-release

What's Changed

Full Changelog: 2026.04.11-rc...2026.04.12-rc