Skip to content

Release 0.7.10a1

Choose a tag to compare

@github-actions github-actions released this 21 May 14:16

HEDit 0.7.10a1

Changes

  • 4c29f8b Bump version to 0.7.10a1
  • 08a6d2b Merge pull request #146 from Annotation-Garden/feature/issue-144-persistent-lsp
  • 3250f94 chore: pin hed-lsp to merge commit + add in-process daemon tests
  • 23ecae2 ci: include LSP tests in unit-test lane so they boost patch coverage
  • be28770 fix(deploy): apply pnpm hed-lsp build to deploy/Dockerfile too
  • a894775 fix(docker): use pnpm for hed-lsp build after upstream pnpm migration
  • 24263db fix: address PR review findings on persistent-lsp
  • 22815c1 merge: bring origin/main into feature branch
  • 4420970 chore: pin hed-lsp, document LSP env vars, bump to 0.7.10a0
  • ad79b89 feat: wire HedLspClient into workflow, FastAPI lifespan, CLI
  • ee3259a feat: async hed-lsp client (stdio + Unix-socket transports)

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.7.10a1

From Source:

git clone https://github.com/Annotation-Garden/HEDit.git
cd hedit
git checkout v0.7.10a1
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.