|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v0.3.0-beta.1 (2026-02-02) |
| 6 | + |
| 7 | +### Chores |
| 8 | + |
| 9 | +- **deps**: Add hypothesis testing library and update test config |
| 10 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 11 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 12 | + |
| 13 | +### Continuous Integration |
| 14 | + |
| 15 | +- Fix cd failing due to lack of git profile |
| 16 | + ([`1ea33fc`](https://github.com/aorumbayev/kagan/commit/1ea33fcb2384d76ad1d0e8f723632042e4dc4e36)) |
| 17 | + |
| 18 | +### Documentation |
| 19 | + |
| 20 | +- Update documentation and add architecture guide |
| 21 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 22 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 23 | + |
| 24 | +### Features |
| 25 | + |
| 26 | +- Ux improvements; minor new features; internal refactor |
| 27 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 28 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 29 | + |
| 30 | +- **cli**: Add tools command for agent management |
| 31 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 32 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 33 | + |
| 34 | +### Refactoring |
| 35 | + |
| 36 | +- Update core modules and styling ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 37 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 38 | + |
| 39 | +- **acp**: Consolidate JSON-RPC and remove legacy RPC layer |
| 40 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 41 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 42 | + |
| 43 | +- **agents**: Improve planner, scheduler, and add installer |
| 44 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 45 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 46 | + |
| 47 | +- **database**: Enhance models and add migrations support |
| 48 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 49 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 50 | + |
| 51 | +- **keybindings**: Consolidate into single module |
| 52 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 53 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 54 | + |
| 55 | +- **tests**: Remove duplicate permission_prompt test |
| 56 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 57 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 58 | + |
| 59 | +- **tests**: Update e2e tests for refactored UI ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 60 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 61 | + |
| 62 | +- **tests**: Update integration tests for refactored modules |
| 63 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 64 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 65 | + |
| 66 | +- **tests**: Update test infrastructure and helpers |
| 67 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 68 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 69 | + |
| 70 | +- **tests**: Update unit tests for refactored modules |
| 71 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 72 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 73 | + |
| 74 | +- **ui**: Restructure screens, modals, and widgets |
| 75 | + ([#11](https://github.com/aorumbayev/kagan/pull/11), |
| 76 | + [`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af)) |
| 77 | + |
| 78 | + |
5 | 79 | ## v0.2.1 (2026-01-31) |
6 | 80 |
|
7 | 81 | ### Bug Fixes |
|
0 commit comments