We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fa1d2 commit 56c07afCopy full SHA for 56c07af
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.6.0] - 2026-05-19
11
+
12
### Added
13
- Cross-invocation context budget manager (`BudgetManager`) tracks cumulative token usage across
14
multiple `Kernel.invoke()` calls within a session. When attached to a `Kernel` via the new
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "weaver-kernel"
-version = "0.5.0"
+version = "0.6.0"
description = "Capability-based security kernel for AI agents operating in large tool ecosystems"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments