Skip to content

fix: support gateway defaults for spawn and Docker Hub publish#446

Merged
0xNyk merged 1 commit intomainfrom
fix/openclaw-spawn-model-and-dockerhub
Mar 18, 2026
Merged

fix: support gateway defaults for spawn and Docker Hub publish#446
0xNyk merged 1 commit intomainfrom
fix/openclaw-spawn-model-and-dockerhub

Conversation

@0xNyk
Copy link
Member

@0xNyk 0xNyk commented Mar 18, 2026

Summary

  • make /api/spawn compatible with OpenClaw agents that rely on configured default models by making model optional and only forwarding it when provided
  • add regression coverage for spawn schema validation and gateway dashboard registration preserving device auth
  • expand container release automation to publish the official multi-arch image to Docker Hub when Docker Hub credentials are configured, and correct the OCI source label/docs

Closes #430
Closes #431

Risk Level

Medium

Tests

  • pnpm lint (passes with existing repo warnings outside this patch)
  • pnpm typecheck
  • pnpm test

Contribution Checklist

  • Tests added/updated for behavior changes
  • Lint/typecheck/build passing
  • Security review done if auth/data/crypto touched
  • DB migration tested if schema changed

Notes

@github-actions github-actions bot added the screenshot-drift UI changed — README screenshots may need updating label Mar 18, 2026
@github-actions
Copy link

📸 Screenshot Drift Check

This PR modifies UI source files. Please verify whether the README screenshots need refreshing:

  • docs/mission-control-overview.png — main dashboard
  • docs/mission-control-agents.png — agents panel
  • docs/mission-control-memory-graph.png — memory graph
Changed UI files
src/app/api/spawn/route.ts

See docs/SCREENSHOT-GUIDE.md for instructions on capturing and optimising screenshots.

This comment is posted automatically and can be dismissed if no visual changes occurred.

@0xNyk 0xNyk merged commit 8517d5e into main Mar 18, 2026
1 of 2 checks passed
@0xNyk 0xNyk deleted the fix/openclaw-spawn-model-and-dockerhub branch March 18, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

screenshot-drift UI changed — README screenshots may need updating

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Request for Official Docker Hub Image Make 'model' optional in spawnAgentSchema to fix OpenClaw Gateway compatibility

1 participant