Claude Discovery

← All discoveries

Close-up of tower servers in a data center with blue and red lighting.
Photo by panumas nikhomkhai on Pexels
tool

Claude Code 2.1.265 Caps Saved Tool Output at 1GB

2026-09-09 ยท source:

Claude Code 2.1.265 adds a 1GB cap on tool results saved to disk, live-reloading for a whole folder passed to --plugin-dir, and a fix for prompt-cache reuse in resumed subagents.

What it is

A feature release of Claude Code, Anthropic's terminal-based coding agent.

What it does

Lets --plugin-dir point at a folder containing multiple plugins, loading each child folder with a manifest and picking up additions or removals while running. Caps tool results saved to disk at 1GB, with the in-conversation preview noting when a file was truncated. Fixes resuming a foreground-spawned subagent changing its tool list and system prompt prefix, which had been breaking prompt-cache reuse for that agent.

Why it matters

The plugin-dir change makes managing a stack of local plugins much less fiddly than pointing at them one at a time, and the prompt-cache fix directly affects token spend on any workflow that resumes subagents.

How to use it

Point --plugin-dir at a directory of plugin folders instead of a single plugin path to get automatic loading and live reload.

Go to source →
claude-codepluginschangelog