Skip to content

Releases: dgenio/agent-kernel

v0.10.0

07 Jun 05:57
1c9400d

Choose a tag to compare

What's Changed

  • fix: stop version drift (#85) and mypy [no-redef] in optional mcp import (#87) by @dgenio in #100
  • docs: add contextweaver + repository-check integration cookbook (#92, #93) by @dgenio in #101
  • docs: add ChainWeaver + evaluation-artifact integration cookbooks (#95, #96) by @dgenio in #112
  • docs+refactor: reposition README, add Weaver Stack block, unify naming (#102, #109, #106) by @dgenio in #114

Full Changelog: v0.9.0...v0.10.0

v0.9.0

29 May 05:52
a5dbc36

Choose a tag to compare

What's Changed

  • feat(registry,federation): namespaces, BM25 search, capability manifests by @dgenio in #81
  • feat(registry,federation): namespaces, BM25 search, capability manifests by @dgenio in #82
  • docs: align stale docs and quickstart with current API by @dgenio in #97
  • fix: align make ci with CI workflow (python -m tools, non-mutating fmt-check) by @dgenio in #98

Full Changelog: v0.8.0...v0.9.0

v0.8.0

22 May 09:46
29cce02

Choose a tag to compare

What's Changed

  • feat(security): handle grant constraints, memory policy, redaction boundary tests by @dgenio in #79
  • docs: 5-minute MCP tutorial + neighboring-projects boundaries table by @dgenio in #80

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 May 15:48
6c858c0

Choose a tag to compare

What's Changed

  • feat(policy): intent/scope, decision trace, and stable reason codes by @dgenio in #78

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 May 05:57
56c07af

Choose a tag to compare

What's Changed

  • feat: declarative policy engine, denial explanation, and dry-run mode by @dgenio in #67
  • feat: OpenAI and Anthropic tool-format adapters with middleware (#55, #50, #40) by @dgenio in #69
  • Add cross-invocation budget manager (issue #44) by @dgenio in #70

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Apr 12:30
bc677b4

Choose a tag to compare

What's Changed

  • feat: declare weaver-spec v0.1.0 compatibility + add conformance CI stub by @Copilot in #65
  • feat: add built-in MCPDriver with stdio and Streamable HTTP transports by @dgenio in #66

Full Changelog: v0.4.0...v0.5.0

v0.4.0

14 Mar 23:51

Choose a tag to compare

What's Changed

  • feat: add GitHub Release step to publish workflow by @dgenio in #62
  • test: close coverage gaps in summarize.py, http.py, and transform.py by @Copilot in #63
  • feat: add sliding-window rate limiting to DefaultPolicyEngine by @dgenio in #64

Full Changelog: v0.3.0...v0.4.0

agent-kernel v0.2.0 — Token Revocation & Secrets Enforcement

06 Mar 17:40
v0.2.0
5fe6610

Choose a tag to compare

Added

  • Token revocation support: revoke_token() and revoke_all() on Kernel (#33, #57).
  • SECRETS sensitivity tag enforcement in policy engine and redaction (#56).

Fixed

  • Policy engine now strips whitespace from justification before length check.
  • Policy engine reports both raw and stripped length in justification errors.
  • Policy engine checks role before justification in all safety/sensitivity blocks.
  • Redaction preserves field-name context in API key and connection string patterns.
  • revoke_all() drops _principal_tokens entry after revoking.