Skip to content

Releases: CoderLuii/HolyClaude

v1.3.7

Choose a tag to compare

@CoderLuii CoderLuii released this 18 Jun 11:28

06/18/2026

Added

v1.3.6

Choose a tag to compare

@CoderLuii CoderLuii released this 18 Jun 03:41

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.json state back to ./data/claude/.claude.json.persist through 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

Choose a tag to compare

@CoderLuii CoderLuii released this 18 Jun 00:30

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-webgl fallback 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

Choose a tag to compare

@CoderLuii CoderLuii released this 17 Jun 21:09

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

Choose a tag to compare

@CoderLuii CoderLuii released this 15 Jun 18:39

06/15/2026

Fixed

  • Fixed Telegram notification setup by documenting Apprise's tgram://bot_token/chat_id format and keeping legacy tg:// values working at runtime.
  • Added notify.py test --dry-run --debug so notification setup can be checked without sending a message.
  • Kept Docker release metadata from auto-adding latest to slim builds; latest remains tied to the full image.

v1.3.2

Choose a tag to compare

@CoderLuii CoderLuii released this 15 Jun 16:15

06/15/2026

Changed

  • Clarified the full-image OpenCode path for OpenRouter, multi-provider setup, Claude-compatible skill discovery, and upstream-dependent free model availability.

v1.3.1

Choose a tag to compare

@CoderLuii CoderLuii released this 15 Jun 06:34

06/15/2026

Added

  • Added Desloppify 1.0 to both HolyClaude image variants as the desloppify CLI.
  • Added optional HOLYCLAUDE_DESLOPPIFY_SETUP global 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 /workspace unless the user runs Desloppify.
  • Documented manual usage with desloppify scan --path . and desloppify 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

Choose a tag to compare

@CoderLuii CoderLuii released this 15 Jun 03:53

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

Choose a tag to compare

@CoderLuii CoderLuii released this 15 Jun 01:20

06/14/2026

Added

  • Added Pi Coding Agent 0.79.3 to the full image as the pi command.

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, or opencode.

Fixed

  • Restored the documented cursor command when the current Cursor Agent installer creates agent and cursor-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

Choose a tag to compare

@CoderLuii CoderLuii released this 14 Jun 22:10

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-ui wrapper to @cloudcli-ai/cloudcli 1.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 httpie from the full image while httpie 3.2.4 remains flagged by OSV/PyPI.
  • Documented the CloudCLI advisory floor for CVE-2026-31862 and CVE-2026-31975.
  • Added Dependabot coverage for GitHub Actions and tightened the Docker Hub description job permissions.