1.15.7
miraymen/pix2surf1.15.7Jul 26, 2026by joaomdmoura
AI Summary
This release focuses on stabilizing the CrewAI+ runtime client, resolving issues with GPT-5.6 tools and reasoning, and adding runtime observability for skill usage.
Key Highlights
- Fixes for GPT-5.6 tools and reasoning_effort 400 errors
- Runtime CrewAI+ client registry skill resolution
- Tool calling support on Responses API path
- Skill usage events emitted for observability
- CVE patch for bedrock-agentcore
New Features
- Emit skill usage events at runtime for observability
Full Release Notes
## What's Changed ### Bug Fixes - Resolve registry skills through the runtime's CrewAI+ client - Recover from the GPT-5.6 tools + reasoning_effort 400 - Make tool calling work on the Responses API path - Route responses-only models instead of failing with 404 - Bump bedrock-agentcore to patch CVE-2026-16796 ### Observability - Emit skill usage events at runtime for observability ### Documentation - Add snapshot and changelog for v1.15.7a1 ## Contributors @alex-clawd, @joaomdmoura, @lorenzejay