Releases: ZethRise/ZethCode
Release list
v1.0.6
Zeth Code v1.0.6
the seventh release of ZethCode. a reliability release focused on TUI message delivery, persistent session state, safer workspace recovery, and expanded GPT-5.6 model availability.
Fixed
- Fixed Git sidebar success messages so failed commit, pull, push, and stage commands report errors.
- Fixed TUI event-stream reconnect behavior after a disconnected or failed SSE request.
- Fixed failed prompt, shell, and slash-command submissions clearing user input.
- Fixed prompt history, stash, frecency, and KV persistence races that could lose recent state.
- Fixed worktree and workspace creation error recovery.
- Fixed stale session workflow state cleanup and overlapping session sync requests.
- Fixed VAD buffer growth during long voice recordings.
- Fixed Windows console cleanup from overwriting unrelated terminal mode changes.
Added
- Added GPT-5.6 Luna, Terra, and Sol aliases for OpenAI and ChatGPT OAuth users.
- Added OpenAI fallback catalog entries for GPT-5.6 Luna, Terra, and Sol when the remote model catalog is stale.
Zeth Code is a fork of MiMo Code. If you face any error or bug, feel free to open an issue on this repository!
v1.0.5
Zeth Code v1.0.5
the sixth release of ZethCode. a quality release focused on TUI streaming reliability, RTL/Persian handling, session search, AgentRouter compatibility, and Windows terminal input fixes.
Fixed
- Fixed assistant message streaming reliability by buffering out-of-order text deltas.
- Fixed Persian/RTL prompt rendering with safer wrapping for mixed Persian and English text.
- Fixed user message bubble wrapping in the TUI so long text does not overflow.
- Fixed AgentRouter streaming compatibility by filtering billing summary SSE events before they reach the model stream parser.
- Fixed Windows terminal paste/input behavior by enabling virtual terminal input.
- Fixed dependency versions for console core and enterprise packages.
Added
- Added
/searchcommand for finding and jumping to matching text in the current session. - Added
messages_searchkeybind config option. - Added scrollable
/contextview with user/assistant token breakdown and visible message count. - Added live agent status and latest tool activity to the session sidebar.
- Added richer
/whydiagnostics using current session status and message parts. - Added
disable-model-invocation: truesupport for skills so manual-only skills can be hidden from model-visible skill lists. - Updated release workflow defaults for
v1.0.5. - Updated package versions and README release notes to
1.0.5.
Zeth Code is a fork of MiMo Code. If you face any error or bug, feel free to open an issue on this repository!
v1.0.4
Zeth Code v1.0.4
the fifth release of ZethCode. a feature release focused on TUI productivity, project memory, built-in MCP support, provider stability, and Windows quality fixes.
Fixed
- Fixed messy RTL/Persian text rendering in assistant responses.
- Fixed project memory startup so new sessions check for project memory and create
.zethcodememory files when needed. - Fixed memory search reliability with health checks and reindex support.
- Fixed full conversation scrollback so older messages are not clipped by viewport height.
- Fixed Windows OpenAI-compatible provider stability by closing connections cleanly.
- Fixed AgentRouter/OpenAI-compatible provider handling for Xiaomi API mode.
- Fixed source control sidebar layout and visual polish.
Added
- Added built-in
context7MCP support. - Added automatic Context7 usage guidance for web search and stale documentation checks.
- Added session memory trace view in the TUI.
- Added memory CLI actions:
zethcode memory healthzethcode memory reindex
- Added memory server routes for health and reindex operations.
- Added context control tools in the TUI:
/context/tokens/list/drop/clear/reset
- Added prompt enhancer support with:
/enhanceCtrl+X P
- Added auto-review behavior for risky shell/tool calls.
- Added provider mode split for Xiaomi API usage.
- Added connector scaffold command:
zethcode connector create <name>
- Added connector registry generation under
.zethcode/connectors/registry.json. - Added workspace-less mode:
zethcode tui --no-projectzethcode run --no-project
- Added assistant locale preference through config:
locale
- Added
uninstall.ps1alongside the Windows installer. - Added config schema updates for the new options and keybinds.
Zeth Code is a fork of MiMo Code. If you face any error or bug, feel free to open an issue on this repository!
v1.0.3
Zeth Code v1.0.3
the forth release of ZethCode. a maintenance release focused on built-in memory support and package namespace fixes.
Fixed
- Fixed Linux ARM64 release builds by adding the missing
codebase-memory-mcpARM64 archive. - Fixed obsolete
@mimo-aiimports by renaming them to@zethrise. - Fixed binary package publishing path handling on Windows.
- Fixed bundled skill line endings so generated skill bundles use LF consistently.
Added
- Added built-in native
codebase-memoryMCP support. - Added bundled
codebase-memory-mcpbinaries for:- Linux x64
- Linux ARM64
- Windows x64
- Added built-in Caveman and Ponytail skill bundles.
- Added Linux/macOS one-line installer support:
curl -fsSL https://raw.githubusercontent.com/ZethRise/ZethCode/master/scripts/install | bash
- Added npm publishing helper script for Windows.
Zeth Code is a fork of MiMo Code. If you face any error or bug, feel free to open an issue on this repository!
v1.0.2
Zeth Code v1.0.2
Maintenance release focused on Linux release builds, package installation, and AppImage packaging fixes.
Fixed
- Fixed malformed Bun patch hunk metadata for the OpenTUI patch.
- Forced
.patchfiles to use LF line endings so Linux runners can parse them reliably. - Fixed text display in sessions
Added
- Added Linux release packaging support for:
.deb.AppImage
Zeth Code is a fork of MiMo Code. If you face any error or bug, feel free to open an issue on this repository!
v1.0.1
Zeth Code v1.0.1
Small maintenance release focused on install, release, and package metadata fixes.
Fixed
- Fixed npm package metadata pointing to MiMo Code.
- Fixed GitHub workflow version handling for
v1.0.1. - Fixed local
masterbuilds showing0.0.0-master-*instead of the package version. - Fixed Windows npm postinstall binary lookup from
mimo.exetozeth.exe. - Fixed schema URLs to use the ZethRise GitHub repo.
- Added generated config schemas:
schema/config.jsonschema/tui.json
Added
- Added PowerShell installer:
irm https://raw.githubusercontent.com/ZethRise/ZethCode/master/install.ps1 | iexZeth Code is a fork of MiMo Code. If you face any error or bug, feel free to open an issue on this repository!
v1.0.0
ZethCode v1.0.0
First public release of Zeth Code, a fork of MiMo Code focused on a terminal-native AI coding workflow. This release provides standalone Windows builds, a polished TUI experience, local code editing tools, terminal execution, Git-aware project work, persistent memory, and multiple agent modes.
Zeth Code is for persian users, with RTL support.
What's New:
- Forked from MiMo Code — built on top of XiaomiMiMo/MiMo-Code
- Windows release builds — downloadable
.exebinaries for x64, x64-baseline, and arm64 - Terminal-native TUI — responsive command-line interface built for daily coding sessions
- Local tool execution — agents can inspect files, edit code, run terminal commands, and work inside Git repositories
- Persistent memory — cross-session project memory with checkpoints, rules, and gotchas
- Provider flexibility — connect OpenAI-compatible providers and model configurations
- Workflow support — built-in handling for repo context, sessions, project state, and developer automation
- RTL Support — Not that good but still works!
Features:
- Terminal UI focused on coding workflows
- Terminal command execution
- Git repository awareness
- Multiple specialized agents: build, plan, and compose
- Persistent memory and project context
- SQLite-backed local state
- Session history
- TUI plugin support
- MCP/tooling integration