Skip to content

feat: add/update ZeroClaw template (v0.7.3)#810

Closed
theonlyhennygod wants to merge 1 commit into
Dokploy:mainfrom
zeroclaw-labs:zeroclaw/update-v0.7.3
Closed

feat: add/update ZeroClaw template (v0.7.3)#810
theonlyhennygod wants to merge 1 commit into
Dokploy:mainfrom
zeroclaw-labs:zeroclaw/update-v0.7.3

Conversation

@theonlyhennygod
Copy link
Copy Markdown

@theonlyhennygod theonlyhennygod commented Apr 19, 2026

Summary

  • Adds/updates ZeroClaw template to v${VERSION}
  • Image: ghcr.io/zeroclaw-labs/zeroclaw:${VERSION}
  • ZeroClaw is a fast, small, fully autonomous AI personal assistant (100% Rust)
  • Multi-arch: linux/amd64 + linux/arm64

Checklist

  • Read README.md suggestions
  • Tested template in personal Dokploy instance
  • Confirmed all requirements met

Testing

  • Deployed via Compose service import
  • Service starts and gateway is accessible on port 42617
  • Health check passes

Links

Greptile Summary

This PR adds a new ZeroClaw blueprint (v0.7.3) — a Rust-based AI personal assistant. The Docker Compose file follows all project conventions correctly, but two issues need attention before merging.

  • The diff unexpectedly removes the Strapi entry from meta.json, which would silently drop Strapi from the template catalogue. This is likely a rebase/merge artefact; the branch should be rebased onto main and npm run process-meta re-run.
  • The API_KEY in template.toml is auto-generated as a random 64-character string. If this is the credential ZeroClaw forwards to the upstream AI provider (OpenRouter), the deployment will fail because the provider will reject an arbitrary value. Clarification is needed on whether it is ZeroClaw's own gateway token or an upstream provider credential.

Confidence Score: 3/5

Not safe to merge until the accidental Strapi removal is resolved and the API_KEY semantics are clarified.

Two P1 findings: (1) Strapi is silently removed from meta.json — a clear regression for existing users — and (2) the auto-generated API_KEY may render the ZeroClaw deployment non-functional if it is the upstream provider credential. Both need to be addressed before merging.

meta.json (Strapi removal) and blueprints/zeroclaw/template.toml (API_KEY semantics).

Comments Outside Diff (1)

  1. meta.json, line 5952-5969 (link)

    P1 Unintended Strapi removal

    The diff removes the entire Strapi entry from meta.json, but this PR's stated purpose is only to add ZeroClaw. Strapi disappears from the registry with no explanation, which would hide it from all users of the template catalogue. This is likely a merge/rebase conflict artefact from running dedupe-and-sort-meta.js on a branch that diverged from main. Please rebase onto the latest main, re-run npm run process-meta, and verify Strapi (and any other entries) are preserved before merging.

Reviews (1): Last reviewed commit: "feat: add/update ZeroClaw template (v0.7..." | Re-trigger Greptile

Greptile also left 2 inline comments on this PR.

Context used:

  • Context used - AGENTS.md (source)

@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. new-template labels Apr 19, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 19, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview faa2454


[config]
env = [
"API_KEY=${api_key}",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Clarification needed: is API_KEY the gateway token or the provider credential?

The template auto-generates a random 64-character string for API_KEY using the ${password:64} helper. If ZeroClaw forwards this value to the upstream AI provider (OpenRouter etc.) to make LLM calls, a randomly generated value will be rejected and the assistant will fail to function after deployment. If it is ZeroClaw's own gateway token (protecting the public endpoint), auto-generation is the right approach — but the template would then need a separate variable for the user's real provider credential. Is API_KEY ZeroClaw's own gateway token, or the credential sent to the upstream AI provider? If the latter, it should be left blank for the user to fill in rather than auto-generated.

Comment on lines +1 to +16
[variables]
main_domain = "${domain}"
api_key = "${password:64}"

[config]
env = [
"API_KEY=${api_key}",
"PROVIDER=openrouter",
"ZEROCLAW_ALLOW_PUBLIC_BIND=true",
"ZEROCLAW_GATEWAY_PORT=42617"
]

[[config.domains]]
serviceName = "zeroclaw"
port = 42617
host = "${main_domain}"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 PNG logo — SVG preferred per project conventions

Per AGENTS.md, logos should be SVG format at approximately 128×128 px. A PNG file (zeroclaw.png) will render but won't scale as crisply in the UI. Consider replacing it with an SVG if one is available from the upstream project.

Context Used: AGENTS.md (source)

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-template size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants