Skip to content

Releases: Annotation-Garden/HEDit

Release 0.7.5a1

04 Mar 11:34

Choose a tag to compare

HEDit 0.7.5a1

Changes

  • 57def69 Bump version to 0.7.5a1
  • ac84093 Merge pull request #121 from Annotation-Garden/develop
  • 0eb224f Merge remote-tracking branch 'origin/main' into develop
  • 955fabc Add auto dev version bump workflow for develop branch
  • 71e0f5c Fix structured LLM response handling, update eval model name
  • a740b44 Bump version to 0.7.5.dev0
  • e67d2e4 Fix workflow stuck in refining/evaluation loops (#120)
  • 7a19ae4 debug: enable show_full_output to expose actual Claude error
  • 9196436 fix: use --model haiku alias instead of pinned model ID
  • a14e9ae fix: remove --allowedTools from triage/dedup, let Claude use available tools
  • 83e30a4 fix: replace /label-issue slash command with explicit MCP-based triage prompt
  • c7eb8b9 fix: remove quotes from allowedTools in deduplicate-issue claude_args
  • fd46082 feat: restore triage-issue and deduplicate-issue jobs
  • be21736 revert: remove triage/deduplicate jobs, require Claude app registration
  • 2c0707a feat: add triage-issue and deduplicate-issue jobs to Claude workflow
  • 243291d fix: add github_token, additional_permissions, and owner exclusion to Claude workflows
  • ab36a4a fix: switch to CLAUDE_CODE_OAUTH_TOKEN for Claude workflows
  • 95e4fd1 feat: add Claude Code and PR review GitHub Actions workflows

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

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

From Source:

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

Release 0.7.4a4

19 Feb 17:19

Choose a tag to compare

HEDit 0.7.4a4

Changes

  • 556f9f6 Bump version to 0.7.4a4
  • 03a6904 fix: correct domain to annotation.garden/hedit, embed logo in SVG
  • f97815b fix: correct domain to annotation.garden/hedit, embed logo in SVG

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.7.4a4

From Source:

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

Release 0.7.4a3

19 Feb 17:15

Choose a tag to compare

HEDit 0.7.4a3

Changes


Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.7.4a3

From Source:

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

Release 0.7.4a2

19 Feb 17:08

Choose a tag to compare

HEDit 0.7.4a2

Changes


Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.7.4a2

From Source:

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

Release 0.7.4a1

19 Feb 16:21

Choose a tag to compare

HEDit 0.7.4a1

Changes

  • 68b2089 Bump version to 0.7.4a1
  • 1d22882 Merge pull request #110 from Annotation-Garden/develop
  • 72e50de Bump version to 0.7.4.dev0
  • b7719d2 Merge remote-tracking branch 'origin/main' into develop
  • a1c474b style: ruff format test_validation_agent.py [skip-release]
  • 48aff47 test: mark TestWorkflowIntegration as standalone to fix CI standalone test step
  • 14903bd fix: sort imports in annotation_agent per ruff I001 [skip-release]
  • 0870d23 test: add missing tests for suggest_for_description, empty tag filtering, detect_extensions_via_regex, and # placeholder handling; fix # placeholder bug in _extract_problematic_tags
  • 1953c82 fix: move logging imports to module level, add done event on SSE error, re-raise CancelledError, log LLM failures
  • 788efb0 fix: add exc_info logging, schema version mismatch warning, re-raise MemoryError in validation_agent
  • d6f2368 fix: thread-safe suggest_for_description, filter empty tags, log unexpected errors in hed_lsp
  • bc92df1 fix: move SSE UI cleanup into finally block to prevent stuck spinner
  • fc973c9 chore: add .hedit/ to .gitignore, untrack telemetry artifacts [skip-release]
  • ea7cac5 revert: undo accidental merge of develop to main [skip-release]
  • b9f71d6 fix: SSE streaming parser robustness and results display bug
  • 4692276 Bump version to 0.7.2a1
  • 4076945 fix: SSE streaming parser robustness and results display bug
  • 2c83e1b fix: remove Cerebras as default eval provider (#108)
  • 72b90dc refactor: remove hedtools REST API, simplify to JS + Python validators (#105)
  • 80bf0a8 Bump version to 0.7.1.dev0
  • d12b15d feat: hedtools.org REST API validation + system prompt restructure (#104)
  • 44f7049 feat: update default HED schema version from 8.3.0 to 8.4.0 (#103)
  • e0da854 Fix LSP tag feedback loop and Safari SSE streaming (#101)
  • 364d046 docs: add image differential annotation research [skip-release]
  • 0f957fe Merge branch 'main' into develop
  • 6e7b8f0 fix: add [skip-release] keyword to prevent unwanted version bumps [skip-release]
  • b6c8b5d chore: add Serena onboarding and memory files
  • 4f42a31 Merge branch 'main' into develop
  • 852c3f9 docs: add OSA vs HEDit comparison analysis
  • 1eb5028 docs: restore .context/ and .rules/ directories with updated content
  • 2b648a5 bump to 0.7.0.dev1
  • dd52dbe Merge pull request #91 from Annotation-Garden/claude/integrate-hed-lsp-5xCWj
  • 76ce008 Add test for query-keyed JSON output format from hed-suggest CLI
  • 523db3d Fix hed-lsp JSON parsing for query-keyed output format
  • bd66f8b Fix CodeQL alerts: add missing exports to TYPE_CHECKING block
  • 60f8cd2 Migrate to uv for Python development, fix formatting
  • cf23e46 Fix PR review issues: add logging, fix defaults, remove hardcoded path
  • 290930c Fix type errors and remove unused keyword_llm parameter
  • ca73dae Replace custom semantic search with hed-lsp CLI integration
  • 8db0247 Add hed-lsp CLI integration for HED tag suggestions
  • 2923a19 Merge pull request #89 from Annotation-Garden/feature/semantic-schema-search
  • 75842ea Fix extension detection for annotations with unbalanced parentheses
  • f540bf8 Fix misleading comment in extension detection fallback
  • 5c429a6 Fix extension detection to use HedString parsing directly
  • 8b25347 Add deterministic extension stripping via validation agent
  • 9a5aec9 Add standalone tests for no_extend flag and strengthen guide warning
  • 31c402a Add --no-extend CLI flag and fix mypy type issues
  • 0b224a1 Fix test_state to expect default schema version 8.4.0
  • fdaac7e Add standalone tests to CI for feature branch testing
  • ba4cbb0 Add standalone integration tests for semantic search
  • 03029e5 Add modular embeddings for HED base + SCORE + LANG schemas
  • 9226090 Add tests and bump version to 0.7.0.dev0
  • 3ed153e Integrate semantic search into annotation workflow
  • 748be26 Add semantic search infrastructure for HED tag discovery
  • bce56af Bump version to 0.6.9.dev0

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

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

From Source:

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

Release 0.6.8a4

09 Feb 19:21

Choose a tag to compare

HEDit 0.6.8a4

Changes

  • 6cdc806 Bump version to 0.6.8a4
  • dabb8bf docs: add OSA vs HEDit comparison analysis
  • a5743ee docs: restore .context/ and .rules/ directories with updated content

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.6.8a4

From Source:

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

Release 0.6.8a3

09 Feb 17:23

Choose a tag to compare

HEDit 0.6.8a3

Changes

  • 33920d5 Bump version to 0.6.8a3
  • 4004a77 add development planning files

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.6.8a3

From Source:

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

Release 0.6.8a2

27 Jan 23:09

Choose a tag to compare

HEDit 0.6.8a2

Changes

  • ee86327 Bump version to 0.6.8a2
  • 6dffb6f Merge pull request #92 from Annotation-Garden/dependabot/npm_and_yarn/workers/workers-dependencies-b591993848
  • 163dbd1 deps(workers)(deps-dev): bump wrangler

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.6.8a2

From Source:

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

Release 0.6.8a1

24 Dec 07:11

Choose a tag to compare

HEDit 0.6.8a1

Changes

  • 6c6f144 Bump version to 0.6.8a1
  • 180550b Merge pull request #86 from Annotation-Garden/develop
  • 1fe442d Add streaming support to frontend image annotation
  • 88176ed Fix vision agent provider: don't use annotation provider for vision model
  • 8e00ec8 Add /annotate-from-image/stream route to Worker proxy
  • 6fb3368 Add streaming support for CLI image annotation
  • f8752fb Add model selector and progress display to Image Analysis tab
  • 9fea483 Fix Safari SSE streaming: flush decoder at end of stream
  • 34d00db Merge main (v0.6.7a3) and bump to 0.6.8.dev1
  • 9184d01 Bump version to 0.6.8.dev0
  • bfd97d2 Merge main into develop: version.py and auto-release fixes
  • 6f3c206 Fix auto-release: include version_info and get_version_info in version.py template

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

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

From Source:

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

Release 0.6.7a3

24 Dec 05:17

Choose a tag to compare

HEDit 0.6.7a3

Changes

  • 50078b9 Bump version to 0.6.7a3 for PyPI release with fixed version exports
  • 3a07a64 Bump version to 0.6.7a2: restore missing exports
  • b28226e Fix auto-release: include version_info and get_version_info in version.py template

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.6.7a3

From Source:

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