dsnix
v0.53.1
Published
Short alias for reasonix — DeepSeek-native coding agent. Forwards to the reasonix CLI.
Downloads
267
Maintainers
Readme
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-projectEquivalent to:
npx reasonix@latest code my-projectWhy 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.
