diff --git a/Directory.Build.props b/Directory.Build.props index be6b2ec4f..3a3f1e3e1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ enable true 0.25.0 - beta.1 + beta.2 Netclaw v0.25.0-beta.1 — SkillServer native sub-agent sync, memory curation unification, systemd PATH fix **Features** diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2e5e293d9..0f4a5cffb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # NetClaw Release Notes +## 0.25.0-beta.2 (2026-07-07) + +### Bug Fixes +- **UTF-8 BOM in skill frontmatter** — Fixed: skill scanner now strips UTF-8 BOM (`\uFEFF`) before parsing YAML frontmatter, and populates `SkillName` on all `SkillScanIssue` records so degenerate frontmatter no longer crashes the scan ([#1583](https://github.com/netclaw-dev/netclaw/pull/1583)) +- **Model capability provenance logging** — Fixed: daemon now logs effective model capabilities with their provenance source, improving diagnostic visibility for model configuration issues ([#1584](https://github.com/netclaw-dev/netclaw/pull/1584)) + +### Dependency Updates +- **Bump SkillServer** — `Netclaw.SkillClient` 0.4.0-beta.1 → 0.4.0-beta.3 and adapt to API changes ([#1593](https://github.com/netclaw-dev/netclaw/pull/1593)) + ## 0.25.0-beta.1 (2026-07-05) ### Features