v0.6.1 — QA Bug Fix Patch
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_SCOPEversion dynamically fromtag.__version__instead of hardcoding"0.5.0"(#310, closes #306) - fix(controller): Add
--jsonflag 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.pywith_isolate_hermes_homefixture — 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