Codex TRACE logs into logs_2.sqlite hit ~37TB in 21 days, roughly 640TB a year against a 600TBW consumer SSD rating. What the June 22 PRs actually fixed, why rust-v0.142.5 still writes, and the tmpfs workaround.
Wrangler 4.102.0+ adds wrangler deploy --temporary: publish a Worker to a workers.dev URL with no Cloudflare account for 60 minutes. The agent loop, claiming, and D1/KV limits.
Hit 'Selected model is at capacity' mid-task? Don't switch models — send a continue prompt and the same thread resumes with task state intact. Why it happens per the OpenAI maintainer (model-side serving capacity, issue #17014), and what's still open for unattended runs.
Playwright MCP v0.0.71 added browser_drop. MCP clients can now invoke Locator.drop directly, reducing the need to fake drag-and-drop via evaluate or mouse.move chains. Covers intermediate event firing and screenshot verification of CSS changes during drag.
Rethinking the evolution of CLI, GUI, chat UI, and AI agents as interface design for the development workflow. Covers why CLI rather than CUI emerged as GUI's counterpart, and the context-window cost difference between MCP and CLI.
SwitchBot released an official CLI for OpenAPI v1.1. It does device listing, control, and scene execution from the terminal, and also runs as an MCP server so Claude or Cursor can drive home devices directly.
Google launched Android CLI v0.7 preview on April 16, 2026. Subcommands like android create/run/skills/docs, combined with Android Knowledge Base and Android Skills, let any agent (Gemini CLI, Claude Code, Codex) drive Android development through a standardized interface.
A breakdown of the three major announcements from Cloudflare Agents Week 2026. Sandboxes reaches GA with persistent dev environments for agents, Durable Object Facets give AI-generated code its own SQLite, and the unified CLI cf brings 3,000 API operations under one roof.
CLI-Anything, released by HKUDS at the University of Hong Kong, automatically generates a CLI harness from GUI software source code so AI agents can drive it directly. It passed all 1,720 tests across 16 apps including GIMP, Blender, and LibreOffice.
A local Gmail archive and search tool built by Wes McKinney, the author of pandas. It uses DuckDB and SQLite to search even 20 years of mail in milliseconds.
A comparison of the hook features offered by Gemini CLI, Claude Code, and Codex CLI. The differences in design philosophy are more interesting than I expected.