Skip to content

Commit b302bd0

Browse files
authored
Merge pull request #590 from rajbos/rajbos/prep-vs-extension-v1-0-5
chore: bump Visual Studio extension version to 1.0.5
2 parents e2ee422 + 3d69402 commit b302bd0

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

visualstudio-extension/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [1.0.5] - 2026-04-11
10+
11+
### ✨ Features & Improvements
12+
- Add thinking effort (reasoning effort) tracking — shows actual vs estimated tokens for Claude models using extended thinking
13+
- Display 'xhigh' reasoning effort as 'Extra High' in the UI
14+
- GitHub authentication support — sign in with your GitHub account to view Copilot Cloud Agent and Review Agent usage
15+
- Add Claude Desktop Cowork session support
16+
- Show actual tokens in log viewer header for CLI sessions
17+
- Fix: track token usage from sub-agent calls in Copilot agent mode
18+
- Fix: wrap long MCP tool names in session viewer
19+
- Add per-tool suppression for unknown tool name notifications
20+
- Add friendly display names for 14 additional tools
21+
- Security fix: sanitize user-provided values in Repository PRs panel
22+
23+
## [1.0.4] - 2026-04-08
24+
25+
### ✨ Features & Improvements
26+
- Updated webview bundles with latest features from VS Code extension (v0.0.27)
27+
- Add AI Engineering Fluency icon to the extension
28+
29+
## [1.0.3] - 2026-03-31
30+
31+
### ✨ Features & Improvements
32+
- Updated webview bundles with latest features from VS Code extension (v0.0.26)
33+
- Performance: batch all CLI calls into a single `all --json` invocation for faster panel loading
34+
- Add support for Claude Code sessions
35+
936
## [1.0.2] - 2026-03-28
1037

1138
### ✨ Features & Improvements

visualstudio-extension/src/CopilotTokenTracker/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
55
<Metadata>
66
<Identity Id="AIEngineeringFluency.VS.RobBos"
7-
Version="1.0.4"
7+
Version="1.0.5"
88
Language="en-US"
99
Publisher="Rob Bos" />
1010
<DisplayName>AI Engineering Fluency</DisplayName>

0 commit comments

Comments
 (0)