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.