@@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] ( https://github.com/nearai/ironclaw/compare/v0.1.3...v0.2.0 ) - 2026-02-16
11+
12+ ### Added
13+
14+ - mark Ollama + OpenAI-compatible as implemented ([ #102 ] ( https://github.com/nearai/ironclaw/pull/102 ) )
15+ - multi-provider inference + libSQL onboarding selection ([ #92 ] ( https://github.com/nearai/ironclaw/pull/92 ) )
16+ - add multi-provider LLM failover with retry backoff ([ #28 ] ( https://github.com/nearai/ironclaw/pull/28 ) )
17+ - add libSQL/Turso embedded database backend ([ #47 ] ( https://github.com/nearai/ironclaw/pull/47 ) )
18+ - Move debug log truncation from agent loop to REPL channel ([ #65 ] ( https://github.com/nearai/ironclaw/pull/65 ) )
19+
20+ ### Fixed
21+
22+ - shell destructive-command check bypassed by Value::Object arguments ([ #72 ] ( https://github.com/nearai/ironclaw/pull/72 ) )
23+ - propagate real tool_call_id instead of hardcoded placeholder ([ #73 ] ( https://github.com/nearai/ironclaw/pull/73 ) )
24+ - Fix wasm tool schemas and runtime ([ #42 ] ( https://github.com/nearai/ironclaw/pull/42 ) )
25+ - flatten tool messages for NEAR AI cloud-api compatibility ([ #41 ] ( https://github.com/nearai/ironclaw/pull/41 ) )
26+ - security hardening across all layers ([ #35 ] ( https://github.com/nearai/ironclaw/pull/35 ) )
27+
28+ ### Other
29+
30+ - Explicitly enable cargo-dist caching for binary artifacts building
31+ - Skip building binary artifacts on every PR
32+ - add module specification rules to CLAUDE.md
33+ - add setup/onboarding specification (src/setup/README.md)
34+ - deduplicate tool code and remove dead stubs ([ #98 ] ( https://github.com/nearai/ironclaw/pull/98 ) )
35+ - Reformat architecture diagram in README ([ #64 ] ( https://github.com/nearai/ironclaw/pull/64 ) )
36+ - Add review discipline guidelines to CLAUDE.md ([ #68 ] ( https://github.com/nearai/ironclaw/pull/68 ) )
37+ - Bump MSRV to 1.92, add GCP deployment files ([ #40 ] ( https://github.com/nearai/ironclaw/pull/40 ) )
38+ - Add OpenAI-compatible HTTP API (/v1/chat/completions, /v1/models) ([ #31 ] ( https://github.com/nearai/ironclaw/pull/31 ) )
39+
1040## [ 0.1.3] ( https://github.com/nearai/ironclaw/compare/v0.1.2...v0.1.3 ) - 2026-02-12
1141
1242### Other
0 commit comments