mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-08 09:38:42 -05:00
[PR #802] feat: add/update ZeroClaw template (v0.7.1) #4274
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/802
Author: @theonlyhennygod
Created: 4/18/2026
Status: 🔄 Open
Base:
main← Head:zeroclaw/update-v0.7.1📝 Commits (1)
2681f82feat: add/update ZeroClaw template (v0.7.1)📊 Changes
4 files changed (+48 additions, -18 deletions)
View changed files
➕
blueprints/zeroclaw/docker-compose.yml(+16 -0)➕
blueprints/zeroclaw/template.toml(+16 -0)➕
blueprints/zeroclaw/zeroclaw.png(+0 -0)📝
meta.json(+16 -18)📄 Description
Summary
ghcr.io/zeroclaw-labs/zeroclaw:${VERSION}Checklist
Testing
Links
Greptile Summary
This PR adds a new ZeroClaw blueprint (v0.7.1) for a Rust-based autonomous AI assistant. The compose file and template structure are well-formed and follow conventions, but two issues need attention before merging.
meta.json: The diff deletes the entirestrapientry — Strapi's blueprint files still exist but it becomes invisible in the registry. This appears to be an unintended merge/rebase artifact and must be restored.API_KEYis auto-generated: ZeroClaw connects to an external AI provider (PROVIDER=openrouter), andAPI_KEYis almost certainly the user's provider credential. Generating a random value will cause authentication failures at startup; the user should supply their own key.Confidence Score: 4/5
Not safe to merge until the unintended Strapi removal and the auto-generated API key issue are resolved.
Two P1 findings: the Strapi meta.json entry is silently dropped (breaking that template's discoverability), and the API_KEY is auto-generated in a way that will likely cause ZeroClaw to fail connecting to its AI provider. Both need to be addressed before merging.
meta.json (Strapi removal) and blueprints/zeroclaw/template.toml (API_KEY generation)
Comments Outside Diff (2)
meta.json, line 5952-5971 (link)The diff removes the entire
strapientry frommeta.jsonbut the PR is only meant to add/update ZeroClaw. Strapi's blueprint files still exist in the repository — removing it frommeta.jsonmakes it invisible to users of the template registry. This looks like an accidental conflict/rebase artifact and needs to be restored.blueprints/zeroclaw/zeroclaw.png, line 1 (link)AGENTS.mdstates "Add logo file (SVG preferred, ~128x128px) to blueprint folder." Using a PNG is not a hard blocker, but an SVG would scale better across the Dokploy UI. Consider replacing with an SVG if one is available upstream.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!
Reviews (1): Last reviewed commit: "feat: add/update ZeroClaw template (v0.7..." | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.