chore(release): bump local version to 0.8.50
This commit is contained in:
+39
-1
@@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.8.50] - 2026-06-02
|
||||
|
||||
### Added
|
||||
|
||||
- Added a Windows NSIS installer release artifact and classroom/lab deployment
|
||||
checklist, harvested from #2045 for #1987. The release workflow now builds
|
||||
`CodeWhaleSetup.exe` from the canonical Windows binaries, and the installer
|
||||
adds/removes only the exact current-user PATH entry.
|
||||
- Added deterministic session timestamps in session listings, receipt-export
|
||||
boundary docs, and current-model turn metadata for routed/auto sessions.
|
||||
|
||||
### Changed
|
||||
|
||||
- Hardened theme repainting and sidebar color use so theme switches do not
|
||||
leave stale Whale-dark panel colors behind.
|
||||
- Made legacy config migration visible when CodeWhale copies old DeepSeek-era
|
||||
config into the CodeWhale config path.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed `/context` to use the effective routed model for context-window
|
||||
budgeting, so DeepSeek V4 routes report the 1M-token window and legacy
|
||||
DeepSeek routes keep the 128K fallback.
|
||||
- Fixed npm wrapper version output so `--version` prefers the installed binary
|
||||
version instead of stale package metadata when both are available.
|
||||
- Fixed truncated subagent tool calls and repeated truncated subagent responses
|
||||
so they return model-visible errors instead of silently failing.
|
||||
|
||||
### Community
|
||||
|
||||
Thanks to **@ZhulongNT** (#2045), **@cyq1017** (#2521, #2536, #2537, #2559,
|
||||
#2562, #2563, #2564), and **@HUQIANTAO** (#2527) for the work harvested into
|
||||
this release pass. Thanks also to issue reporters and verification helpers
|
||||
including **@New2Niu** (#2561), **@buko** (#2533, #2369), **@wywsoor**
|
||||
(#2494), **@ctxyao** (#2556), and **@Dr3259** (#2380) for reports and
|
||||
acceptance details that shaped these fixes.
|
||||
|
||||
## [0.8.49] - 2026-06-01
|
||||
|
||||
### Added
|
||||
@@ -5162,7 +5199,8 @@ Welcome — and thank you.
|
||||
- Hooks system and config profiles
|
||||
- Example skills and launch assets
|
||||
|
||||
[Unreleased]: https://github.com/Hmbown/CodeWhale/compare/v0.8.49...HEAD
|
||||
[Unreleased]: https://github.com/Hmbown/CodeWhale/compare/v0.8.50...HEAD
|
||||
[0.8.50]: https://github.com/Hmbown/CodeWhale/compare/v0.8.49...v0.8.50
|
||||
[0.8.49]: https://github.com/Hmbown/CodeWhale/compare/v0.8.48...v0.8.49
|
||||
[0.8.48]: https://github.com/Hmbown/CodeWhale/compare/v0.8.47...v0.8.48
|
||||
[0.8.47]: https://github.com/Hmbown/CodeWhale/compare/v0.8.46...v0.8.47
|
||||
|
||||
Generated
+15
-15
@@ -803,7 +803,7 @@ checksum = "e9b18233253483ce2f65329a24072ec414db782531bdbb7d0bbc4bd2ce6b7e21"
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-agent"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"codewhale-config",
|
||||
"serde",
|
||||
@@ -811,7 +811,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-app-server"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
@@ -836,7 +836,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-cli"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
@@ -863,7 +863,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-config"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codewhale-execpolicy",
|
||||
@@ -877,7 +877,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-core"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
@@ -895,7 +895,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-execpolicy"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codewhale-protocol",
|
||||
@@ -904,7 +904,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-hooks"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@@ -918,7 +918,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-mcp"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"serde",
|
||||
@@ -927,7 +927,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-protocol"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -935,7 +935,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-release"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"reqwest",
|
||||
@@ -946,7 +946,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-secrets"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"dirs",
|
||||
"keyring",
|
||||
@@ -959,7 +959,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-state"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
@@ -971,7 +971,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-tools"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@@ -985,7 +985,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-tui"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
@@ -1054,7 +1054,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "codewhale-tui-core"
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
|
||||
[[package]]
|
||||
name = "colorchoice"
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ default-members = ["crates/cli", "crates/app-server", "crates/tui"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.8.49"
|
||||
version = "0.8.50"
|
||||
edition = "2024"
|
||||
# Rust 1.88 stabilized `let_chains` in `if`/`while` conditions, which the
|
||||
# codebase relies on extensively. Cargo enforces this so users on older
|
||||
|
||||
@@ -7,5 +7,5 @@ repository.workspace = true
|
||||
description = "Model/provider registry and fallback strategy for DeepSeek workspace architecture"
|
||||
|
||||
[dependencies]
|
||||
codewhale-config = { path = "../config", version = "0.8.49" }
|
||||
codewhale-config = { path = "../config", version = "0.8.50" }
|
||||
serde.workspace = true
|
||||
|
||||
@@ -10,15 +10,15 @@ description = "Codex-style app-server transport for DeepSeek workspace architect
|
||||
anyhow.workspace = true
|
||||
axum.workspace = true
|
||||
clap.workspace = true
|
||||
codewhale-agent = { path = "../agent", version = "0.8.49" }
|
||||
codewhale-config = { path = "../config", version = "0.8.49" }
|
||||
codewhale-core = { path = "../core", version = "0.8.49" }
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.49" }
|
||||
codewhale-hooks = { path = "../hooks", version = "0.8.49" }
|
||||
codewhale-mcp = { path = "../mcp", version = "0.8.49" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.49" }
|
||||
codewhale-state = { path = "../state", version = "0.8.49" }
|
||||
codewhale-tools = { path = "../tools", version = "0.8.49" }
|
||||
codewhale-agent = { path = "../agent", version = "0.8.50" }
|
||||
codewhale-config = { path = "../config", version = "0.8.50" }
|
||||
codewhale-core = { path = "../core", version = "0.8.50" }
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.50" }
|
||||
codewhale-hooks = { path = "../hooks", version = "0.8.50" }
|
||||
codewhale-mcp = { path = "../mcp", version = "0.8.50" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.50" }
|
||||
codewhale-state = { path = "../state", version = "0.8.50" }
|
||||
codewhale-tools = { path = "../tools", version = "0.8.50" }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
@@ -25,14 +25,14 @@ path = "src/bin/deepseek_legacy_shim.rs"
|
||||
anyhow.workspace = true
|
||||
clap.workspace = true
|
||||
clap_complete.workspace = true
|
||||
codewhale-agent = { path = "../agent", version = "0.8.49" }
|
||||
codewhale-app-server = { path = "../app-server", version = "0.8.49" }
|
||||
codewhale-config = { path = "../config", version = "0.8.49" }
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.49" }
|
||||
codewhale-mcp = { path = "../mcp", version = "0.8.49" }
|
||||
codewhale-release = { path = "../release", version = "0.8.49" }
|
||||
codewhale-secrets = { path = "../secrets", version = "0.8.49" }
|
||||
codewhale-state = { path = "../state", version = "0.8.49" }
|
||||
codewhale-agent = { path = "../agent", version = "0.8.50" }
|
||||
codewhale-app-server = { path = "../app-server", version = "0.8.50" }
|
||||
codewhale-config = { path = "../config", version = "0.8.50" }
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.50" }
|
||||
codewhale-mcp = { path = "../mcp", version = "0.8.50" }
|
||||
codewhale-release = { path = "../release", version = "0.8.50" }
|
||||
codewhale-secrets = { path = "../secrets", version = "0.8.50" }
|
||||
codewhale-state = { path = "../state", version = "0.8.50" }
|
||||
chrono.workspace = true
|
||||
dirs.workspace = true
|
||||
serde.workspace = true
|
||||
|
||||
@@ -8,8 +8,8 @@ description = "Config schema and precedence model for DeepSeek workspace archite
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.49" }
|
||||
codewhale-secrets = { path = "../secrets", version = "0.8.49" }
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.50" }
|
||||
codewhale-secrets = { path = "../secrets", version = "0.8.50" }
|
||||
dirs.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
@@ -9,13 +9,13 @@ description = "Core runtime boundaries for DeepSeek workspace architecture"
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
chrono.workspace = true
|
||||
codewhale-agent = { path = "../agent", version = "0.8.49" }
|
||||
codewhale-config = { path = "../config", version = "0.8.49" }
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.49" }
|
||||
codewhale-hooks = { path = "../hooks", version = "0.8.49" }
|
||||
codewhale-mcp = { path = "../mcp", version = "0.8.49" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.49" }
|
||||
codewhale-state = { path = "../state", version = "0.8.49" }
|
||||
codewhale-tools = { path = "../tools", version = "0.8.49" }
|
||||
codewhale-agent = { path = "../agent", version = "0.8.50" }
|
||||
codewhale-config = { path = "../config", version = "0.8.50" }
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.50" }
|
||||
codewhale-hooks = { path = "../hooks", version = "0.8.50" }
|
||||
codewhale-mcp = { path = "../mcp", version = "0.8.50" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.50" }
|
||||
codewhale-state = { path = "../state", version = "0.8.50" }
|
||||
codewhale-tools = { path = "../tools", version = "0.8.50" }
|
||||
serde_json.workspace = true
|
||||
uuid.workspace = true
|
||||
|
||||
@@ -8,5 +8,5 @@ description = "Execution policy and approval model parity for DeepSeek workspace
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.49" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.50" }
|
||||
serde.workspace = true
|
||||
|
||||
@@ -10,7 +10,7 @@ description = "Hook dispatch and notifications parity for DeepSeek workspace arc
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
chrono.workspace = true
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.49" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.50" }
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
@@ -9,7 +9,7 @@ description = "Tool invocation lifecycle, schema validation, and scheduler paral
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.49" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.50" }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
+39
-1
@@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.8.50] - 2026-06-02
|
||||
|
||||
### Added
|
||||
|
||||
- Added a Windows NSIS installer release artifact and classroom/lab deployment
|
||||
checklist, harvested from #2045 for #1987. The release workflow now builds
|
||||
`CodeWhaleSetup.exe` from the canonical Windows binaries, and the installer
|
||||
adds/removes only the exact current-user PATH entry.
|
||||
- Added deterministic session timestamps in session listings, receipt-export
|
||||
boundary docs, and current-model turn metadata for routed/auto sessions.
|
||||
|
||||
### Changed
|
||||
|
||||
- Hardened theme repainting and sidebar color use so theme switches do not
|
||||
leave stale Whale-dark panel colors behind.
|
||||
- Made legacy config migration visible when CodeWhale copies old DeepSeek-era
|
||||
config into the CodeWhale config path.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed `/context` to use the effective routed model for context-window
|
||||
budgeting, so DeepSeek V4 routes report the 1M-token window and legacy
|
||||
DeepSeek routes keep the 128K fallback.
|
||||
- Fixed npm wrapper version output so `--version` prefers the installed binary
|
||||
version instead of stale package metadata when both are available.
|
||||
- Fixed truncated subagent tool calls and repeated truncated subagent responses
|
||||
so they return model-visible errors instead of silently failing.
|
||||
|
||||
### Community
|
||||
|
||||
Thanks to **@ZhulongNT** (#2045), **@cyq1017** (#2521, #2536, #2537, #2559,
|
||||
#2562, #2563, #2564), and **@HUQIANTAO** (#2527) for the work harvested into
|
||||
this release pass. Thanks also to issue reporters and verification helpers
|
||||
including **@New2Niu** (#2561), **@buko** (#2533, #2369), **@wywsoor**
|
||||
(#2494), **@ctxyao** (#2556), and **@Dr3259** (#2380) for reports and
|
||||
acceptance details that shaped these fixes.
|
||||
|
||||
## [0.8.49] - 2026-06-01
|
||||
|
||||
### Added
|
||||
@@ -5162,7 +5199,8 @@ Welcome — and thank you.
|
||||
- Hooks system and config profiles
|
||||
- Example skills and launch assets
|
||||
|
||||
[Unreleased]: https://github.com/Hmbown/CodeWhale/compare/v0.8.49...HEAD
|
||||
[Unreleased]: https://github.com/Hmbown/CodeWhale/compare/v0.8.50...HEAD
|
||||
[0.8.50]: https://github.com/Hmbown/CodeWhale/compare/v0.8.49...v0.8.50
|
||||
[0.8.49]: https://github.com/Hmbown/CodeWhale/compare/v0.8.48...v0.8.49
|
||||
[0.8.48]: https://github.com/Hmbown/CodeWhale/compare/v0.8.47...v0.8.48
|
||||
[0.8.47]: https://github.com/Hmbown/CodeWhale/compare/v0.8.46...v0.8.47
|
||||
|
||||
@@ -27,11 +27,11 @@ path = "src/bin/deepseek_tui_legacy_shim.rs"
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
arboard = "3.4"
|
||||
codewhale-config = { path = "../config", version = "0.8.49" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.49" }
|
||||
codewhale-release = { path = "../release", version = "0.8.49" }
|
||||
codewhale-secrets = { path = "../secrets", version = "0.8.49" }
|
||||
codewhale-tools = { path = "../tools", version = "0.8.49" }
|
||||
codewhale-config = { path = "../config", version = "0.8.50" }
|
||||
codewhale-protocol = { path = "../protocol", version = "0.8.50" }
|
||||
codewhale-release = { path = "../release", version = "0.8.50" }
|
||||
codewhale-secrets = { path = "../secrets", version = "0.8.50" }
|
||||
codewhale-tools = { path = "../tools", version = "0.8.50" }
|
||||
schemaui = { version = "0.12.0", default-features = false, optional = true }
|
||||
async-stream = "0.3.6"
|
||||
async-trait = "0.1"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "codewhale",
|
||||
"version": "0.8.49",
|
||||
"codewhaleBinaryVersion": "0.8.49",
|
||||
"version": "0.8.50",
|
||||
"codewhaleBinaryVersion": "0.8.50",
|
||||
"description": "Install and run CodeWhale, the agentic terminal for open-source and open-weight coding models, from GitHub release artifacts.",
|
||||
"author": "Hmbown",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user