Skip to content

v0.6.1 — QA Bug Fix Patch

Choose a tag to compare

@sanskarpan sanskarpan released this 15 Jun 12:00
· 295 commits to main since this release
5750242

What's Changed

Patch release following the v0.6.0 QA audit. Fixes 5 bugs discovered through end-to-end testing of all 24 new features.

Bug Fixes

  • fix(dag): Add list_jobs_raw() for structured JSON output of queue jobs (#308, closes #304)
  • fix(security): Relax credential pattern matching to catch modern key formats (sk-proj-, newer Anthropic keys, AWS generic key patterns) (#309, closes #305)
  • fix(otel): Read INSTRUMENTATION_SCOPE version dynamically from tag.__version__ instead of hardcoding "0.5.0" (#310, closes #306)
  • fix(controller): Add --json flag to 11 subparsers (dag show/list, lsp status, persona list/show, notify list, split list, tool-index status, agentops status/sessions, workspace map) + JSON output paths to 6 cmd handlers (#311, closes #307)
  • fix(tests): Add missing tests/hermes_cli/conftest.py with _isolate_hermes_home fixture — converts 63 fixture errors into graceful skips when hermes package is absent (#313, closes #312)

Test Results

591 passed, 63 skipped

Install

pip install tag-agent==0.6.1
# or
npx tag-agent@0.6.1