Skip to content

Commit 4c1a191

Browse files
committed
Update CHANGELOG to reflect MCP/skill fan-out support in v1.13.0
1 parent dbf4d6d commit 4c1a191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
99
## [1.13.0] - 2026-03-23
1010

1111
### 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.
1313

1414
### Fixed
1515
- **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

Comments
 (0)