We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b30506 commit 6c858c0Copy full SHA for 6c858c0
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.7.0] - 2026-05-20
11
+
12
### Added
13
- Structured intent and scope metadata on `CapabilityRequest`: new optional
14
`intent: str | None` and `scope: dict[str, Any]` fields let policy engines
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "weaver-kernel"
-version = "0.6.0"
+version = "0.7.0"
description = "Capability-based security kernel for AI agents operating in large tool ecosystems"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments