DSCC
home / releases / 0.1.0

DSCC 0.1.0 release notes (draft)

Summary

DSCC 0.1.0 is the first public release of the forked, re-branded continuation of the clean-room Claw Code Rust implementation. DSCC preserves wire compatibility with the Anthropic Messages API (anthropic-version: 2023-06-01) and with OpenAI-compatible providers, but the brand surface — paths, env vars, config keys, CLI binary, and prompt text — has been cleanly migrated to dscc / DSCC.md / DSCC_*.

This release centers on a usable local CLI experience: interactive sessions, non-interactive prompts, workspace tools, configuration loading, sessions, plugins, and local agent/skill discovery.

Highlights

Install and run

Source builds:

cargo install --path crates/dscc-cli --locked
# or
cargo build --release -p dscc-cli

Run:

dscc --model claude-opus-4-6
dscc --model claude-sonnet-4-6 prompt "summarize this repository"

OpenAI-compatible provider (e.g. doubao/ARK):

export DSCC_API_KEY="..."
export DSCC_BASE_URL="https://ark.cn-beijing.volces.com/api/v3"
dscc --model doubao-seed-1-6-250615 prompt "hi"

Known limitations

Licensing

DSCC is dual-licensed starting with 0.1.0:

Verification used for this draft