文件最后提交记录最后更新时间
feat(dsnix): add shim package for shorter CLI command (#1440) reasonix is nine characters; users asked for a shorter form. Ship a thin alias under dsnix that resolves to the same CLI: - bin alias on the main package so global installs expose both - dedicated shim package on npm so npx dsnix@latest works - independent publish workflow keyed on dsnix-v* tags Version tracks reasonix 1:1; first release at 0.48.0. Co-authored-by: reasonix <reasonix@deepseek.com>9 天前
feat(dsnix): add shim package for shorter CLI command (#1440) reasonix is nine characters; users asked for a shorter form. Ship a thin alias under dsnix that resolves to the same CLI: - bin alias on the main package so global installs expose both - dedicated shim package on npm so npx dsnix@latest works - independent publish workflow keyed on dsnix-v* tags Version tracks reasonix 1:1; first release at 0.48.0. Co-authored-by: reasonix <reasonix@deepseek.com>9 天前
chore(dsnix): bump to 0.52.0 + sync lockfile 3 天前
README.md

dsnix

Short alias for reasonix — the DeepSeek-native coding agent.

This package is a thin shim. Installing or running dsnix resolves to the same reasonix CLI, just under a shorter command name.

Use

# Global install
npm install -g dsnix
dsnix code my-project

# One-shot via npx
npx dsnix@latest code my-project

Equivalent to:

npx reasonix@latest code my-project

Why a separate package?

reasonix is the canonical package; dsnix exists purely so users can type a shorter command and run npx dsnix@latest without typing nine letters. Version numbers track reasonix 1-to-1.

For docs, config, slash commands, and everything else, see the main Reasonix README.