Fetching from the wire…
Public story · 2026-08-26 · high
Out two days after 3.0.0 stable, the fix caches tool schemas once and loads history incrementally so replies stay fast as chats grow.
Why now: Agno posted the fix on August 26, two days after cutting the 3.0.0 stable release.
Agno fixed a bug that made response time grow with every added conversation turn. Latency creep like that is easy to miss in testing. It shows up only in production, once a long-running agent session has racked up enough turns for replies to visibly slow down.
Before the fix, each reply rebuilt every tool's schema from scratch and reloaded the whole session history, so more turns meant more work per reply. The 3.0.1 release changes both. Tool schemas are now derived once and cached across runs, and session history loads incrementally per turn instead of reloading the full conversation each time.
Most of the rest of the changelog is MCP and Gemini correctness work. Function.process_schema_for_strict no longer raises a KeyError on schemas that omit properties, a pattern common in MCP server schemas, per Agno's 3.0.1 release notes.
A crash is hard to miss. A chat that gradually gets slower turn by turn is easy to ship past.
Each link below shares sources, entities, or timing with this story.
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...
The git-worktree fan-out tool for running Claude Code, Codex and Gemini in parallel shipped v3.42.0 with a breaking safety change: a plugin or wire client that asked wmux to drive a browser page without declaring its workspace used to get whichever page registered first, possi...
v0.10.0 (~84.8k stars, Apache-2.0) ships no agent of its own and drives whichever CLI you already have, Claude Code, Codex, Cursor, Copilot, OpenClaw, Gemini, Kimi, Qwen, Cline, plus BYOK OpenAI-compatible endpoints, via od mcp install <agent>. It produces single-page HTML pro...
affaan-m/ECC (36.3k forks, MIT) bundles 67 agents, 284 skills, 94 legacy command shims, and "instincts", patterns learned from prior sessions with confidence scores that auto-recall when relevant, plus a .ecc/memory/ markdown vault that's explicitly cross-harness, so context s...
diegosouzapw/OmniRoute added 1,343 stars on July 20, a single MIT-licensed gateway across 268+ providers (50+ free) and 500+ models including Claude, GPT, Gemini, Kimi K3, GLM and DeepSeek, wired for Claude Code, Codex, Cursor, Cline and Copilot. Quota-aware automatic fallback...
Language packs like samber/cc-skills-golang, 1,600-plus cross-tool libraries, harnesses like DeerFlow with built-in skills, even Google's Workspace CLI bundling agent skills. The unit of reuse shifted from prompts and MCP tools to portable markdown skills that travel across Cl...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.