You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
9
9
## [1.13.0] - 2026-03-23
10
10
11
11
### Added
12
-
-**Read-only tools during fan-out**: Providers can now use `file_read`during fan-out to inspect the codebase before responding, instead of giving generic advice. Write and exec tools remain synthesis-only.
12
+
-**Fan-out tool access**: Providers can now use `file_read`, MCP tools, and skill tools during fan-out to inspect the codebase and gather context before responding, instead of giving generic advice. Write and exec built-in tools remain synthesis-only.
13
13
14
14
### Fixed
15
15
-**Tool results lost from conversation history**: Tool calls and results are now preserved as structured messages in the conversation state (assistant+tool_calls → tool results → follow-up). Previously they were flattened to a single text blob, so providers lost tool context on subsequent turns.
0 commit comments