Skip to content

Commit 3bae94b

Browse files
chore(main): release 0.5.2 (#93)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95e79ab commit 3bae94b

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.5.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.5.2](https://github.com/Vizards/deepseek-v4-for-copilot/compare/v0.5.1...v0.5.2) (2026-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **diagnostics:** classify cache traces by request kind ([#97](https://github.com/Vizards/deepseek-v4-for-copilot/issues/97)) ([7212765](https://github.com/Vizards/deepseek-v4-for-copilot/commit/7212765aaa53a57145fa9d33412bfb453ee7f879))
9+
* **extension:** let VS Code infer extension host ([#78](https://github.com/Vizards/deepseek-v4-for-copilot/issues/78)) ([95e79ab](https://github.com/Vizards/deepseek-v4-for-copilot/commit/95e79ab5e77f2745f1044e25e55a01fe7c7910eb))
10+
* **logger:** diagnostics log visibility ([#89](https://github.com/Vizards/deepseek-v4-for-copilot/issues/89)) ([792691d](https://github.com/Vizards/deepseek-v4-for-copilot/commit/792691d15ca77ecc4a7313d5c9f6ebb3392d5bb7))
11+
312
## [0.5.1](https://github.com/Vizards/deepseek-v4-for-copilot/compare/v0.5.0...v0.5.1) (2026-05-18)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "DeepSeek V4 for Copilot Chat",
44
"description": "Pick DeepSeek V4 Pro & Flash from the Copilot Chat model picker. Vision, thinking mode, agent tools — zero config, BYOK.",
55
"icon": "resources/icon.png",
6-
"version": "0.5.1",
6+
"version": "0.5.2",
77
"publisher": "Vizards",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)