Version and entry point
Confirm node -v, npm dist-tags, and whether npx or the global command points to the intended package.
Используйте эти команды, чтобы проверить Node/npm, DeepSeek API key, Go toolchain и проблемы терминала без раскрытия секретов.
Check command and version first, credentials second, and local tooling last. That avoids unnecessary reinstalls and keeps secrets out of public pages.
Confirm node -v, npm dist-tags, and whether npx or the global command points to the intended package.
Confirm that the DeepSeek API key exists and stays in local environment, Reasonix config, or a safe secret manager.
Check Go/make only for source builds; check terminal, shell, Windows Terminal, or Git for Windows only for interaction bugs.
node -v npm view reasonix engines npm view reasonix dist-tags npm cache verify npx reasonix@latest code
Используйте live npm metadata для текущего Node requirement и package tags. Очистите npm cache или укажите нужный tag, если npx берет неожиданный пакет.
open https://platform.deepseek.com/api_keys printenv DEEPSEEK_API_KEY npx reasonix code
Сначала проверьте, что ключ DeepSeek Platform существует. Не коммитьте ключи в публичные репозитории.
go version make --version git switch main-v2 make build
main-v2 - это Go rewrite branch, поэтому для сборки из исходников нужны Go toolchain и make.
echo $TERM printf '\e[?1000h' # Windows users should also review Git for Windows and Windows Terminal settings
GitHub issue #2649 отслеживает scrolling, PageUp/PageDown и selection-copy в Windows Terminal.
npx reasonix@latest code # Workaround: add a leading space or newline, then follow issue #2658
Этот GitHub bug report оставался открытым 2026-06-02, поэтому он вынесен в error tracker.
curl -s https://api.deepseek.com | head # Then return to Reasonix and run /help or /pro to verify model switching
Сетевая доступность не равна успешной авторизации. Ключ и конфиг Reasonix нужно проверять отдельно.