Files
hive/CHANGELOG.md
T
Timothy 689db5ab33
Release / Create Release (push) Waiting to run
Release / Publish Docker Images (push) Blocked by required conditions
feat: initial open-source release
Beeline - Open-source LLM observability and control platform

Features:
- Real-time agent monitoring dashboard
- LLM metrics and analytics (TimescaleDB)
- Cost tracking and budget controls
- WebSocket event streaming
- MCP (Model Context Protocol) server

Apache 2.0 License
2026-01-13 20:13:05 -08:00

857 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Initial project structure
  • React frontend (honeycomb) with Vite and TypeScript
  • Node.js backend (hive) with Express and TypeScript
  • Docker Compose configuration for local development
  • Configuration system via config.yaml
  • GitHub Actions CI/CD workflows
  • Comprehensive documentation

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A

0.1.0 - 2025-01-13

Added

  • Initial release