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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,16 @@ All notable changes to this project are documented here. This project adheres to

## Unreleased

## [0.51.53] - 2026-08-15

### MCP

#### Fixed
- bound the images a run completion attaches to an agent turn (#1516)
- account for the unnamed outputs the counts already include
- the drain CORRECTS the claim, rather than only enforcing the number
- the preview budget is per TURN — a per-event cap was not a cap

## [0.51.52] - 2026-08-14

### 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.51.52",
"version": "0.51.53",
"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