Releases: justindobbs/Tracecore
v1.1.3
What's Changed
- Docs update commands by @justindobbs in #73
- Docs update commands by @justindobbs in #74
- Feat dashboard tooltips by @justindobbs in #75
- Tests negative validation coverage by @justindobbs in #76
- feat(migration): Add run artifact migration command for legacy TraceCore by @justindobbs in #77
- docs(readme): Update spec and docs paths from /spec/ to agent_bench/s… by @justindobbs in #78
- docs(release): Update release process documentation and bump version … by @justindobbs in #79
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Phase5 implementation by @justindobbs in #62
- feat(v1.0.2): Add nightly regression workflow, Cosign signing, plugin… by @justindobbs in #63
- docs: Reorganize documentation into topical subdirectories by @justindobbs in #64
- docs(v1.0.3): Add session tracking, verify/seal commands, and update … by @justindobbs in #65
- fix(nightly): Add parentheses around walrus operator assignment in bu… by @justindobbs in #66
- docs(install): Add uv venv alternative, PowerShell activation, and to… by @justindobbs in #67
- docs(readme): Add GitHub star badge, support section, and one-time st… by @justindobbs in #68
- Feat task portfolio expansion by @justindobbs in #69
- docs(deps): Update dependency versions and add security note for pyda… by @justindobbs in #71
- chore(release): Bump version to 1.1.1 with security and dependency up… by @justindobbs in #72
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Full Changelog: v1.0.1...v1.1.0
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Full Changelog: v1.0.0.0...v1.0.1
v1.0.0.0
What's Changed
- ci: Add bundled agents smoke test and update changelog for v0.9.8 by @justindobbs in #49
- Feat improve integrations by @justindobbs in #50
- Potential fix for code scanning alert no. 5: Workflow does not contain permissions by @justindobbs in #51
- Potential fix for code scanning alert no. 9: Uncontrolled data used in path expression by @justindobbs in #53
- Quick fixes by @justindobbs in #57
- docs(install): Add virtual environment setup instructions to README a… by @justindobbs in #58
- docs(spec): Separate canonical specification from reference implement… by @justindobbs in #59
- feat(spec): Add strict-spec compliance mode and artifact metadata by @justindobbs in #60
- V1.0.0 prep by @justindobbs in #61
Full Changelog: v0.9.7.0...v1.0.0.0
v0.9.7.0
What's Changed
- chore: Release v0.9.6 with runbook_verifier and sandboxed_code_audito… by @justindobbs in #41
- feat: Add OpenClaw agent detection, adapter scaffolding, and export u… by @justindobbs in #42
- Feat io audit UI by @justindobbs in #43
- Structured trace exports by @justindobbs in #44
- ci: Add baseline bundle integrity verification to workflows and CLI by @justindobbs in #45
- docs: Add TraceCore technical specification and remove outdated agent… by @justindobbs in #47
- chore: Release v0.9.7 with WebUI agent path fixes and PATH troublesho… by @justindobbs in #48
Full Changelog: v0.9.6...v0.9.7.0
TraceCore v0.9.6 – Runbook & Sandbox Coverage
Adds deterministic reference agents for runbook_verifier@1 and sandboxed_code_auditor@1, including dashboard pairings, docs, and regression tests.
Bundles both agents inside agent_bench/agents/ so the FastAPI dashboard and PyPI installs can run them out of the box.
Updates SPEC_FREEZE, README task catalog, and FastAPI banner for the 0.9.6 release.
TraceCore 0.9.3 — Colab quickstart & packaging fixes
Ships the hosted quickstart notebook (and README link) so users can install TraceCore, run filesystem_hidden_config@1, and inspect traces directly from Google Colab without cloning the repo.@README.md#19-26
Fixes packaging gaps that broke pip/Colab installs: task registry + manifests now ship inside the wheel, REGISTRY_PATH resolves via importlib.resources, and the web UI banner reflects 0.9.3.@CHANGELOG.md#10-19
TraceCore v0.9.1 — sandboxed tasks, richer web UI, PyPI release
Highlights
- Published
tracecore 0.9.1to PyPI (pip install tracecore/uv pip install tracecore), keeping the CLI entry pointagent-benchfor backward compatibility. Packaging metadata now includes authors, project URLs, and a TestPyPI index block for dry-run workflows.@CHANGELOG.md#10-24 - Expanded sandbox enforcement: task manifests now declare filesystem/network allowlists, GuardedEnv respects them at runtime, IO audits are recorded in traces, and bundle/validator tooling validates the new metadata. New regression tests cover these paths.@CHANGELOG.md#13-24
- Web UI now exposes typed response models, IO-audit summaries, baseline form state, and an
include_ioflag on/api/traces/{run_id}for deeper inspection without leaking internals by default.@CHANGELOG.md#24-24
Fixes
agent_bench.integrations.langchain_adapter: regenerated adapters no longer suffer indentation errors—the template now emits valid module-level code and the accompanying tests pass again.@CHANGELOG.md#26-27