Skip to content

2026.04.17

Latest

Choose a tag to compare

@MatthewSuttles MatthewSuttles released this 20 Apr 19:12
· 115 commits to main since this release

⚡ 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