diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2d8c795..fee5cf0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 7802920e1..439ac2119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "comfyui-mcp", - "version": "0.52.1", + "version": "0.52.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "comfyui-mcp", - "version": "0.52.1", + "version": "0.52.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 76396f002..9ccc7ee57 100644 --- a/package.json +++ b/package.json @@ -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",