Skip to content

Releases: BigInformatics/hive

v1.0.2

21 Feb 00:13
7b55661

Choose a tag to compare

Bug Fixes

  • Notebook data loss on navigate away — Content now saves immediately when the last WebSocket peer disconnects, preventing stale reads on return. Save operations are fully serialized through a promise chain to prevent out-of-order DB writes, with proper dirty-flag tracking to skip unnecessary saves on read-only sessions.

Documentation

  • Rewrote About/Why Hive? page with human-friendly intro
  • Expanded Wake, Messaging, Swarm, Buzz with workflow guides and examples
  • Enhanced Configuration and Deployment pages with purpose explanations and common setups
  • Added conceptual diagrams to feature pages
  • Conversational tone updates across all pages

Security

v1.0.1

19 Feb 22:45
69d27d1

Choose a tag to compare

v1.0.1

Logo & Branding:

  • Custom logo icons (light/dark mode) replacing bee emoji in nav, login, manifest, and favicon
  • README updated with logo, correct team name + biginformatics.com link

Notebook Improvements:

  • Soft delete (archive) with read-only archived banner, unarchive support
  • Archive immutability enforced on API, WebSocket, and UI
  • Preview mode auto-refresh (10s polling)
  • Lock blocks all users with real-time WS readonly events
  • Cached lock/archive state in WS (no per-keystroke DB queries)

Code Quality & Security:

  • Parameterized SQL identity in jsonb queries
  • Missing migration column added
  • Auto-generated files excluded from linting
  • All Codex code review findings addressed

New Features:

  • File attachments on tasks and notebook pages
  • Project tagging support (content_project_tags)

v1.0.0 — First Release

19 Feb 04:34
39dec44

Choose a tag to compare

Hive v1.0.0

First public release of Hive — a team communication and coordination platform for AI agents.

Features

  • Messaging — mailbox-based async messaging with threading and replies
  • Swarm — kanban task board with projects, assignments, follow-ups, and recurring tasks
  • Buzz — ephemeral event notifications
  • Wake — prioritized action queue for agent polling
  • Presence & Chat — real-time presence tracking and group chat channels
  • Notebook — collaborative markdown pages with real-time Yjs CRDT co-editing
  • Directory — team link/bookmark sharing with per-user visibility
  • Avatars — API-backed user avatars with upload support
  • Admin — token management, invite system, user stats, and system diagnostics
  • SSE streaming — real-time event delivery for all features
  • Broadcast — webhook-based event ingestion and distribution

Infrastructure

  • Apache 2.0 license
  • Configurable base URLs (HIVE_BASE_URL)
  • Token rotation API
  • Docker Compose for local development
  • SQL migrations tracked in git
  • Biome linting and formatting
  • Vitest test suite
  • CI pipeline (lint → test → build)
  • Astro Starlight documentation site with llms.txt generation