Terminal-native coding agents — Claude Code, Codex CLI, Aider, OpenCode, Gemini CLI.
CLI agents are terminal-native coding assistants — Claude Code, Codex CLI, Aider, OpenCode, Gemini CLI. Unlike IDE extensions, they live in your shell, read your whole repo, run tests, and open PRs. This category covers releases, workflow changes, and the migration from autocomplete-style AI to task-level delegation.
OpenAI released a major update to Codex, used by over 3 million developers weekly, adding background computer use, an in-app browser, image generation via gpt-image-1.5, more than 90 new plugins, GitHub PR review support, SSH connectivity, scheduled task automations, and a memory feature for reta...
OpenAI updated its Codex agentic coding tool with expanded desktop control capabilities, positioning it as a competitor to Anthropic's Claude Code. The update gives Codex broader ability to interact with a user's desktop environment.
OpenAI updated its Codex desktop coding tool with the ability to operate desktop apps on macOS, generate images via gpt-image-1.5, browse the web natively, schedule tasks, and retain memory from past sessions. The update also adds plugins for GitLab, Atlassian Rovo, and Microsoft Suite, with EU a...
A developer released claude-studio, an open-source visual orchestration platform for managing multi-agent workflows using Anthropic's Claude Code. The tool provides a graphical interface for coordinating multiple Claude AI agents working in parallel.
Claude Code, Anthropic's command-line coding tool, received a new sidebar interface. A developer noted the visual update favorably but indicated concerns or caveats about it in a post on Dev.to.
Anthropic released a redesign of its Claude Code desktop app featuring a sidebar for multi-project session management, an integrated terminal pane, a side chat function (Ctrl+;) for context-aware queries, and consolidated model and effort controls.
Anthropic launched "routines" for Claude Code, allowing automated tasks to run on schedules, via API calls, or GitHub webhooks on Anthropic's cloud infrastructure, replacing manual GitHub Actions setups for tasks like issue triage and smoke testing.
Anthropic released a redesigned Claude Code desktop app with an integrated terminal, improved diff viewer, side chat functionality, and rearrangeable interface panes for managing multiple coding sessions simultaneously.
Anthropic released documentation for Claude Code Routines, a feature within its Claude coding platform available at code.claude.com.
Ten open-source GitHub repositories provide extensions and integrations for Claude Code, including Repomix for codebase context, Dify and Flowise for visual workflow builders, and Onyx for self-hosted AI alternatives. Installation is available via terminal commands or plugin marketplace.
Vercel added Sandbox management to its CLI tool through a new `vercel sandbox` subcommand, eliminating the need for a separate command-line tool. The feature is available in Vercel CLI version 50.42.0 and later.
Anthropic's February-March 2026 updates to Claude Code—including adaptive thinking, lowered default effort settings, and hidden reasoning display—contributed to degraded performance on complex engineering tasks, with the community identifying under-allocated reasoning budgets and system prompt bi...
Claude Code can be configured to use self-hosted models by setting ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN environment variables, then running claude with the --model flag to specify a local model like qwen3-coder-next.
MemCTX is an open-source MIT-licensed tool that maintains session memory for Claude Code by storing sessions in SQLite, auto-generating summaries via Claude API, and injecting relevant history into new sessions through a dashboard interface.
GitHub introduced Rubber Duck, an experimental feature in Copilot CLI that uses a second AI model to review coding agent plans before execution. Testing showed Claude Sonnet paired with GPT-5.4 as Rubber Duck achieved 74.7% of the performance gap between Sonnet and Opus, with larger gains on comp...
Users reported that Claude Code became unsuitable for complex engineering tasks following February updates, based on a GitHub issue that gained significant discussion on Hacker News.
Claude Code, an AI-powered code assistant, identified a Linux vulnerability that had remained undiscovered for 23 years.
Vercel announced its plugin now supports OpenAI Codex and the Codex CLI, providing access to 39 platform skills, three specialist agents, and real-time code validation for development workflows.