ee0ce460ee
A community-driven reliability release. Plan-mode safety, paste-Enter auto-submit, slash-menu skills coverage, the deepseek-cn endpoint preset, and a handful of platform / streaming / gateway-compat fixes, plus a small PTY-driven QA harness. See CHANGELOG.md for the full annotated change list with credits. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
420 B
TOML
16 lines
420 B
TOML
[package]
|
|
name = "deepseek-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Config schema and precedence model for DeepSeek workspace architecture"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
deepseek-secrets = { path = "../secrets", version = "0.8.17" }
|
|
dirs.workspace = true
|
|
serde.workspace = true
|
|
toml.workspace = true
|
|
tracing.workspace = true
|