Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.10.26 (Preview)

### Added
- **Versioned MCP envelope support** — the extension now launches `binlog-mcp` with `--envelope` and unwraps the server's versioned JSON envelope (`{ schemaVersion, kind, data, error }`) at the MCP client boundary, so the tree, webviews, and Problems panel consume structured `data` directly. It validates the envelope's schema major version, surfaces server-side errors, and shows an actionable "the installed server is too old to support `--envelope`" message (with the `dotnet tool update` command) when connected to a pre-envelope `binlog-mcp`. The MCP entry spawned directly by Copilot Chat deliberately stays on the server's default LLM-optimized prose output.

### Changed
- **Install Microsoft.AITools.BinlogMcp from nuget.org** — the package is now published on nuget.org as stable, so the extension installs and updates the MCP server tool without the dnceng Azure DevOps feed or the `--prerelease` flag.

## 0.10.25 (Preview)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "binlog-analyzer",
"displayName": "MSBuild Binlog Analyzer",
"description": "Analyze MSBuild binary logs with Copilot Chat and MCP tools",
"version": "0.10.25",
"version": "0.10.26",
"preview": true,
"publisher": "dotutils",
"license": "MIT",
Expand Down
Loading