Skip to content

Releases: justindobbs/Tracecore

v1.1.3

16 Mar 01:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

06 Mar 22:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

v1.1.1

05 Mar 20:18
Immutable release. Only release title and notes can be modified.
accabe7

Choose a tag to compare

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

04 Mar 00:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Full Changelog: v1.0.1...v1.1.0

Full Changelog: v1.0.1...v1.1.0

v1.0.1

03 Mar 00:10
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Full Changelog: v1.0.0.0...v1.0.1

v1.0.0.0

28 Feb 18:48
Immutable release. Only release title and notes can be modified.
077bcd0

Choose a tag to compare

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

27 Feb 19:25
Immutable release. Only release title and notes can be modified.
5fdda0b

Choose a tag to compare

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

26 Feb 15:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

25 Feb 19:53
Immutable release. Only release title and notes can be modified.
b3bdbe4

Choose a tag to compare

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

24 Feb 23:30
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Highlights

  • Published tracecore 0.9.1 to PyPI (pip install tracecore / uv pip install tracecore), keeping the CLI entry point agent-bench for 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_io flag 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