Commit Graph
3 Commits
Author SHA1 Message Date
KelinandClaude Opus 4.6 3eaf82b692 feat: add authentication support for remote ComfyUI servers
Add optional auth field to server config. All HTTP requests to
ComfyUI (prompt, history, view, health check) now pass the
Authorization header when configured.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 07:09:26 +08:00
科林_Cyril Pilgrim 690cea7a73 docs(core): update guide and configuration templates for multi-server arch
Motivation:
Users need up-to-date documentation detailing how to configure multiple servers in the OpenClaw Skill system after the recent backend changes.

Implementation:
Updated config.example.json and README sections to showcase 'servers' structure array instead of a single object.
2026-03-08 17:41:31 +08:00
科林_Cyril Pilgrim 33beec15d9 feat: scaffold ComfyUI OpenClaw skill and document workflow requirements
- add runnable local bridge (registry/client/ui scaffold)\n- add sample workflow/schema structure and dependencies\n- document API-format export requirement\n- document Save Image end-node requirement for stable outputs
2026-03-07 14:24:35 +08:00