Skip to content

Releases: CoderLuii/HolyClaude

v1.2.2

10 Apr 09:58

Choose a tag to compare

Fixed

  • /model in Chat tab now actually switches the active model — it persists to localStorage and survives page reload

thanks @miikasyvanen for the report.

v1.2.1

10 Apr 07:51

Choose a tag to compare

Fixed

  • Shell tab no longer resets scroll position to the top on periodic refresh

thanks @JaredT6694 for the report.

v1.2.0

09 Apr 14:33

Choose a tag to compare

Added

  • Remote access security guidance recommending Tailscale or Cloudflare Tunnel instead of exposing HolyClaude directly to the public internet
  • Optional CloudCLI account persistence documentation using a named Docker volume for local storage users

Fixed

  • Corrected persistence docs to reflect that Claude Code OAuth session (~/.claude.json) already survives container rebuilds
  • Synced translated READMEs and troubleshooting docs with the current persistence behavior

v1.1.9

04 Apr 08:33

Choose a tag to compare

Fixed

  • Vendored a patched CloudCLI build into the HolyClaude image so this release can ship the approved UI/runtime fixes without waiting on upstream merges.
  • Fixed Codex session completion bouncing back to new session after the first prompt.
  • Refreshed Claude auth status after login and surfaced clearer auth failures instead of leaving stale or silent UI state.
  • Deduped realtime chat events so duplicate user and thinking rows do not render twice.
  • Stopped the auth shell from stealing plain lowercase c; the auth URL copy shortcut now requires Shift+C.
  • Persisted the selected thinking mode in the main chat flow.
  • Documented Codex callback port 1455 in the full compose/config docs.
  • Simplified the supported Ollama path to ANTHROPIC_AUTH_TOKEN=ollama plus ANTHROPIC_BASE_URL=<endpoint> and tightened troubleshooting guidance.
  • Corrected remaining public docs links that still referenced blob/main/docs/configuration.md.

v1.1.8

04 Apr 08:33

Choose a tag to compare

Fixed

  • Corrected public documentation links that still referenced the non-existent main branch, including the Docker Hub description and translated README links to docs/configuration.md.

v1.1.7

29 Mar 03:37

Choose a tag to compare

03/28/2026

Added

  • Codex CLI pre-configured with on-request approval policy and workspace-write sandbox (no more repeated approval prompts)
  • Codex, Gemini, and Cursor CLI auth and config persistence across container rebuilds
  • Apprise notification hooks for Codex and Gemini CLIs (same notify-on flag file as Claude Code)
  • Cursor CLI notification hook pre-configured (activates when Cursor CLI adds stop event support)
  • Claude Code OAuth session persistence across container recreation
  • README translations: Spanish, French, Italian, Portuguese, German, Russian, Hindi, Chinese, Japanese, Korean

Thanks to @tchirou for the feedback and feature requests.

v1.1.6

28 Mar 22:36

Choose a tag to compare

03/28/2026

Fixed

  • Codex CLI apply_patch failing on Synology NAS and other hosts with restricted user namespaces (bubblewrap sandbox now works via setuid fallback)
  • Corrected documentation that incorrectly stated ChatGPT Plus/Pro subscriptions do not work with Codex CLI (they do, via codex login --device-auth)

Thanks to @tchirou for reporting the bubblewrap issue and suggesting the fix.

v1.1.5

28 Mar 20:06

Choose a tag to compare

03/28/2026

Added

  • THIRD-PARTY-NOTICES file with license attribution for bundled third-party software
  • Third-Party Software section in README

Thanks to @viper151 for raising the attribution request.

v1.1.4

28 Mar 16:25

Choose a tag to compare

03/28/2026

Added

  • Azure CLI (az) in full variant
  • Ollama setup documentation (docs/ollama.md) for running HolyClaude with local or cloud models without an Anthropic subscription

Thanks to @jsgoecke for the Azure CLI request and @zuzu59 for the Ollama documentation contributions.

v1.1.3

28 Mar 03:32

Choose a tag to compare

03/27/2026

Added

  • Junie CLI (JetBrains AI coding agent) in full variant
  • OpenCode CLI (open source AI coding agent) in full variant
  • Environment variable passthrough to CloudCLI for AI provider keys, timezone, and display (ANTHROPIC_API_KEY, CLAUDE_CODE_USE_BEDROCK, CLAUDE_CODE_USE_VERTEX, OLLAMA_HOST, TZ, DISPLAY, etc.)

Fixed

  • Web Terminal plugin stuck on "Connecting..." spinner (WebSocket frame type not preserved in plugin proxy, both relay directions patched)
  • NODE_OPTIONS from Docker Compose now correctly merged with internal flags instead of being silently overridden
  • TZ and DISPLAY environment variables now properly forwarded to CloudCLI process
  • Default permission mode corrected from allowEdits to acceptEdits in settings.json

Thanks to @RobertWalther for the WebSocket fix and @kewogc for reporting the settings error.