Fetching from the wire…
Public story · 2026-08-25 · high
The migration removes DynamoDB and Firestore's per-item size limit, and long-running sessions now write in linear time.
Why now: Agno's 3.0.0 tag is current as of August 25, and the breaking migration means teams on DynamoDB or Firestore need to check it before their next deploy.
Agno released version 3.0.0 with a breaking migration that pulls agent runs out of the shared session row, per Agno's 3.0.0 release notes.
Long-running agents on DynamoDB or Firestore have been hitting those databases' hard per-item size limit.
Every run used to get packed as JSON into the session row, so write cost scaled with the square of the message count. The new agno_runs table gives each run its own columns instead of one shared blob. Write cost now scales linearly, and the size ceiling is gone.
The release also adds offload_tool_results=True for context pressure inside a single run. Any tool result over 16,000 characters gets written to AgentFS. The model gets read_result and search_result calls to pull it back in pieces, so the full payload never sits in context.
CodeMode goes further than a schema of separate tools. It gives the model one IPython kernel that persists for the whole session, and tools become Python handles the model calls directly in code.
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...
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...
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...
1. Build a Private Claude Code Plugin Marketplace (intermediate, vibe-coding) — Bundle skills, agents, hooks, MCP servers into installable team plugins via GitHub repos. Docs 2. Google ADK TypeScript Multi-Agent Orchestration (intermediate, agent-patterns) — Code-first agent f...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.