Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,20 @@ All notable changes to this project are documented here. This project adheres to

## Unreleased

## [0.52.2] - 2026-08-18

### MCP

#### Fixed
- a new session resumes the downloads its predecessor's death orphaned (#1567)
- upload tools return the subfolder-qualified reference a loader can use (#946)
- stop shipping a preset library nothing reads (#1597)
- search_custom_nodes tries the comfyui-prefixed registry id, so repo-name queries like WanVideoWrapper no longer false-empty (#773)
- automatic previews stop at a per-conversation budget instead of compounding a Codex rollout without bound (#1516)
- a fence the settling read proved live is reported BOUND, not unrestored (#980)
- a download destination is judged by the one observation that produced it (#1371)


## [0.52.1] - 2026-08-17

### MCP
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comfyui-mcp",
"version": "0.52.1",
"version": "0.52.2",
"mcpName": "io.github.artokun/comfyui-mcp",
"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.",
"homepage": "https://comfyui-mcp.artokun.io/docs",
Expand Down
Loading