Codex Rises, Claude Meters Programmatic Usage
a quiet day lets us report on a long trend of the major coding agents
12 stories · 7d·6 sources covering·30 active storylines
What this is
Claude Code is Anthropic's agentic command-line coding tool. shipfeed tracks its releases, new features, SDK changes, and the workflows teams build on top of it.
a quiet day lets us report on a long trend of the major coding agents
What's changed Opus 4.8 is here! Now defaults to high effort · /effort xhigh for your hardest tasks Introducing dynamic workflows: ask Claude to create a workflow and it orchestrates work across tens to hundreds of…
What's changed Claude in Chrome is now generally available Added background agent notifications in `claude agents` — sessions that need input or finish now fire the `Notification` hook (`agent_needs_input` /…
What's changed Introducing Claude Sonnet 5: now the default model in Claude Code, with a native 1M-token context window and promotional pricing of $2/$10 per Mtok through August 31. Update to version 2.1.197 for…
Anthropic Wants Claude to Be Your New Slack Coworker Bloomberg
What's changed Added the `Workflow` tool for deterministic multi-agent orchestration. It is off by default — set `CLAUDE_CODE_WORKFLOWS=1` to enable Pinned background sessions (`Ctrl+T` in `claude agents`) now stay…
Deepseek is building a new team in Beijing to develop its own AI code agent, working title "Deepseek Code," a direct competitor to Claude Code, Codex, and Cursor. Applicants should know agent loops, MCP, and context…
Nimbus builds production AI systems — internal tools, customer agents, retrieval pipelines — combining humans and AI end-to-end. From scoped pilot to production in 4–8 weeks.
What's changed Added `/resume` support for background sessions — sessions started via `claude --bg` or agent view now appear alongside interactive ones, marked with `bg` Added elapsed duration to background subagent…
Cursor: Cursor releases Composer 2.5, saying it's better at sustained work on long-running tasks and follows complex instructions more reliably; it's built on Kimi K2.5 — Composer 2.5 is now available in Cursor. — It's…
What's changed Added new `claude agents` flags: `--add-dir`, `--settings`, `--mcp-config`, `--plugin-dir`, `--permission-mode`, `--model`, `--effort`, and `--dangerously-skip-permissions` to configure dispatched…
Anthropic announced a new SpaceX compute partnership to significantly increase capacity for Claude products, doubling Claude Code's 5-hour rate limits for Pro, Max, Team, and Enterprise users, removing peak-hour limit…
Anthropic introduced computer use inside Claude Code for closed-loop verification in a research preview for Pro/Max users, enhancing reliable app iteration. OpenAI released a Codex plugin for Claude Code, enabling…
Anthropic introduced Claude Cowork and Claude Code enabling desktop control of mouse, keyboard, and screen in a macOS research preview, expanding agent capabilities beyond APIs and browsers. The agent ecosystem is…
What's changed Auto mode is now available without `CLAUDE_CODE_ENABLE_AUTO_MODE` opt-in on Bedrock, Vertex AI, and Foundry; disable via `disableAutoMode` in settings Fixed the terminal freezing and keystrokes lagging…
New models, agents and the evolution of the FDE landscape as the new battle field in AI.
What's changed Changed `AskUserQuestion` dialogs to no longer auto-continue by default; opt into an idle timeout via `/config` Changed the "default" permission mode to "Manual" across the CLI, `--help`, VS Code, and…
What's changed Stacked slash-skill invocations like `/skill-a /skill-b do XYZ` now load all leading skills (up to 5), not just the first Fixed SSL certificate errors (TLS-inspecting proxies, missing…
Anthropic has cut the system prompt for Claude Code by 80 percent. According to staffer Tariq Shihipar, the new Fable 5 models need fewer instructions and examples. Guidelines can even hold the models back because…
What's changed Added support for organization default models — admins set it in the org console; it shows as "Org default" (or "Role default") in `/model` when you haven't picked one yourself Added readable default…
Security researchers at Mozilla's 0DIN platform have shown how a single compromised GitHub repo can take over a developer's machine the moment an AI coding tool like Claude Code runs its setup. The catch: the malicious…
What's changed Added `/rewind` support for resuming a conversation from before `/clear` was run Fixed scroll position jumping to the bottom while reading earlier output during a streaming response Fixed background…
What's changed Added `sandbox.credentials` setting to block sandboxed commands from reading credential files and secret environment variables Added org-configured model restrictions to the model picker, `--model`…
What's changed Added `claude mcp login ` and `claude mcp logout ` to authenticate MCP servers from the CLI without opening the interactive `/mcp` menu, with `--no-browser` stdin redirect support for completing over SSH…
Nimbus builds production AI systems — internal tools, customer agents, retrieval pipelines — combining humans and AI end-to-end. From scoped pilot to production in 4–8 weeks.
Anthropic Brings Live, Shareable Artifacts to Claude Code DevOps.com
What's changed Improved auto mode safety: destructive git commands (`git reset --hard`, `git checkout -- .`, `git clean -fd`, `git stash drop`) are now blocked when you didn't ask to discard local work, `git commit…
Anthropic launches Claude Code Artifacts, turning AI sessions into live enterprise dashboards Crypto Briefing
Anthropic's Claude Code Artifacts update brings live, shared dashboards and interactive workspaces to enterprises VentureBeat
Claude Code can now turn work results into interactive web pages called "artifacts" and share them with your team. The pages pull from the full session context, update automatically when something changes, and keep a…
What's changed Added `Tool(param:value)` syntax for permission rules to match a tool's input parameters (with `*` wildcard), e.g. `Agent(model:opus)` to block Opus subagents Skills in nested `.claude/skills`…