···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788+## [0.23.0] — 2026-04-04
99+1010+### Added
1111+- AI companion chat panel in diagrams mode with shape/arrow actions (#355)
1212+- AI companion chat panel in slides mode with slide/text/shape actions (#356)
1313+- AI companion chat panel in forms mode with question add/modify/remove actions (#357)
1414+- Diagram AI actions: add shape, add arrow, modify shape, remove shape, add text
1515+- Slide AI actions: add slide, add text, add shape
1616+- Form AI actions: add question, modify question, remove question
1717+- AI can read diagram context (shapes, arrows, labels) and selected shapes
1818+- AI can read slide context (slide content, notes) and form context (questions, options)
1919+- 93 new tests covering all AI action executors, validation, parsing, and type guards
2020+821## [0.22.4] — 2026-04-04
9221023### Fixed