Skip to content

Commit 69638bf

Browse files
authored
Merge pull request #2735 from artokun/release/0.52.172
chore: release v0.52.172
2 parents a1767ff + d028240 commit 69638bf

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project are documented here. This project adheres to
66

77
## Unreleased
88

9+
## [0.52.172] - 2026-09-02
10+
11+
### MCP
12+
13+
#### Fixed
14+
- retry graph reads after `panel_open_workflow` when the initial panel response is incomplete (#2286, #2734)
15+
16+
917
## [0.52.171] - 2026-09-02
1018

1119
### MCP

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comfyui-mcp",
3-
"version": "0.52.171",
3+
"version": "0.52.172",
44
"mcpName": "io.github.artokun/comfyui-mcp",
55
"description": "Local-first, agent-native control plane for ComfyUI — MCP server + autonomous sidebar agent that drives your live graph in natural language on ANY LLM: Claude/ChatGPT/Gemini on your subscription (no API key), free local models via Ollama (fully offline), or any hosted model via an OpenAI-compatible endpoint (DeepSeek, GLM, MiMo, OpenRouter). Generate images, video & audio, author and run workflows, manage models and custom nodes; a compact tool-router mode keeps even 4B models effective, and a built-in LLM Arena benchmarks them on real ComfyUI tasks. Also a Claude Code plugin with skills, slash commands, and installer packs. Local, LAN, VPS, or Comfy Cloud.",
66
"homepage": "https://comfyui-mcp.artokun.io/docs",

0 commit comments

Comments
 (0)