Fetching from the wire…
Public story · 2026-08-31 · high
The release also adds a trace inspector for agent runs and merges Skills into one library with per-agent enablement.
Why now: As of August 31, this release is the most concrete fix yet for the context bloat that comes with giving an agent too many tools.
DeepChat's 1.1.1 release adds two tool modes, Code and Minimal, that change how much of an agent's tool set sits in its context window. The agent used to load every tool definition up front; now it discovers tools on demand and pulls in only what a task needs.
That matters because tool definitions eat context budget. An agent juggling dozens of tools burns tokens on descriptions it never calls, and a long tool list makes the model more likely to pick the wrong one. Scoping by mode also makes CLI tool access permission-gated.
The release bundles other changes too. A Tape Trace Inspector records agent runs, provider requests, tool calls and Skill usage, so a team can check the record rather than the agent's own summary. Skills, previously scattered, now live in one shared library with per-agent enablement and progressive loading, so a team doesn't need to duplicate the same skill definition for every agent. DeepChat also now detects, installs, repairs and recovers Node.js and uv toolchains on its own, closing off a class of failures where an agent works fine until the environment underneath it doesn't.
Managing Node and uv automatically may prevent more failures day to day than the two tool modes do. Missing toolchains cause a lot of agent tooling breakage, and DeepChat is now trying to own that layer instead of leaving it to the user.
Each link below shares sources, entities, or timing with this story.
Everyone writing SKILL.md files has absorbed the same folklore. Keep the top file thin. Push detail into reference files. Let the agent walk the tree as needed. More layers, more context efficiency. A controlled study submitted July 20 tested that across InfiniteBench, three a...
ComposioHQ's awesome-claude-skills sits around 60,000 stars and now curates 1,000+ production-ready Skills, reusable SKILL.md instruction packages with YAML frontmatter, that run beyond Claude across Codex, Cursor, Gemini CLI, and Antigravity. Skills hardened into a portable,...
A GitHub repo cataloging Claude Code tips doesn't normally warrant a top story. But shanraisshan/claude-code-best-practice at 53.4K stars isn't a tips list anymore. It's the de facto reference for how an entire generation of developers is learning to work with AI coding agents...
Barry Zhang and Mahesh Murag, the engineers who built Claude Skills at Anthropic, published a talk and engineering post that's gotten 14K+ likes and is reshaping how I think about agent development. The core argument: most agent approaches fail because they lack domain experti...
Anthropic invented a file convention. It's now shipping GA inside a competitor's product. Nobody wrote a spec, nobody held a standards meeting, it just happened. On July 29, GitHub made agent skills and MCP server support generally available in Copilot code review for all Pro,...
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.