Releases: CoderLuii/HolyClaude
Releases · CoderLuii/HolyClaude
Release list
v1.3.7
v1.3.6
06/18/2026
Changed
- Kept Docker updates on the normal image path:
docker compose pull && docker compose up -d. - Updated README, Docker Hub text, troubleshooting, architecture notes, changelog, and translations for the Claude session persistence behavior.
Fixed
- Restored saved Claude Code session state before startup can replace it with a fresh default file.
- Saved valid live
~/.claude.jsonstate back to./data/claude/.claude.json.persistthrough a supervised container service. - Rejected empty, invalid, symlinked, oversized, installer-only, and onboarding-only files as saved session state.
- Removed build-time Claude installer state from the image so a recreated container starts from the mounted saved session or a safe default.
v1.3.5
06/17/2026
Fixed
- Patched the baked CloudCLI Web Terminal plugin so PTY output is decoded from raw UTF-8 bytes before it reaches xterm.js.
- Added explicit terminal font fallbacks and a per-browser
web-terminal-disable-webglfallback for systems where WebGL glyph rendering still shows black squares. - Added regression coverage so the Web Terminal patch fails when the pinned plugin source changes.
v1.3.4
06/17/2026
Fixed
- Restored CloudCLI filesystem browsing by preserving the workspace path helper while blocking in-container self-updates.
- Added regression coverage so the CloudCLI self-update patch keeps
~and~/...workspace paths intact for browsing and folder creation.
v1.3.3
06/15/2026
Fixed
- Fixed Telegram notification setup by documenting Apprise's
tgram://bot_token/chat_idformat and keeping legacytg://values working at runtime. - Added
notify.py test --dry-run --debugso notification setup can be checked without sending a message. - Kept Docker release metadata from auto-adding
latestto slim builds;latestremains tied to the full image.
v1.3.2
v1.3.1
06/15/2026
Added
- Added Desloppify
1.0to both HolyClaude image variants as thedesloppifyCLI. - Added optional
HOLYCLAUDE_DESLOPPIFY_SETUPglobal skill setup for Claude, Codex, Gemini, and full-image OpenCode.
Changed
- Kept Desloppify passive at startup. HolyClaude does not run scans, create
.desloppify/, edit.gitignore, or modify/workspaceunless the user runs Desloppify. - Documented manual usage with
desloppify scan --path .anddesloppify next. - Documented
.desloppify/ignore guidance, OpenCode setup guardrails, translated README updates, memory templates, Docker Hub README, and OSNL-0.2 third-party notices.
v1.3.0
06/15/2026
Fixed
- Patched CloudCLI Codex completion events so successful Codex chat turns include
exitCode: 0, matching the other providers and keeping new Codex sessions on the active session after the first prompt. - Added a fail-closed Docker build patch for the Codex completion payload so future CloudCLI changes are reviewed instead of silently dropping the fix.
- Opened the upstream CloudCLI fix in siteboon/claudecodeui#879.
v1.2.9
06/14/2026
Added
- Added Pi Coding Agent 0.79.3 to the full image as the
picommand.
Changed
- Updated README, Docker Hub README, translated READMEs, full-image memory template, security notes, changelog, and third-party notices so the full image lists eight AI CLIs.
- Kept slim on the existing core CLI set. It does not include
pi,junie, oropencode.
Fixed
- Restored the documented
cursorcommand when the current Cursor Agent installer createsagentandcursor-agent. - Added LF line-ending rules for Docker runtime scripts and s6 service files so Windows checkouts build containers that start cleanly.
v1.2.8
06/14/2026
Changed
- Refreshed the Docker base to Node.js 26.3.0 with npm 11.16.0.
- Swapped the vendored CloudCLI package from the deprecated
@siteboon/claude-code-uiwrapper to@cloudcli-ai/cloudcli1.34.0. - Updated pinned npm, Python, and GitHub Actions versions where current audited releases were available.
- Documented Docker Hub compressed image size separately from unpacked Docker host and NAS disk usage.
Fixed
- Blocked CloudCLI self-update paths in the CLI and web update endpoint so Docker users update with
docker compose pull && docker compose up -d. - Updated the s6 service to launch
cloudcli --port 3001.
Security
- Removed
httpiefrom the full image whilehttpie3.2.4 remains flagged by OSV/PyPI. - Documented the CloudCLI advisory floor for
CVE-2026-31862andCVE-2026-31975. - Added Dependabot coverage for GitHub Actions and tightened the Docker Hub description job permissions.