ccc0315831
Cut the 0.8.59 changelog section, bump workspace/npm/README versions, refresh Cargo.lock and generated web facts, and sync the embedded TUI changelog slice. Also fixes the short codew shim to prefer its sibling codewhale dispatcher before PATH so fresh installs do not delegate to an older global binary.
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
[package]
|
|
name = "codewhale-app-server"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Codex-style app-server transport for DeepSeek workspace architecture"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
axum.workspace = true
|
|
clap.workspace = true
|
|
codewhale-agent = { path = "../agent", version = "0.8.59" }
|
|
codewhale-config = { path = "../config", version = "0.8.59" }
|
|
codewhale-core = { path = "../core", version = "0.8.59" }
|
|
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.59" }
|
|
codewhale-hooks = { path = "../hooks", version = "0.8.59" }
|
|
codewhale-mcp = { path = "../mcp", version = "0.8.59" }
|
|
codewhale-protocol = { path = "../protocol", version = "0.8.59" }
|
|
codewhale-state = { path = "../state", version = "0.8.59" }
|
|
codewhale-tools = { path = "../tools", version = "0.8.59" }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
rustls.workspace = true
|
|
tokio.workspace = true
|
|
tower-http.workspace = true
|
|
tracing.workspace = true
|
|
uuid.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.16"
|
|
tower = "0.5"
|