Releases: dgenio/agent-kernel
Releases · dgenio/agent-kernel
v0.10.0
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
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
v0.7.0
What's Changed
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
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
agent-kernel v0.2.0 — Token Revocation & Secrets Enforcement
Added
- Token revocation support:
revoke_token()andrevoke_all()onKernel(#33, #57). SECRETSsensitivity 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_tokensentry after revoking.