Skip to content
Oday Bakkour
Back to Knowledge Hub

AI Coding Tools Roundup: June 25, 2026

Oday Bakkour profile photo
Oday Bakkour
5 min read
Share

June 25, 2026 — This past week was packed with meaningful updates across the AI coding ecosystem. Claude Code expanded its multi-agent architecture to five nesting levels, OpenCode crossed a milestone 160K GitHub stars while shipping stability fixes, Windsurf quietly retired its brand in favour of Devin Desktop, and GitHub Copilot officially flipped to usage-based billing. Here is everything you need to know.

Claude Code: 5-Level Nested Sub-Agents & Agent Teams

The headline feature this cycle is nested sub-agents now going five levels deep, shipping in v2.1.172 on June 10. Previously capped at three levels, the expanded depth is designed not for raw parallelisation but for task isolation: when a sub-agent is about to do something messy — large file rewrites, destructive operations, noisy searches — it can now offload that work into a child agent so its own context window stays clean. The full changelog is available on the official Claude Code docs.

Agent Teams also got a quality-of-life overhaul on June 15. The TeamCreate and TeamDelete tools were removed; with the environment variable CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 set, every session now has one implicit team. You spawn teammates directly via the Agent tool's name parameter — no setup step needed.

Other notable Claude Code fixes this cycle:

  • Remote MCP tool calls that previously hung for 5 minutes with no response now abort immediately with a descriptive error.
  • Pasting Korean and other CJK text in terminals that deliver paste as per-byte extended-key events no longer turns the text into mojibake.
  • The stream-stall hint now reads "Waiting for API response · will retry in …" and triggers after 20 seconds of silence instead of 10, reducing false-alarm interruptions.
  • A new sandbox.credentials setting blocks sandboxed commands from reading credential files and secret environment variables — a welcome security hardening for agentic workflows.

OpenCode: 160K Stars, v1.17.8, and Deep MCP Fixes

OpenCode crossed 160,000 GitHub stars and 7.5 million monthly active developers this month, cementing its position as the fastest-growing model-agnostic AI coding agent. The v1.17.8 release focused on MCP (Model Context Protocol) compatibility and session performance.

Key v1.17.8 improvements:

  • OpenAI-compatible providers now accept MCP tool schemas that previously failed validation.
  • Cloudflare AI Gateway now correctly receives the configured API key.
  • Long-running MCP tools now keep their timeout alive when they report progress, preventing spurious timeouts on slow operations.
  • MCP tools without declared schema properties now work with providers that require object properties.
  • v1.17.7 (June 14): Plugin client requests can now reuse the active server, MCP servers receive the current workspace as a client root, and MCP debug uses the SDK's latest protocol version.

Windsurf Is Dead — Devin Desktop Takes Its Place

On June 2, 2026, Cognition retired the Windsurf brand and relaunched the product as Devin Desktop. The new IDE ships with the Agent Command Center as the default surface, replacing the traditional file-tree-first IDE layout. It also introduces native support for the open Agent Client Protocol (ACP), enabling third-party agents to connect and collaborate inside the same workspace.

Pricing has also moved: the Pro plan rose from $15 to $20/month in May, and a new Max tier at $200/month targets power users running sustained heavy workloads. Existing Windsurf subscribers were migrated automatically.

GitHub Copilot Flips to Credit-Based Billing

GitHub Copilot's flex billing went live on June 1, marking the end of flat-rate AI. Plans ($10 Pro, $39 Pro+, $19/user Business, $39/user Enterprise) now represent monthly AI Credit allowances rather than spending ceilings. A new GitHub Copilot Max tier at $100/month bundles 20,000 credits (~$200 of equivalent usage) for individuals who regularly hit limits.

This mirrors a broader industry shift: Cursor, Windsurf (now Devin Desktop), and Copilot have all moved to token or credit metering within the last 90 days. The flat-rate AI subscription era, at least for heavy developer usage, appears to be over.

Claude Fable 5: Brief Launch, Then Suspension

Anthropic launched Claude Fable 5 on June 9 as its first publicly accessible Mythos-class model, priced at $10/$50 per million tokens and initially available inside Claude Code and GitHub Copilot. Three days later on June 12, the model was suspended for all customers under a U.S. government export control directive. The suspension affects public API and product access; Anthropic has not confirmed a timeline for re-enablement.

TL;DR — What Actually Matters

  • Claude Code v2.1.172 — 5-level nested sub-agents for isolated task execution; implicit Agent Teams replacing the TeamCreate/TeamDelete ceremony.
  • OpenCode v1.17.8 — MCP compatibility sweep: Cloudflare gateway, schema validation, timeout keep-alive, 160K stars milestone.
  • Windsurf → Devin Desktop — Full rebrand on June 2, ACP protocol support, Agent Command Center as the new default UI.
  • GitHub Copilot — Flat-rate era ends June 1; AI Credits replace unlimited requests; new $100/mo Max tier.
  • Claude Fable 5 — Launched June 9, suspended June 12 under U.S. export controls.

Resources & References

Comments

Share your thoughts and join the conversation

Leave a Comment

Loading comments...
Add Oday Bakkour as a preferred source on Google
RELATED