Skip to content

Latest commit

 

History

History
90 lines (47 loc) · 5.64 KB

File metadata and controls

90 lines (47 loc) · 5.64 KB

Changelog

0.1.4 (2026-07-20)

Features

  • support calfkit 0.13, widen pin to >=0.9.0,<0.14 (#17) (4c60662)

Bug Fixes

  • make web fetch failures recoverable (#16) (f5c44d8)

0.1.3 (2026-06-29)

Features

  • support calfkit 0.12, widen pin to >=0.9.0,<0.13 (#14) (1a96087)

Documentation

  • rename CALF_HOST_URL env var to CALFKIT_MESH_URL (ef7e7e3)
  • rename calfkit CLI command to ck (2f0910e)
  • Update README.md (d2894c3)
  • Update README.md badge (be6beab)

0.1.2 (2026-06-17)

Features

  • support Python 3.10-3.14 and unify CI workflows (#10) (7e1868f)
  • vendor-free calfkit_tools.tools public API and consumer-first README (#11) (6a66096)

Documentation

  • add PyPI version badge to README (b938017)

0.1.1 (2026-06-15)

Features

  • support calfkit 0.10.0, widen to >=0.9.0,<0.11 (#8) (d5a1755)

Documentation

  • add known-bugs log (findings from the coverage effort) (7f8417a)

0.1.0 (2026-06-13)

⚠ BREAKING CHANGES

  • unify vendored tools into a single calfkit-tools distribution (#5)

Features

  • node: all 10 tool nodes — web_fetch, shell, files, todo, web (TDD) (c413dc1)
  • node: execute_code node + Stage D docs (NODE.md ×2, READMEs) (3ccdca7)
  • node: Stage D groundwork — ADR-0004 tenancy design, calfkit dep, hermes node runtime seam (7b26a11)

Bug Fixes

  • node: Stage D review-fix wave — converged per-tool deep reviews (#4) (48909f0)
  • web-tools vendor: deep-review fixes (gzip bug + SSRF credential-strip tests) (#2) (177a7e3)

Documentation

  • notices: index hermes-agent + pydantic-web-fetch vendored components (b6880bf)
  • update README (6fa9288)
  • update README (06a6009)
  • web-tools: amend per deep-review round 2 (6 agents, 3 per doc) (e215362)
  • web-tools: amend spec per deep-review round 1 (614e114)
  • web-tools: design + ADRs for web_fetch + web_search vendoring (f2e4649)
  • web-tools: drop web_tools.py; node returns raw provider content (ad0c9d9)
  • web-tools: resolve M1/M2 simplifications (a7d489e)
  • web-tools: split into per-tool specs + plans (c68c353)

Code Refactoring

  • unify vendored tools into a single calfkit-tools distribution (#5) (451c532)