Minor Changes
Patch Changes
-
#10016
d2ae16a- Support configuring Azure OpenAI resource names or endpoint URLs from the provider settings flow, and document using the native Azure provider for GPT-5 family deployments. -
#10017
d9560d8- Fix the task cost shown at the top of the chat double-counting subagent costs. Sessions that spawned subagents were overreporting their totals because the backend already rolls descendant costs up into the parent session, and the webview was then summing them again. -
#10015
556b5e4- Collapse the Auto-Approve Exceptions list by default when it has more than 5 entries. -
#10008
f539f59- Show an "Open in Diff Viewer" icon on Write tool calls (matching the Edit tool), so the changes can be inspected in a full diff tab.