Compare commits

...
Author SHA1 Message Date
ironclaw-ci[bot]GitHubironclaw-ci[bot] <266877842+ironclaw-ci[bot]@users.noreply.github.com>
52551f0ef4 chore(ironclaw): release v0.23.0 (#1658)
Co-authored-by: ironclaw-ci[bot] <266877842+ironclaw-ci[bot]@users.noreply.github.com>
2026-03-26 22:02:30 -07:00
Henry ParkandGitHub db6450c47a Merge pull request #1687 from nearai/staging-promote/1d577782-23620402154
chore: promote staging to main (2026-03-26 22:07 UTC)
2026-03-26 21:18:18 -07:00
Henry ParkandGitHub 018416d3f3 Merge pull request #1690 from nearai/staging-promote/5b95d222-23624475316
chore: promote staging to staging-promote/1d577782-23620402154 (2026-03-27 00:14 UTC)
2026-03-26 21:03:26 -07:00
Henry ParkandGitHub b92d333b0c Merge pull request #1661 from nearai/staging-promote/4c043bf0-23573031775
chore: promote staging to main (2026-03-26 01:33 UTC)
2026-03-26 14:41:27 -07:00
Henry ParkandGitHub 00aba928e0 Merge pull request #1668 from nearai/staging-promote/ed4d9293-23582522167
chore: promote staging to staging-promote/4c043bf0-23573031775 (2026-03-26 07:26 UTC)
2026-03-26 14:21:04 -07:00
Henry ParkandGitHub 07c32b788c Merge pull request #1685 from nearai/staging-promote/adf4e25c-23618091675
chore: promote staging to staging-promote/ed4d9293-23582522167 (2026-03-26 21:08 UTC)
2026-03-26 14:20:50 -07:00
Henry ParkandGitHub f40019aa4c Merge pull request #1682 from nearai/staging-promote/9c63d189-23610882140
chore: promote staging to staging-promote/ed4d9293-23582522167 (2026-03-26 18:18 UTC)
2026-03-26 13:03:01 -07:00
3 changed files with 20 additions and 2 deletions
+18
View File
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.23.0](https://github.com/nearai/ironclaw/compare/ironclaw-v0.22.0...ironclaw-v0.23.0) - 2026-03-27
### Added
- complete multi-tenant isolation — phases 24 ([#1614](https://github.com/nearai/ironclaw/pull/1614))
### Fixed
- *(routines)* recover delete name after failed update fallback ([#1108](https://github.com/nearai/ironclaw/pull/1108))
- *(mcp)* handle 202 Accepted and wire session manager for Streamable HTTP ([#1437](https://github.com/nearai/ironclaw/pull/1437))
- *(extensions)* channel-relay auth dead-end, observability, and URL override ([#1681](https://github.com/nearai/ironclaw/pull/1681))
- *(agent)* discard truncated tool calls when finish_reason == Length ([#1631](https://github.com/nearai/ironclaw/pull/1631)) ([#1632](https://github.com/nearai/ironclaw/pull/1632))
- *(llm)* filter XML tool-call recovery by context ([#1641](https://github.com/nearai/ironclaw/pull/1641))
### Other
- Support direct hosted OAuth callbacks with proxy auth token ([#1684](https://github.com/nearai/ironclaw/pull/1684))
## [0.22.0](https://github.com/nearai/ironclaw/compare/ironclaw-v0.21.0...ironclaw-v0.22.0) - 2026-03-25 ## [0.22.0](https://github.com/nearai/ironclaw/compare/ironclaw-v0.21.0...ironclaw-v0.22.0) - 2026-03-25
### Added ### Added
Generated
+1 -1
View File
@@ -3390,7 +3390,7 @@ dependencies = [
[[package]] [[package]]
name = "ironclaw" name = "ironclaw"
version = "0.22.0" version = "0.23.0"
dependencies = [ dependencies = [
"aes-gcm", "aes-gcm",
"aho-corasick", "aho-corasick",
+1 -1
View File
@@ -20,7 +20,7 @@ exclude = [
[package] [package]
name = "ironclaw" name = "ironclaw"
version = "0.22.0" version = "0.23.0"
edition = "2024" edition = "2024"
rust-version = "1.92" rust-version = "1.92"
description = "Secure personal AI assistant that protects your data and expands its capabilities on the fly" description = "Secure personal AI assistant that protects your data and expands its capabilities on the fly"