|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v0.3.0-beta.2 (2026-02-07) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Port Windows compatibility, snapshot isolation, and CI hardening |
| 10 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 11 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 12 | + |
| 13 | +- Resolve quality blockers and stabilize test suite |
| 14 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 15 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 16 | + |
| 17 | +### Chores |
| 18 | + |
| 19 | +- Windows tweaks |
| 20 | + ([`e8c1fe9`](https://github.com/aorumbayev/kagan/commit/e8c1fe9eb186b03eec17e7336a28de662f4991df)) |
| 21 | + |
| 22 | +### Documentation |
| 23 | + |
| 24 | +- Cap Python to 3.12–3.13 and update all user-facing documentation |
| 25 | + ([`a873c6a`](https://github.com/aorumbayev/kagan/commit/a873c6a10c3447f4ae44cc3f7b5a746fae0564ec)) |
| 26 | + |
| 27 | +- Refresh documentation and remove outdated internal references |
| 28 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 29 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 30 | + |
| 31 | +### Features |
| 32 | + |
| 33 | +- Implement planner mode, pair flow, and ACP streaming UI |
| 34 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 35 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 36 | + |
| 37 | +- Projects, multi-repos, workspaces, bug fixes, ui polishing, windows support |
| 38 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 39 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 40 | + |
| 41 | +### Refactoring |
| 42 | + |
| 43 | +- Centralize storage with XDG paths and schema evolution |
| 44 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 45 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 46 | + |
| 47 | +- Consolidate git wrapper and modernize async patterns |
| 48 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 49 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 50 | + |
| 51 | +- Remodel architecture with service-oriented patterns |
| 52 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 53 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 54 | + |
| 55 | +- **core**: Migrate to sqlmodel ORM and official ACP SDK |
| 56 | + ([#15](https://github.com/aorumbayev/kagan/pull/15), |
| 57 | + [`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029)) |
| 58 | + |
| 59 | + |
5 | 60 | ## v0.3.0-beta.1 (2026-02-02) |
6 | 61 |
|
7 | 62 | ### Chores |
|
0 commit comments