Skip to content

Releases: hereww/codextools

CodexTools v1.1.13

26 May 18:56

Choose a tag to compare

CodexTools v1.1.13

This release publishes the latest improved build with the new Windows installer flow, safer process cleanup, ASCII executable names, update support, and proxy/header fixes.

What's new

  • Added a recommended Windows installer: CodexTools-1.1.13-windows-x64-setup.exe.
  • Installer creates Start Menu shortcuts, a desktop shortcut, and a Windows uninstall entry.
  • Installer now closes old CodexTools/Codex++ processes before installing or uninstalling, reducing file replacement failures.
  • Windows portable package now uses ASCII executable names: codextools.exe and codextools-launcher.exe.
  • Added Windows icon/resource metadata for the manager and launcher binaries.
  • Added update support and Windows packaging hooks.
  • Fixed proxy headers and Windows build tags.
  • macOS package still includes both Codex++.app and Codex++ 管理工具.app.

Downloads

  • macOS Apple Silicon: CodexTools-1.1.13-macos-arm64.zip
  • Windows installer, recommended: CodexTools-1.1.13-windows-x64-setup.exe
  • Windows portable zip: CodexTools-1.1.13-windows-x64.zip

SHA256

6a60623d519ccdf2e915b955db18d85a8c205651e948f428ef03c87d13371ed1  CodexTools-1.1.13-macos-arm64.zip
b025849b5b7339dc457d4764316b9a1238977490f9bfe6470b83188f37b4d719  CodexTools-1.1.13-windows-x64-setup.exe
1c085fedac866e37c17ae7fc18e14935620c64982ed2012c777c4cf31c2bd6ef  CodexTools-1.1.13-windows-x64.zip

Verified

  • go test ./...
  • npm --prefix web run check
  • npm --prefix web run vite:build
  • macOS package check confirms both Codex++ and Codex++ 管理工具 are included.
  • Windows portable package check confirms codextools.exe, codextools-launcher.exe, icon files, README files, and quick-start notes are included.

CodexTools v1.1.12

25 May 08:55

Choose a tag to compare

CodexTools v1.1.12

This release publishes the latest improved build with better language support, clearer project documentation, normalized relay configuration, and official authentication bindings per supplier.

What's new

  • Added language selector support and localized project documentation so English and Chinese users can understand the manager more directly.
  • Added language settings in the manager and normalized relay base URLs to reduce configuration mistakes.
  • Added per-supplier official authentication bindings for relay/provider workflows.
  • Refreshed onboarding screenshots and expanded README/project intro pages with screenshots.
  • Keeps the Codex++ manager and Codex++ launcher packaging for both macOS and Windows.

Downloads

  • macOS Apple Silicon: CodexTools-1.1.12-macos-arm64.zip
  • Windows x64: CodexTools-1.1.12-windows-x64.zip

SHA256

7a1ae639a779f83076f35278944c0915eba8174c2a10e2231818101e8421527d  CodexTools-1.1.12-macos-arm64.zip
0ceb2f280ac1da2fb4eee04441847a41c73dea9c0dc776bd183384f18ded6449  CodexTools-1.1.12-windows-x64.zip

Verified

  • go test ./...
  • npm --prefix web run check
  • npm --prefix web run vite:build
  • macOS and Windows package checks confirm both Codex++ and Codex++ 管理工具 are included.

CodexTools v1.1.11

24 May 18:43

Choose a tag to compare

CodexTools v1.1.11

This release publishes the current improved build after the backend refactor. It keeps the Codex++ manager and launcher behavior from v1.1.10, while making the Go codebase easier to maintain and safer to extend.

What's new

  • Refactored the large Go backend into focused modules: bridge, diagnostics, entrypoints, helper, launcher, manager, relay, repair, scripts, settings, TOML, types, and utilities.
  • Preserved the Codex++ manager, Codex++ launcher, provider sync, relay, plugin repair, Goals repair, and diagnostic workflows after the split.
  • Updated the English and Chinese README content for the current feature set.
  • Updated the GitHub Pages project page and download links to point to the new build.

Downloads

  • macOS Apple Silicon: CodexTools-1.1.11-macos-arm64.zip
  • Windows x64: CodexTools-1.1.11-windows-x64.zip

SHA256

ed61ceeae32672c80858084ff77448822ee0742ac19ce1031f738f6d268b5567  CodexTools-1.1.11-macos-arm64.zip
316c687e81d78ef655afcd7d9a960c0d8bd17543c2194e6916625d5f5630cc97  CodexTools-1.1.11-windows-x64.zip

