Skip to content

Commit 90e1594

Browse files
chore(release): v0.1.117-rc.3 [skip ci]
1 parent fde785d commit 90e1594

6 files changed

Lines changed: 46 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,47 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
<!-- changelog:entries -->
88

9+
## [0.1.117-rc.3] - 2026-07-24
10+
11+
12+
### Other
13+
14+
- Add tests for agentic handlers: query, batch, discover (#810)
15+
16+
* issue/agentic-handler-tests: add tests for query, batch, and discover handlers
17+
18+
Adds three new test files covering edge cases and missing code paths:
19+
- query_handler_test.go: default limit clamping, invalid RFC3339 dates,
20+
offset out-of-bounds, missing resource field, response structure
21+
- batch_test.go: invalid JSON, single/max operations, POST bodies,
22+
sub-request errors, auth header propagation, concurrent integrity
23+
- discover_test.go: method filter, limit clamp >100, combined filters,
24+
see_also references, Smart404 suggestions with auth filtering
25+
26+
Coverage: 91.5% -> 92.6% (BatchHandler: 79.4% -> 94.1%,
27+
DiscoverHandler: 92.3% -> 100.0%)
28+
29+
* fix(agentic): preserve batch caller identity
30+
31+
* chore(skills): sync embedded skill mirrors on branch
32+
33+
Realigns embedded mirrors with skills/ sources inherited from the main
34+
merge so skillkit drift tests pass branch-locally.
35+
36+
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
37+
38+
* test(agentic): cover past-end offset branches and node-ID batch forwarding
39+
40+
Closes the patch-coverage gap on the caller-identity fix: the empty-page
41+
branches for executions/workflows/sessions (only agents was exercised)
42+
and the X-Agent-Node-ID forwarding branch in batch sub-requests.
43+
44+
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
45+
46+
---------
47+
48+
Co-authored-by: Claude Fable 5 <noreply@anthropic.com> (fde785d)
49+
950
## [0.1.117-rc.2] - 2026-07-24
1051

1152

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.117-rc.2
1+
0.1.117-rc.3

control-plane/internal/templates/go/go.mod.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module {{.GoModule}}
22

33
go 1.23
44

5-
require github.com/Agent-Field/agentfield/sdk/go v0.1.117-rc.2
5+
require github.com/Agent-Field/agentfield/sdk/go v0.1.117-rc.3

sdk/python/agentfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@
181181
"reasoner",
182182
]
183183

184-
__version__ = "0.1.117-rc.2"
184+
__version__ = "0.1.117-rc.3"

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)