CLI Articles
5 articles across AI Catchup's news, guides, tutorials, and comparisons.
All CLI articles
Claude's ant CLI Can Now Manage Agent Resources as Code
Anthropic added `ant apply` to the Claude CLI, letting teams declare Managed Agent environments, agents, skills, memory stores, and deployments in a repository and reconcile them with the Claude API.
Claude Code Desktop Can Now Resume Sessions Started in the Terminal
Claude Code can now move a terminal-started session into the Claude Code desktop app. Anthropic says users can type /resume, choose a CLI session, and continue with the full conversation and context intact.
OpenAI Releases Codex Security CLI for Repository Scans and CI Checks
OpenAI says its open-source Codex Security CLI can scan repositories, track findings across runs, verify fixes, and add security checks to CI/CD. The beta CLI requires Codex Security access and is built for teams that want code-aware security review in the terminal.
Claude Code Ships Screen Reader Mode: Plain-Text TUI for VoiceOver and NVDA
Claude Code now has an opt-in screen reader mode that replaces boxes, spinners, and in-place redraws with labeled linear text that VoiceOver and NVDA read in order. Turn it on with the --ax-screen-reader flag, the CLAUDE_AX_SCREEN_READER env var, or the axScreenReader setting (v2.1.181+). Menus become numbered lists, a terminal bell signals when Claude needs you, and separate settings cover magnifiers, reduced motion, and colorblind themes.
Claude Platform's 'ant' CLI Brings the Full Claude API to Your Terminal
Anthropic's 'ant' CLI exposes every Claude API resource as a terminal subcommand. As of September 2026 you install it through Homebrew, curl, or Go, authenticate by browser login, API key, or Workload Identity Federation, manage agents as code with 'ant apply' (CLI 1.30.0 or later), and run a self-hosted Managed Agents worker with 'ant beta:worker poll' or 'ant beta:worker run'.