Verified

  • go test ./...
  • npm --prefix web run check
  • npm --prefix web run vite:build
  • macOS and Windows package checks confirm both Codex++ and Codex++ 管理工具 are included.

CodexTools v1.1.10

24 May 18:10

Choose a tag to compare

CodexTools v1.1.10

This release focuses on repairing Codex/Codex++ configuration for non-technical users, especially when plugins or Goals disappear after configuration changes.

What's new

  • Added plugin configuration recovery in the manager UI with the new 恢复插件配置 action.
  • Added Goals repair in the manager UI with the new 修复追求目标 action.
  • Restores missing marketplaces, cached plugins, and mcp_servers.node_repl entries in Codex config.toml.
  • Enables features.goals when repairing Goals support.
  • Provider sync and relay injection now also repair plugin configuration automatically.
  • Includes the recent dynamic image relay routing and disabled tool_choice safety fixes.

Downloads

  • macOS Apple Silicon: CodexTools-1.1.10-macos-arm64.zip
  • Windows x64: CodexTools-1.1.10-windows-x64.zip

SHA256

af3b6a0bee4a1318785ad4171108dfa3dd1cddde9bbb3e57895d11226b24d8db  CodexTools-1.1.10-macos-arm64.zip
908152e37bb5e405723071201edae9c49de63089f3b84ec089a45000a477bcc7  CodexTools-1.1.10-windows-x64.zip

Verified

  • go test ./...
  • npm --prefix web run check
  • npm --prefix web run vite:build
  • macOS and Windows packages both include Codex++ and Codex++ 管理工具.

CodexTools v1.1.9

24 May 17:27

Choose a tag to compare

CodexTools v1.1.9

This release focuses on relay correctness and safer desktop packaging for the Codex++ manager workflow.

What changed

  • Fixed dynamic image relay routing so image requests are sent through the image relay path only when image generation is enabled.
  • Hardened disabled-image behavior by stripping both image_generation tools and matching tool_choice fields before forwarding the request.
  • Keeps recent launcher fallback behavior: Codex can still start even if the enhancement injection path cannot complete.
  • Keeps mixed API restart handling from the previous build, reducing stale relay state after mode changes.
  • Ships both user-facing desktop entries in every package: Codex++ and Codex++ 管理工具.

Downloads

  • macOS Apple Silicon: CodexTools-1.1.9-macos-arm64.zip
  • Windows x64 portable: CodexTools-1.1.9-windows-x64.zip

Checksums

91577ab870d18f1381316827e34a82db8aa17118d099707a49405e3b3269768f  CodexTools-1.1.9-macos-arm64.zip
1e604bd2d5f4eee4a7711d76bab1e1e181fe2955332e406b695ed917d5f860b2  CodexTools-1.1.9-windows-x64.zip

Verification

  • go test ./...
  • npm run check
  • vite build
  • macOS package contains Codex++.app and Codex++ 管理工具.app.
  • Windows package contains Codex++.exe and Codex++ 管理工具.exe.

CodexTools v1.1.8

24 May 17:10

Choose a tag to compare

CodexTools desktop builds.\n\nDownloads:\n- macOS Apple Silicon: CodexTools-1.1.8-macos-arm64.zip\n- Windows x64 portable: CodexTools-1.1.8-windows-x64.zip\n\nThis release includes the latest launcher fallback and mixed API restart fixes, plus the Codex++ launcher and Codex++ manager desktop entries.

CodexTools v1.1.7

24 May 16:01

Choose a tag to compare

CodexTools desktop builds.\n\nDownloads:\n- macOS Apple Silicon: CodexTools-1.1.7-macos-arm64.zip\n- Windows x64 portable: CodexTools-1.1.7-windows-x64.zip\n\nThis release includes the Codex++ launcher entry, Codex++ manager entry, desktop manager updates, relay mode switching updates, and bundled manager assets.

CodexTools v1.1.6

24 May 08:47

Choose a tag to compare

CodexTools desktop builds.\n\nDownloads:\n- macOS Apple Silicon: CodexTools-1.1.6-macos-arm64.zip\n- Windows x64 portable: CodexTools-1.1.6-windows-x64.zip\n\nThe manager includes the standalone Go backend, embedded React UI, CodexTools icon, and launcher binary.