AI 비교하기AI 사용하기AI 최신정보AI 커뮤니티
Our VisionTermsPrivacyContact

Reasonix Launches Terminal-Native DeepSeek Coding Agent

Reasonix Launches Terminal-Native DeepSeek Coding Agent

esengine.github.io
Monday, May 25, 2026
  • •Reasonix v0.50.0 is an open-source, terminal-native coding agent built specifically for DeepSeek's API infrastructure.
  • •The software achieves a 94% cache hit rate and 2.5× cost reduction using a byte-stable, append-only loop.
  • •Features include sandbox-restricted file editing, R1 reasoning-chain harvesting, and first-class Model Context Protocol integration.
  • •Reasonix v0.50.0 is an open-source, terminal-native coding agent built specifically for DeepSeek's API infrastructure.
  • •The software achieves a 94% cache hit rate and 2.5× cost reduction using a byte-stable, append-only loop.
  • •Features include sandbox-restricted file editing, R1 reasoning-chain harvesting, and first-class Model Context Protocol integration.

Reasonix is an open-source, terminal-native AI coding agent released on May 24, 2026 (v0.50.0). Engineered specifically for the DeepSeek API, the software achieves a 94% cache hit rate and a 2.5× cost reduction by leveraging DeepSeek's byte-stable prefix caching. The system architecture uses an append-only loop that avoids history mutation, ensuring that cached prefixes remain intact across tool calls. According to the developers, these mechanics allow input-token costs to collapse to approximately 1/5 of standard rates, with cached tokens priced at $0.014 /Mtok compared to the standard $0.07 /Mtok.

The agent features a terminal user interface (TUI) rather than an IDE plugin, supporting native Git operations and file system management directly within the workspace. Key technical capabilities include R1 thought harvesting for reasoning chains, schema-aware self-healing for tool calls, and first-class support for the Model Context Protocol (MCP). Users can integrate external servers via stdio, SSE, or Streamable HTTP. The software provides a sandboxed environment where all built-in tools are restricted to the launch directory. Safety features include a `/plan` read-only audit gate that prevents file writes until the user approves the proposed changes.

Reasonix currently supports Node ≥ 22 and requires a DeepSeek API key for operation. While primarily a CLI-based tool, a native Tauri desktop client is available as a visual companion for users who prefer multi-tab sessions and live cost-tracking metrics. The project is MIT-licensed, and its development roadmap includes features such as cross-device context synchronization, semantic repository indexing, and multi-agent collaboration via persistent workers. The developers emphasize that Reasonix is designed as a design-specific alternative to generic tooling like Aider or Cline, which they state often destroy the byte-stability required for optimal cache performance through history compression.

Reasonix is an open-source, terminal-native AI coding agent released on May 24, 2026 (v0.50.0). Engineered specifically for the DeepSeek API, the software achieves a 94% cache hit rate and a 2.5× cost reduction by leveraging DeepSeek's byte-stable prefix caching. The system architecture uses an append-only loop that avoids history mutation, ensuring that cached prefixes remain intact across tool calls. According to the developers, these mechanics allow input-token costs to collapse to approximately 1/5 of standard rates, with cached tokens priced at $0.014 /Mtok compared to the standard $0.07 /Mtok.

The agent features a terminal user interface (TUI) rather than an IDE plugin, supporting native Git operations and file system management directly within the workspace. Key technical capabilities include R1 thought harvesting for reasoning chains, schema-aware self-healing for tool calls, and first-class support for the Model Context Protocol (MCP). Users can integrate external servers via stdio, SSE, or Streamable HTTP. The software provides a sandboxed environment where all built-in tools are restricted to the launch directory. Safety features include a `/plan` read-only audit gate that prevents file writes until the user approves the proposed changes.

Reasonix currently supports Node ≥ 22 and requires a DeepSeek API key for operation. While primarily a CLI-based tool, a native Tauri desktop client is available as a visual companion for users who prefer multi-tab sessions and live cost-tracking metrics. The project is MIT-licensed, and its development roadmap includes features such as cross-device context synchronization, semantic repository indexing, and multi-agent collaboration via persistent workers. The developers emphasize that Reasonix is designed as a design-specific alternative to generic tooling like Aider or Cline, which they state often destroy the byte-stability required for optimal cache performance through history compression.

Read original (English)·May 24, 2026
#deepseek#reasonix#coding agent#prefix cache#model context protocol#terminal ui