Skip to content

Releases: dgenio/agent-kernel

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.