mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
* chore: release * fix(release): bump ironclaw to v0.26.0 * docs(release): expand v0.26.0 changelog --------- Co-authored-by: ironclaw-ci[bot] <266877842+ironclaw-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Park <henrypark133@gmail.com>
2.6 KiB
2.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
0.3.0 - 2026-04-21
Added
- add debug inspector panel for web gateway (#1873)
- (skills) activation feedback pipeline + install idempotence (#2530)
- (common) apply ExtensionName newtype to fan-out sites (PR 2/2) (#2617)
- (common) CredentialName + ExtensionName newtypes (PR 1/2) (#2611)
Fixed
- (gateway) align historical/live tool call cards and preserve tool call correlation (#2182)
- image generation with nearai models (#1819)
Other
- (types) adopt MissionId in router + introduce McpServerName (#2681)
- (channels) introduce ExternalThreadId newtype at channel boundary (#2685)
- (events) replace JobResult.status String with JobResultStatus enum (#2678)
- Fix gateway tool output visibility and timing (#2555)
- (events) add OnboardingStateDto::pairing_required constructor (#2607)
- Unify gateway onboarding, auth gates, and pairing flows (#2515)
0.2.0 - 2026-04-11
Added
- (tui) port full-featured Ratatui terminal UI onto staging (#1973)
- (engine) Unified Thread-Capability-CodeAct execution engine (v2 architecture) (#1557)
- (jobs) per-job MCP server filtering and max_iterations cap (#1243)
Fixed
Other
- Improve channel onboarding and Telegram pairing flow (#2103)