|
1 | 1 | # What's New in Foundry Toolkit for VS Code |
2 | 2 |
|
| 3 | +## Version 1.6.7 - 5 August, 2026 |
| 4 | + |
| 5 | +This release makes Models and Tools faster, improves Agent Inspector conversations and events, adds local Activity Protocol debugging with Microsoft 365 Agents Playground, and removes retired GitHub Models support. |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- **Activity Protocol agents**: Newly scaffolded Python projects now use Microsoft 365 Agents Playground for local debugging. |
| 10 | +- **Agent Inspector** |
| 11 | + - **Input history**: Press **Up** and **Down** to recall, edit, and resend earlier requests while preserving your unsent draft. |
| 12 | + - **Clear Chat**: Start a fresh Responses or Invocations conversation while clearing the chat, Events, and Details state. |
| 13 | + |
| 14 | +### Changed |
| 15 | + |
| 16 | +- **Resource browsing** |
| 17 | + - Models and Tools open faster by loading the selected tab first and showing core rows before additional details. |
| 18 | + - Returning to Agents, Models, Tools, Knowledge, or Evaluations preserves rows, search, filters, and pagination while refreshing the active view in the background. A manual refresh always retrieves the latest service state. |
| 19 | + - Collapsed **My Resources** sections load only when opened, reducing startup work while preserving Search and Recent Agents. |
| 20 | +- **GitHub Models**: Following the service's retirement, GitHub Models has been removed from the Model Catalog, playground, model comparison, Prompt Builder, and evaluations. |
| 21 | +- **Agent Inspector Events**: Responses and Invocations now use a consistent newest-first Events list, with clearer error indicators and accessible controls. |
| 22 | + |
| 23 | +### Fixed |
| 24 | + |
| 25 | +- **Activity Protocol deployment**: Azure Bot application ID conflicts now show actionable guidance instead of a raw service error. |
| 26 | +- **Agent Optimization (preview)**: New optimization runs are disabled for hosted agents that do not use the Responses protocol, with guidance explaining the requirement. |
| 27 | + |
3 | 28 | ## Version 1.6.6 - 29 July, 2026 |
4 | 29 |
|
5 | 30 | This release streamlines Hosted Agent creation and model deployment, adds Microsoft Teams support for Activity Protocol agents, gives Agent Inspector a complete Responses event view, and improves deployment and playground reliability. |
|
0 commit comments