Releases: CoderLuii/HolyClaude
Releases · CoderLuii/HolyClaude
v1.2.2
v1.2.1
Fixed
- Shell tab no longer resets scroll position to the top on periodic refresh
thanks @JaredT6694 for the report.
v1.2.0
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
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 sessionafter 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 requiresShift+C. - Persisted the selected thinking mode in the main chat flow.
- Documented Codex callback port
1455in the full compose/config docs. - Simplified the supported Ollama path to
ANTHROPIC_AUTH_TOKEN=ollamaplusANTHROPIC_BASE_URL=<endpoint>and tightened troubleshooting guidance. - Corrected remaining public docs links that still referenced
blob/main/docs/configuration.md.
v1.1.8
v1.1.7
03/28/2026
Added
- Codex CLI pre-configured with
on-requestapproval policy andworkspace-writesandbox (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-onflag 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
03/28/2026
Fixed
- Codex CLI
apply_patchfailing 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
v1.1.4
v1.1.3
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_OPTIONSfrom Docker Compose now correctly merged with internal flags instead of being silently overriddenTZandDISPLAYenvironment variables now properly forwarded to CloudCLI process- Default permission mode corrected from
allowEditstoacceptEditsin settings.json
Thanks to @RobertWalther for the WebSocket fix and @kewogc for reporting the settings error.