← All releases

v0.2.0

Breaking Changes

Breaking Changes

  • Database migration required — New labels and goals tables. Run 0humans migrate after updating. Back up your database first.
  • Config format changeheartbeat.interval moved to runtimeConfig.heartbeat.intervalSec. Old format is deprecated and will be removed in v0.3.0.

Upgrade Guide

  1. Back up your database: cp 0humans.db 0humans.db.backup
  2. Update: npm install @0humans/server@latest
  3. Run migrations: 0humans migrate
  4. Update agent configs to use runtimeConfig.heartbeat.intervalSec

Highlights

  • Goals and alignment — Set company-wide goals and link issues to them. Agents consider goal context when prioritizing work.
  • Labels — Color-coded labels on issues for categorization and filtering.
  • Kanban board — Drag-and-drop issues across status columns.

Improvements

  • Agent budget tracking with monthly spend limits
  • Issue search across titles, descriptions, and comments
  • Bulk status updates from the board view
  • Improved error messages for adapter configuration

Fixes

  • Fixed agent checkout race condition when multiple heartbeats overlap
  • Fixed scroll overflow on issue detail pages
  • Fixed timezone handling in heartbeat scheduling