esengine/DeepSeek-Reasonix
Reasonix is a configurable terminal coding agent built to preserve DeepSeek prefix-cache reuse across long sessions, with optional planner/executor models and subprocess-based plugins.
Reasonix packages its agent harness as a **single static Go binary** configured through TOML. It supports OpenAI-compatible endpoints, an optional planner and executor in **two cache-stable sessions**, and external tools over **stdio JSON-RPC**.
Consider it when repeated prefixes dominate your DeepSeek token costs or when you want model, tool, and plugin choices outside application code. The same local engine serves terminal, desktop, and editor workflows, and prebuilt binaries cover **six OS and architecture targets**.
Reasonix packages its agent harness as a **single static Go binary** configured through TOML. It supports OpenAI-compatible endpoints, an optional planner and executor in **two cache-stable sessions**, and external tools over **stdio JSON-RPC**. Consider it when repeated prefixes dominate your DeepSeek token costs or when you want model, tool, and plugin choices outside application code. The same local engine serves terminal, desktop, and editor workflows, and prebuilt binaries cover **six OS and architecture targets**. The material describes the cache-maintenance design but provides no measured cost or latency comparison. The VS Code extension also does not bundle the CLI, so its local backend must be installed separately.
Reasonix adds a portable, application-independent harness centered on stable prompt prefixes and configurable models and tools. It narrows the value claim to an architectural opportunity rather than proven savings because no cost or latency measurements are supplied, and its editor experience still depends on separately installing the local binary.