2nd July 2026
- Bring your own container images: New
hive push,hive list, andhive deleteimage commands let you upload and manage custom images for your experiments. - Cost limits and budget controls: Set spending caps on your experiments and manage them directly from the dashboard.
24th June 2026
- Redesigned dashboard with an improved experiment results page, plus better search and filtering.
- Stop, cancel, and delete experiments directly from the dashboard.
- Chat with your results — a new assistant to explore experiment outcomes.
- Download code versions as a zip.
- “Better than seed” filter to show only improved results, and a comparison mode for contrasting runs.
- Upload and patch experiments using local source files (via the CLI).
- Improved log viewer interface.
16th June 2026
- New
hive logscommand to stream coordinator and sandbox logs, with--source,--worker, and--no-followoptions. hive stopreplaceshive deletefor ending experiments.hive create expnow uses-c/--configto point at the config file (-fis deprecated but still works).- Experiment source can now be a remote git URL (
https://,ssh://,git@) or a local directory, and the newrepo.filesfield controls which files are uploaded. Source can also be omitted entirely when the base image already contains the code. - Updated the evaluator output format: print
{"status": "success", "result": {"fitness": ...}}on success or{"status": "failed", "error": ...}on failure to the final line of stdout.
29th May 2026
- Improved agent support.
- Checkpoint support to save and resume experiments.
- Improved log inspection support.
- Improved experiment management.
15th May 2026
- Observability improvements for tracking the experiment process.
- Bug fixes and stability improvements.
22nd April 2026
- First full release of the Hive platform