> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hiverge.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Release Notes

> Latest updates and changes to the Hive platform.

## 2nd July 2026

* Bring your own container images: New `hive push`, `hive list`, and `hive delete` image 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 logs` command to stream coordinator and sandbox logs, with `--source`, `--worker`, and `--no-follow` options.
* `hive stop` replaces `hive delete` for ending experiments.
* `hive create exp` now uses `-c`/`--config` to point at the config file (`-f` is deprecated but still works).
* Experiment source can now be a remote git URL (`https://`, `ssh://`, `git@`) or a local directory, and the new `repo.files` field 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
