File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414
1515
16+ ## v0.19.0-beta.35 (2026-05-06)
17+
18+
19+
20+
21+ ### Bug Fixes
22+
23+ - ** core** : Call super().__ init__ () on ACP stream wrappers
24+ ([ #152 ] ( https://github.com/kagan-sh/kagan/pull/152 ) ,
25+ [ ` 457416d ` ] ( https://github.com/kagan-sh/kagan/commit/457416dd676564464463b697281a62dcf2bcf930 ) )
26+
27+ - ** core** : Delegate exception()/set_exception() to wrapped reader
28+ ([ #152 ] ( https://github.com/kagan-sh/kagan/pull/152 ) ,
29+ [ ` 457416d ` ] ( https://github.com/kagan-sh/kagan/commit/457416dd676564464463b697281a62dcf2bcf930 ) )
30+
31+ - ** core** : Restore asyncio.StreamReader inheritance on ACP stdio wrappers
32+ ([ #152 ] ( https://github.com/kagan-sh/kagan/pull/152 ) ,
33+ [ ` 457416d ` ] ( https://github.com/kagan-sh/kagan/commit/457416dd676564464463b697281a62dcf2bcf930 ) )
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+ ### Testing
65+
66+ - Add real-stdio ACP integration harness with hermetic echo agent
67+ ([ #152 ] ( https://github.com/kagan-sh/kagan/pull/152 ) ,
68+ [ ` 457416d ` ] ( https://github.com/kagan-sh/kagan/commit/457416dd676564464463b697281a62dcf2bcf930 ) )
69+
70+ - ** acp** : Assert wrapper.exception() in unit regression test too
71+ ([ #152 ] ( https://github.com/kagan-sh/kagan/pull/152 ) ,
72+ [ ` 457416d ` ] ( https://github.com/kagan-sh/kagan/commit/457416dd676564464463b697281a62dcf2bcf930 ) )
73+
74+
75+
76+
77+
1678## v0.19.0-beta.34 (2026-05-06)
1779
1880
Original file line number Diff line number Diff line change 11[project ]
22name = " kagan"
3- version = " 0.19.0-beta.34 "
3+ version = " 0.19.0-beta.35 "
44description = " Kanban TUI for AI coding agents with a structural human review gate"
55license = " MIT"
66authors = [
You can’t perform that action at this time.
0 commit comments