The daily firehose — everything the toolchain shipped today, already filtered.
// HOW THIS ISSUE IS MADE
We read every release from the 174 tools on our watchlist at the source — GitHub and GitLab release notes, vendor release pages and changelogs, project blogs and feeds, vendor press releases, and the source code behind the tag. Bug-fix-only releases and non-product newsroom noise are dropped; what's left is summarized down to the new capability, how to try it, and any screenshots or videos the release itself published. Every entry links to the sources it was built from.
AutoGPT Platform adds MemoryEnvelope metadata model with scoped retrieval and memory hardening.
└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.56 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.56
›Introduces MemoryEnvelope metadata model with scoped retrieval and memory hardening for more structured and reliable agent memory management.
$ git clone --branch autogpt-platform-beta-v0.6.55 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.55
›Adds for_agent_generation flag to find_block in CoPilot to filter blocks by agent-generation suitability.
›Adds standard/advanced model toggle with an Opus rate-limit multiplier for CoPilot sessions.
›Adds execution ID filter to the platform cost page for scoped cost queries.
›Adds per-model cost breakdown and cache token tracking in the platform admin cost dashboard.
›Enhances the platform admin cost dashboard with token breakdown and per-model averages.
+6 moreshow less
›Adds cross-user prompt caching via SystemPromptPreset, with a fully static system prompt to maximize cache hit rates.
›Adds LLM prompt caching and hardened user_context injection in CoPilot.
›Upgrades claude-agent-sdk to 0.1.58 with OpenRouter compatibility and cost controls.
$ git clone --branch checkpoint==4.0.2 https://github.com/langchain-ai/langgraph.git
# already have the repo? check out this version:$ git checkout checkpoint==4.0.2
›Documents LANGGRAPH_STRICT_MSGPACK environment variable to control strict MessagePack deserialization security for checkpoints.
OpenAI Agents SDK v0.14.0 ships Sandbox Agents — persistent isolated workspaces with shell, filesystem, memory, snapshots, and hosted-provider backends.
└──▷ GET THIS VERSION
$ git clone --branch v0.14.0 https://github.com/openai/openai-agents-python.git
# already have the repo? check out this version:$ git checkout v0.14.0
›Adds SandboxAgent class (extends Agent) with default_manifest, sandbox instructions, capabilities, and run_as for running agents inside persistent, isolated workspaces.
›Adds SandboxRunConfig for per-run sandbox wiring: client creation, live session injection, serialized session resume via SandboxSessionState, manifest overrides, snapshots, and materialization_concurrency limits.
›Adds Manifest — a workspace-bootstrap contract covering files, directories, local files, local directories, Git repos, environment variables, users, groups, and mounts.
›Adds built-in sandbox capabilities for shell access, filesystem editing and image inspection, skills, memory, and compaction.
›Adds UnixLocalSandboxClient for fast local development and DockerSandboxClient for container-isolated runs with image parity.
+10 moreshow less
›Adds hosted sandbox provider clients for Blaxel, Cloudflare, Daytona, E2B, Modal, Runloop, and Vercel, installable as optional extras.
›Adds remote storage mount support for S3, Cloudflare R2, Google Cloud Storage, Azure Blob Storage, and S3 Files across Docker, Modal, Cloudflare, Blaxel, Daytona, E2B, and Runloop backends.
›Adds sandbox memory capability: stores extracted lessons in the workspace, injects summaries into later runs, and supports read-only or generate-only modes, live stale-memory updates, and S3-backed persistence.
›Adds multi-turn memory grouping via conversation_id, SDK Session, RunConfig.group_id, or auto-generated run IDs, with separate memory layouts for per-agent or per-workflow isolation.
›Adds portable workspace snapshots with path normalization, symlink preservation, mount-safe snapshotting, and remote snapshot support.
›Adds resume paths through runner-managed RunState, explicit SandboxSessionState, or saved snapshots so agents can continue work across runs.
›Adds sandbox-aware RunState serialization and unified sandbox tracing integrated with existing SDK spans.
›Adds token usage reporting on tracing spans.
›Adds safer redaction of sensitive MCP tool outputs when sensitive tracing is disabled.
›Adds a large examples/sandbox/ suite covering local/Docker runners, hosted providers, memory patterns, mount smoke tests, coding tasks, handoff patterns, and domain-specific tutorials (tax-prep, healthcare, dataroom QA, code review, vision website clone).
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Claude Code v2.1.110 adds flicker-free TUI fullscreen, mobile push notifications, and distributed trace linking for SDK sessions.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.110 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.110
└──▷ TRY IT
Switch to flicker-free fullscreen rendering mid-conversation without starting a new session.
$ /tui fullscreen
Link a headless Claude Code SDK run into your existing distributed trace for end-to-end observability.
$ TRACEPARENT=00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01 TRACESTATE=vendor=value claude --headless--print "summarise logs"
›Adds /tui command and tui setting — run /tui fullscreen to switch to flicker-free rendering within the same conversation.
›Adds /focus command to toggle focus view independently from verbose transcript (previously both were on Ctrl+O).
›Adds push notification tool so Claude can send mobile push notifications when Remote Control and 'Push when Claude decides' config are enabled.
›Adds autoScrollEnabled config to disable conversation auto-scroll in fullscreen mode.
›Adds option to show Claude's last response as commented context in the Ctrl+G external editor, enabled via /config.
+7 moreshow less
›Improves /plugin Installed tab: items needing attention and favorites float to the top, disabled items collapse behind a fold, and f favorites the selected item.
›Improves /doctor to warn when an MCP server is defined in multiple config scopes with different endpoints.
›--resume/--continue now resurrects unexpired scheduled tasks.
›Enables /autocompact, /context, /exit, and /reload-plugins commands from Remote Control (mobile/web) clients.
›Write tool now informs the model when you edit proposed content in the IDE diff before accepting.
›SDK/headless sessions now read TRACEPARENT/TRACESTATE from the environment for distributed trace linking.
›Session recap is now enabled for users with telemetry disabled (Bedrock, Vertex, Foundry, DISABLE_TELEMETRY); opt out via /config or CLAUDE_CODE_ENABLE_AWAY_SUMMARY=0.
└──▷ BREAKING ON UPGRADE
!Ctrl+O no longer toggles focus view — it now toggles between normal and verbose transcript only; focus view must be toggled with the new /focus command.
Search your TUI prompt history interactively to re-run a previous command without retyping it.
$ # Inside the Codex TUI composer, press Ctrl+R and type keywords to reverse-search prompt history.
›Adds codex marketplace add command to install plugin marketplaces from GitHub, git URLs, local directories, and direct marketplace.json URLs.
›Adds Ctrl+R reverse search in the TUI composer for prompt history, plus local recall for accepted slash commands.
›Adds TUI and app-server controls for memory mode, memory reset/deletion, and memory-extension cleanup, including a dedicated endpoint to delete memories.
›Expands MCP/plugin support with MCP Apps tool calls, namespaced MCP tool registration, supports_parallel_tool_calls opt-in flag, and sandbox-state metadata sent through MCP tool metadata.
›Adds realtime and app-server APIs for output modality, transcript completion events, and raw turn item injection.
+7 moreshow less
›Adds symlink-aware filesystem metadata flag to fs API.
›Adds a secure devcontainer profile with bubblewrap sandboxing support.
›Adds Unix socket allowlists for the macOS sandbox.
›Adds context percentage indicator to the TUI status line.
›Adds WebSocket capability token-hash support in the app-server.
›Exposes instruction sources (AGENTS.md) via the app server.
Pi v0.67.3 adds renderShell: "self" for tool renderers to own their outer shell and live backoff countdowns on auto-retry.
└──▷ GET THIS VERSION
$ git clone --branch v0.67.3 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:$ git checkout v0.67.3
└──▷ USE IT
Use renderShell: "self" in an extension renderer so your tool's diff preview fills its own shell without the default box wrapper.
yaml
renderShell: "self"
›New renderShell: "self" option for custom and built-in tool renderers lets tools own their outer shell instead of the default boxed shell, enabling stable large previews such as edit diffs.
›Interactive auto-retry status now displays a live countdown during backoff periods instead of a static retry delay message.
Phoenix 14.6.0 adds an eval harness for the agent system and a list-detail layout for session turns.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v14.6.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v14.6.0
›Adds an eval harness to the PXI agent system prompt for structured evaluation workflows.
›Introduces a list-detail layout for session turns in the app UI, improving navigation of multi-turn conversations.