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.