Skip to content

Commit 5135c1c

Browse files
author
semantic-release
committed
0.19.0-beta.35
[skip ci] Automatically generated by python-semantic-release
1 parent 457416d commit 5135c1c

2 files changed

Lines changed: 63 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,68 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kagan"
3-
version = "0.19.0-beta.34"
3+
version = "0.19.0-beta.35"
44
description = "Kanban TUI for AI coding agents with a structural human review gate"
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)