Skip to content

Release 0.7.6.dev1

Choose a tag to compare

@github-actions github-actions released this 28 Mar 16:30

HEDit 0.7.6.dev1

Changes

  • 2918981 Bump version to 0.7.6.dev1
  • 87c5632 Revert version to dev format for develop branch
  • 3f79438 Fix review findings: temperature bug, async LSP, telemetry logging
  • 6400dc2 Bump version to 0.7.6a0

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.7.6.dev1

From Source:

git clone https://github.com/Annotation-Garden/HEDit.git
cd hedit
git checkout v0.7.6.dev1
pip install -e .

Quick Start

# Initialize with your OpenRouter API key
hedit init --api-key YOUR_KEY

# Generate HED annotation
hedit annotate "A red circle appears on screen"

Documentation

See README.md for setup and usage instructions.