|
1 | 1 | # What's New in Foundry Toolkit for VS Code |
2 | 2 |
|
| 3 | +## Version 1.6.9 - 19 August, 2026 |
| 4 | + |
| 5 | +This release streamlines agent creation, brings administrator-connected Foundry models to playgrounds and Hosted Agent creation, and adds richer Agent Inspector views and controls. |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- **Create Agent**: Start from a redesigned page with direct paths to Agent Framework, Copilot SDK, and LangGraph samples, Copilot-assisted coding, Agent Builder, or the full sample catalog. |
| 10 | +- **Administrator-connected models**: Select Microsoft Foundry models configured by an administrator in playgrounds and when creating a Hosted Agent. |
| 11 | +- **Agent Inspector** |
| 12 | + - **Responses Overview**: Inspect all runs or a selected run in a default Overview tab with a latency waterfall and an ordered timeline of model, reasoning, and tool activity. |
| 13 | + - **Reasoning**: View raw reasoning and reasoning summaries in separate collapsible sections when an agent provides them. |
| 14 | + |
| 15 | +### Changed |
| 16 | + |
| 17 | +- **Agent Inspector permissions**: Pending MCP approvals and OAuth consent requests stay pinned above the message input, with bulk actions and expandable request details. |
| 18 | +- **Agent Inspector response details**: Response footers now show the model, duration, token total, and timestamp. Hover over the token total to see input and output usage. The Tokens table now uses **Response** terminology. |
| 19 | +- **Activity Protocol agents**: Newly scaffolded Python projects now open Microsoft 365 Agents Playground inside VS Code for local debugging. |
| 20 | + |
| 21 | +### Fixed |
| 22 | + |
| 23 | +- **Agent Inspector** |
| 24 | + - Response text, reasoning, tool calls, and permission decisions now stay in their original order. |
| 25 | + - Human-in-the-loop pauses no longer show duplicate tool and approval cards. |
| 26 | + - **Clear Chat** remains available while a Responses turn is paused for approval or consent. |
| 27 | + |
3 | 28 | ## Version 1.6.8 - 12 August, 2026 |
4 | 29 |
|
5 | 30 | This release adds user-scoped Hosted Agent Playground sessions, makes Hosted Agent setup and Activity Protocol deployment more reliable, and improves resource loading, Agent Inspector continuations, Prompt Builder persistence, and MCP authorization. |
|
0 commit comments