Skip to content
Oday Bakkour
Back to Knowledge Hub
aidevelopmentinsights

AI Coding Roundup — July 3, 2026: Claude Code v2.1.199, Copilot CLI Adds Kimi K2.7 & Cursor Ships Team MCPs

Oday Bakkour profile photo
Oday Bakkour
3 min read
Share

Three release trains moved in parallel this week. Anthropic shipped Claude Code v2.1.199 with a batch of background-agent reliability fixes, GitHub pushed Copilot CLI v1.0.68 with support for Moonshot AI's Kimi K2.7 coding model, and Cursor rolled Team MCPs and organization groups out to its team marketplaces. Here's what changed and why it matters.

Claude Code v2.1.199: Stacked Skills and Background-Agent Hardening

Anthropic's Claude Code v2.1.199 landed the day after Chrome went GA in v2.1.198, and it's mostly a reliability release. Stacked slash-skill invocations like /skill-a /skill-b do XYZ now load up to five leading skills instead of just the first one, and SSL certificate errors fail immediately with actionable guidance rather than silently burning through retries.

Two fixes target work that used to vanish: streaming responses that hit a mid-stream API error now keep the partial output with an incomplete-response notice instead of discarding it, and subagents cut off by a rate limit return their partial work instead of failing silently. On the infrastructure side, the background agent daemon on Linux no longer kills every running agent after an unclean shutdown, background agents on macOS no longer fail to cold-start over SSH, and transient 429 errors are now automatically retried with backoff for subscribers.

  • Stacked slash-skill invocations now load up to 5 leading skills instead of just the first
  • SSL certificate errors fail fast with actionable guidance instead of retrying blindly
  • Mid-stream API errors keep partial output with an incomplete-response notice instead of discarding it
  • Subagents cut off by rate limits now return partial work instead of failing silently
  • Fixed the Linux background daemon killing all agents after an unclean shutdown, and macOS background agents failing to cold-start over SSH
  • Transient 429 errors now auto-retry with backoff for subscribers

GitHub Copilot CLI v1.0.68: Kimi K2.7 Support Arrives

GitHub's Copilot CLI v1.0.68 shipped on July 1 with support for the kimi-k2.7-code model alongside Claude Sonnet 5, which landed a day earlier in v1.0.67. Slash command aliases now show up inline as you type, transient IDE disconnects are handled more gracefully instead of dropping the session, and terminal output rendering was fixed for non-Latin scripts — Thai and Devanagari text now render correctly in clipped output.

A same-day v1.0.69-0 pre-release followed on July 2 with file and folder completion for sandbox paths, background branch-label updates during session management, and memory optimizations aimed at large monorepos.

  • Adds support for Moonshot AI's kimi-k2.7-code model, alongside Claude Sonnet 5 from v1.0.67
  • Slash command aliases shown inline while typing
  • Better handling of transient IDE disconnects, and correct rendering of non-Latin scripts like Thai and Devanagari
  • v1.0.69-0 pre-release adds sandbox path file/folder completion and monorepo memory optimizations

Cursor: Team MCPs and Organization Groups for Team Marketplaces

Cursor's team marketplaces picked up two admin-facing features. Team MCPs let admins configure an MCP server once and distribute it across cloud agents, the agents window, the IDE, and the CLI, instead of every developer wiring up the same server individually. Team marketplaces also now support organization groups alongside existing SCIM directory groups, giving admins a second, more flexible way to scope which plugins, skills, and MCPs a given group of developers can see.

  • Team MCPs: configure an MCP server once, distribute it across cloud agents, the agents window, IDE, and CLI
  • Organization groups now supported alongside SCIM directory groups for access control
  • Configured from Dashboard > Plugins > Team Marketplaces

References and Further Reading

Comments

Share your thoughts and join the conversation

Leave a Comment

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