Commit 65bd59c
chore(release): 0.3.0
Version bump + CHANGELOG. See CHANGELOG.md [0.3.0] for the full feature
list. Highlights: typed Tool<Args, Result> handles (#1015–#1017),
:agents-kt-ksp module skeleton (#1018), parser OOM fix (#1028,
backported as 0.2.3).
Source-compatible with 0.2.x; binary-incompatible (`tool(...)` builders
return Tool<...> instead of Unit) — consumers must recompile against
0.3.0. See CHANGELOG.md [0.3.0] § Binary compatibility.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0f247f2 commit 65bd59c
5 files changed
Lines changed: 5 additions & 5 deletions
File tree
- src/main/kotlin/agents_engine
- mcp
- runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments