Skip to content

Releases: zapabob/codex

v3.1.0 Stable Release

18 Apr 03:55

Choose a tag to compare

Stable channel

This stable tag mirrors the v3.1.0 source snapshot on release/3.1.0-stable and ships the same verified Windows artifact bundle.

Codex v3.1.0 Release Notes

Current release document for the v3.1.0 line.
Legacy v2.x release notes are archived at releases/legacy/v2.x/RELEASE_NOTES.md.

Release Channels

  • Stable channel: v3.1.0-stable.0 from release/3.1.0-stable
  • Mainline channel: v3.1.0 from main
  • Primary asset: Windows tar.gz bundle containing codex.exe, README.md, LICENSE, and VERSION

Canonical Versioning

  • Canonical source: root VERSION
  • Fork version: 3.1.0
  • Upstream base: rust-v0.121.0
  • Release date: 2026-04-18

What Changed In v3.1.0

Product positioning

  • Rewrote the root README around a public-facing TL;DR, release-channel guidance, architecture snapshot, and migration status.
  • Clarified that the official Codex surfaces are the baseline product story for this fork: codex, codex app, codex app-server, and plugins.
  • Tightened the public explanation of what remains fork-specific and what is intentionally being retired or migrated.

Fork-only highlights

  • DeepResearch remains available as a plugin-facing workflow on top of the official Codex surfaces.
  • Git4D remains positioned as an optional visualization capability instead of a permanent core fork seam.
  • VR and AR remain opt-in capabilities with graceful fallback when no device or WebXR path is available.
  • Repo-local plugin marketplace support remains the main vehicle for shipping distinctive zapabob functionality without carrying a permanently divergent core.

Release alignment

  • Aligned the root package manifests and release-visible metadata to 3.1.0.
  • Published both a stable branch release and a mainline release for the same release line.
  • Standardized the Windows release bundle naming around the tag-specific tar.gz artifact.

Upstream-first operations

  • Kept scripts/upstream_sync.py as the authoritative sync and closeout driver.
  • Preserved the native Windows verification note that full cargo test --workspace can still be gated by the v8 symlink privilege prerequisite.

v3.1.0

18 Apr 03:55

Choose a tag to compare

Codex v3.1.0 Release Notes

Current release document for the v3.1.0 line.
Legacy v2.x release notes are archived at releases/legacy/v2.x/RELEASE_NOTES.md.

Release Channels

  • Stable channel: v3.1.0-stable.0 from release/3.1.0-stable
  • Mainline channel: v3.1.0 from main
  • Primary asset: Windows tar.gz bundle containing codex.exe, README.md, LICENSE, and VERSION

Canonical Versioning

  • Canonical source: root VERSION
  • Fork version: 3.1.0
  • Upstream base: rust-v0.121.0
  • Release date: 2026-04-18

What Changed In v3.1.0

Product positioning

  • Rewrote the root README around a public-facing TL;DR, release-channel guidance, architecture snapshot, and migration status.
  • Clarified that the official Codex surfaces are the baseline product story for this fork: codex, codex app, codex app-server, and plugins.
  • Tightened the public explanation of what remains fork-specific and what is intentionally being retired or migrated.

Fork-only highlights

  • DeepResearch remains available as a plugin-facing workflow on top of the official Codex surfaces.
  • Git4D remains positioned as an optional visualization capability instead of a permanent core fork seam.
  • VR and AR remain opt-in capabilities with graceful fallback when no device or WebXR path is available.
  • Repo-local plugin marketplace support remains the main vehicle for shipping distinctive zapabob functionality without carrying a permanently divergent core.

Release alignment

  • Aligned the root package manifests and release-visible metadata to 3.1.0.
  • Published both a stable branch release and a mainline release for the same release line.
  • Standardized the Windows release bundle naming around the tag-specific tar.gz artifact.

Upstream-first operations

  • Kept scripts/upstream_sync.py as the authoritative sync and closeout driver.
  • Preserved the native Windows verification note that full cargo test --workspace can still be gated by the v8 symlink privilege prerequisite.

v3.0.0

08 Mar 13:11

Choose a tag to compare

Windows release artifacts for Codex v3.0.0 built from commit 2a4fa48.

Release v2.19.0

28 Feb 01:04

Choose a tag to compare

Latest official features and custom Zapabob enhancements.

Codex v2.17.0 - zapabob Edition

20 Feb 11:03

Choose a tag to compare

Codex v2.17.0 - zapabob Extended Edition

What's New

Upstream OpenAI Features (merged from openai/codex)

  • MCP OAuth callback URL - Configurable OAuth callback for MCP servers
  • Network proxy config - permissions.network proxy configuration support
  • Reject approval policy - Fine-grained rejection policies for agent actions
  • Configurable agent spawn depth - Control sub-agent recursion depth
  • Configurable write_stdin timeout - Tunable stdin write timeout
  • Shell snapshot failure reason - Better error reporting for shell failures
  • Apps tool cache - Disk-backed cache for faster startup
  • CVE-2026-24842 fix - pnpm security update

zapabob Extensions

  • Multi-Agent System - Planner/Assigner/Executor/Aggregator coordination
  • Deep Research - DuckDuckGo/Gemini/Brave multi-source research engine
  • Slash Commands - /VRChat, /Blender-CAD, /Yukkuri-Movie, /DeepResearch
  • VR/AR Integration - WebXR-based Git visualization in 3D/VR
  • Supervisor System - Agent lifecycle management with SQLite persistence
  • Git4D - 4D time-aware Git visualization

GUI v2.17.0 (unified version)

  • Version bump: 2.14.1 -> 2.17.0 (aligned with Rust workspace)
  • 21-page Next.js app with MUI 7, Three.js, WebXR
  • Playwright E2E tests: 20/24 passing (4 skipped: need Rust backend)
  • CLI-GUI WebSocket bridge verified (Rust port 8787 <-> Next.js port 1919)

Compiler Status

  • Rust: 0 warnings, 0 errors (all compiler warnings eliminated)
  • GUI: Build successful, 21 static pages generated

Installation

See README.md for setup instructions.

Requirements

  • Rust 1.93.0+
  • Node.js 20+
  • OPENAI_API_KEY

v2.16.0 Stable Release

13 Feb 18:16

Choose a tag to compare

Release of Codex-RS v2.16.0. Includes CLI and TUI binaries for Windows x86_64.

Codex v2.15.1 Stable

10 Feb 05:39

Choose a tag to compare

Stable release with Git repairs, compilation fixes, and high-speed build optimizations.

Codex v2.14.1

08 Feb 05:30

Choose a tag to compare

v2.14.1 Release Notes

🌟 Highlights

This release focuses on CI/CD stability and production quality improvements.

  • GUI Enhancement Complete: DashboardLayout, Sidebar, and Header with React Router and i18n support
  • Glassmorphism UI: Modern UI components with backdrop blur and animations
  • Bilingual Support: Full English and Japanese localization with Japanese navigation labels for Playwright test compatibility
  • AI Tools Integration: AIToolOrchestrator, TaskDistributor, and ResultIntegrator components

🇯🇵 日本語リリースノート

本リリースでは、CI/CDの安定性とプロダクション品質の向上に焦点を当てています。

  • GUI強化完了: React Routerとi18nサポート付きDashboardLayout、Sidebar、Header
  • グラスモーフィズムUI: backdrop blurとアニメーションを備えたモダンなUIコンポーネント
  • バイリンガルサポート: Playwrightテスト互換性のための日本語ナビゲーションラベル付き完全英語・日本語ローカライゼーション
  • AIツール統合: AIToolOrchestrator、TaskDistributor、ResultIntegratorコンポーネント

🛡️ CI/CD Improvements

  • Fixed README validation regex patterns
  • Resolved cargo-deny sccache configuration issues
  • Added comprehensive codespell ignore list for generated files
  • Updated Windows pnpm PATH configuration
  • Made Prettier checks non-blocking for existing formatting issues

📦 Changes

GUI Components

  • DashboardLayout.tsx - Main layout wrapper with React Router Outlet
  • Sidebar.tsx - Navigation sidebar with Japanese labels
  • Header.tsx - Connection status indicator
  • Card.tsx, Badge.tsx - Glassmorphism styled components

Pages (16 new pages)

  • ChatPage, AgentsPage, CodePage, TasksPage
  • QCPage, SecurityPage, VirtualOSPage
  • AIToolsPage, ResearchPage, MCPPage
  • SettingsPage, OrchestrationPage, AuditorPage
  • VisualizationPage, VRPage, PlansPage

🔧 Technical Details

  • Internationalization: i18n with Japanese (default) and English support
  • Routing: React Router with lazy-loaded routes
  • Styling: Glassmorphism with Framer Motion animations
  • Testing: 100% Playwright test compatibility with Japanese labels

📋 Version Information

  • Codex CLI: v2.14.1
  • Rust: 2024 Edition
  • TypeScript: 5.0+
  • React: 19
  • Next.js: 15

v2.14.0 - Stable Release

07 Feb 07:09

Choose a tag to compare

Codex stable release v2.14.0. Includes ChatWidget refactoring and build optimizations.

v2.13.0

02 Feb 03:31

Choose a tag to compare

Release v2.13.0