Skip to content

Commit bf55364

Browse files
chore(main): release 0.5.0 (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c20565a commit bf55364

4 files changed

Lines changed: 23 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.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/Vizards/deepseek-v4-for-copilot/compare/v0.4.1...v0.5.0) (2026-05-13)
4+
5+
6+
### Features
7+
8+
* **provider:** add segment-aware request diagnostics ([#66](https://github.com/Vizards/deepseek-v4-for-copilot/issues/66)) ([c20565a](https://github.com/Vizards/deepseek-v4-for-copilot/commit/c20565a5b9555efc5535fbb7897e69e361af7906))
9+
* report token usage to Copilot context via LanguageModelDataPart ([#60](https://github.com/Vizards/deepseek-v4-for-copilot/issues/60)) ([01ef9e5](https://github.com/Vizards/deepseek-v4-for-copilot/commit/01ef9e5f4134fbb5981a5f2c3dbd75ff6bd8162e))
10+
11+
12+
### Bug Fixes
13+
14+
* **provider:** recursively count all part types in provideTokenCount ([#51](https://github.com/Vizards/deepseek-v4-for-copilot/issues/51)) ([1bd8636](https://github.com/Vizards/deepseek-v4-for-copilot/commit/1bd8636d04e98036b76e74d44abd8ac39ee7af1c))
15+
* remove extensionDependencies on github.copilot-chat for SSH-Remote compatibility ([#45](https://github.com/Vizards/deepseek-v4-for-copilot/issues/45)) ([11d020e](https://github.com/Vizards/deepseek-v4-for-copilot/commit/11d020e196fac5f80b48ae1e2f2314680191f2aa))
16+
17+
18+
### Documentation
19+
20+
* add Simplified Chinese README (zh-cn) ([#46](https://github.com/Vizards/deepseek-v4-for-copilot/issues/46)) ([a477c1e](https://github.com/Vizards/deepseek-v4-for-copilot/commit/a477c1ecc6ea1fde1060d685dfce8dfdb97c8996))
21+
322
## [0.4.1](https://github.com/Vizards/deepseek-v4-for-copilot/compare/v0.4.0...v0.4.1) (2026-05-05)
423

524

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.4.1",
6+
"version": "0.5.0",
77
"publisher": "Vizards",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)