Sign InOpen Brain
GitHubGitHub RepoNeeds Review

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.

GitHub · Trending today
Open Source Open MarkdownOpen JSON
Source Summary

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**.

Practical Implication

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**.

Agent-Ready Context
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.
Connected Context · Feed7 Judgment

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.

An update on recent Claude Code quality reportsAnthropic’s thinking-cache failure shows that caching is also a correctness boundary, so Reasonix’s cache-stable sessions need validation for behavior as well as hoped-for token savings.ogulcancelik/herdrHerdr manages visible terminal sessions across many agents, while Reasonix provides one configurable local engine; they address complementary orchestration and runtime layers.remobi.app: Don't change your terminal workflow for mobileRemobi preserves access to an existing terminal session, which could extend Reasonix’s terminal workflow without changing its underlying planner, executor, or tool configuration.Vercel Plugin now available in VS Code and GitHub Copilot CLIVercel’s plugin reduces platform-context setup inside established hosts; Reasonix instead moves model, tool, and plugin selection into a standalone engine shared across terminal, desktop, and editor clients.
Context Map
toolscoding#coding-agents#context-caching#dev-ux
Uncertainty
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.