developer tools

46 articles tagged with developer tools

August 21, 2026
product updateMicrosoft

GitHub Copilot Now Works as a Shared Agent Inside Microsoft Teams Channels

GitHub has launched a feature that lets teams mention @GitHub in Microsoft Teams channels, threads, or DMs to start a shared Copilot agent session visible to all participants. The update turns individual Copilot agent work into a collaborative, team-visible process directly inside Teams.

changelog

Cline v4.1.11 Adds Inline Image Generation, Fixes VS Code 1.134 Compatibility Break

Cline's v4.1.11 update adds inline image generation for supported models and fixes a code actions bug that broke on VS Code 1.134. The release also expands the model catalog with eight new providers including AMD, Arcee, and RunInfra.

August 18, 2026
product updateGitHub

GitHub Adds Enterprise Managed Settings to Copilot for JetBrains

GitHub Copilot for JetBrains now supports enterprise managed settings, letting administrators enforce consistent policies for plugin governance, MCP server access, OpenTelemetry, and permission modes across their organization.

product update

Cursor Launches Origin, a GitHub Rival Code Hosting Platform, Amid GitHub Outages

Cursor has launched Origin, a code hosting platform that handles repositories, pull requests, and collaborative editing — directly competing with GitHub. The launch coincided with a six-hour global GitHub outage with a reported 20% error rate.

August 17, 2026
product updateGitHub+1

GitHub Details How 'Canvas' UI Makes Copilot Agent Work Easier to Track and Steer

GitHub published a blog post arguing that canvas-style interfaces—rather than chat logs—are better suited for tracking and steering agentic coding workflows in Copilot. The post frames canvases as a way to keep long-running agent work visible and controllable without re-running expensive steps.

August 15, 2026
product update

Astro Creator Fred Schott Ships Flue 2, Bringing React-Style Hooks to AI Agent Development

Fred Schott, creator of the Astro web framework, has released Flue 2, the first stable version of his agent development framework. The update introduces React-inspired 'Agent Hooks' that let developers build agents whose configuration changes dynamically during a conversation rather than being fixed in advance.

August 14, 2026
product updateGitHub

GitHub Details Agent Apps for Scoping, Securing, and Shipping Code in the SDLC

GitHub published a guide showing how four Agent Apps can handle scoping, security review, rollout, and shipping of features directly inside GitHub, without switching tools. The post frames Agent Apps as a way to consolidate software delivery workflow steps into the GitHub platform.

August 12, 2026
changelog

Vercel AI SDK Adds Support for Grok 4.6 Model IDs and 'xhigh' Reasoning Effort

Vercel released @ai-sdk/xai version 3.0.119, a patch update that adds model IDs for Grok 4.6 and introduces support for an 'xhigh' reasoning effort parameter. The change lets developers using the Vercel AI SDK target xAI's newer model directly through the existing provider interface.

changelog

Vercel AI SDK Adds Support for Grok 4.6 in @ai-sdk/xai 2.0.86 Patch

Vercel shipped @ai-sdk/xai version 2.0.86, a patch release that adds support for Grok 4.6 models in its xAI provider integration. The update lets developers using the Vercel AI SDK route requests to Grok 4.6 without custom API handling.

August 10, 2026
product updateGitHub

GitHub Releases Copilot SDK for Java, Enabling Programmatic Access to Copilot from JVM Applications

GitHub has released a Copilot SDK for Java, giving enterprise developers a way to integrate GitHub Copilot directly into JVM-based applications using annotations and virtual threads. The SDK targets Java shops that want programmatic control over Copilot rather than relying solely on IDE integrations.

product updateGitHub

GitHub Ships Copilot SDK for Java, Adding Annotation-Based Agent Control

GitHub has released a Copilot SDK for Java, allowing enterprise developers to programmatically drive GitHub Copilot using idiomatic Java constructs like annotations and virtual threads. The release extends Copilot's SDK ecosystem beyond its existing language support.

August 9, 2026
product updateGitHub

GitHub Models Retired, Cutting Off Free LLM API Access for GitHub Actions

GitHub Models, the unified LLM API and playground that let GitHub Actions workflows make free AI calls using existing GitHub credentials, has been fully retired. GitHub has not disclosed a reason, though rising inference costs from coding-agent usage are the likely driver.

August 8, 2026
product updateAnthropic+1

Anthropic Makes Claude Code's Auto Mode Default, Cutting Dangerous Command Approvals by 75 Percentage Points

Anthropic will enable Auto Mode by default in Claude Code for Pro, Max, and Team plans starting August 14, 2026. Internal testing with 1,053 paid users found the classifier-based system caught 89% of dangerous commands compared to 13.6% caught by human reviewers, while producing 25% more pull requests.

product updateAnthropic

Anthropic Adds Cross-Session Messaging to Claude Code, Letting Terminal Instances Communicate Directly

Claude Code sessions running on macOS and Linux can now send messages to one another instead of requiring users to manually copy context between terminals. Anthropic says the feature supports both local and cross-machine communication, though it's not yet available on major cloud platforms.

August 7, 2026
product updateAnthropic

Anthropic Adds Cross-Session Messaging to Claude Code v2.1.224

Claude Code v2.1.224 introduces cross-session messaging, letting separate Claude Code instances on macOS and Linux send each other summaries to coordinate work. The feature does not support approving permissions or executing commands remotely.

product updateAnthropic

Anthropic Sets Claude Code Auto Mode as Default Starting August 14

Anthropic will switch Claude Code's default permission setting to auto mode on August 14 for Pro, Max, and Team users. The company says its safety classifier caught 89% of dangerous commands in testing, compared to 13.6% for human reviewers, and will no longer charge extra tokens for the classifier itself.

August 6, 2026
product updateGitHub

GitHub Publishes Guide to Slash Commands in the Copilot App

GitHub has published a guide covering slash commands available in the GitHub Copilot app, designed to extend Copilot beyond simple chat into planning, team collaboration, task automation, and workflow customization. The guide targets developers looking to get more structured, repeatable value out of Copilot's interface.

August 5, 2026
product update

Meta Launches Muse Code, a Terminal-Based AI Agent for Large Codebases

Meta has launched Muse Code, a beta terminal coding agent built on its Muse Spark model that can fan out tasks to parallel sub-agents working in isolated worktrees. The release positions Meta to compete with OpenAI's Codex and Anthropic's Claude Code, with Meta AI chief Alexandr Wang emphasizing cost advantages.

product updateAmazon Web Services

AWS Details MCP Bridge Architecture Connecting Cloud-Hosted AI Agents to Local Files and Tools

AWS published a technical breakdown of an MCP bridge that connects cloud-hosted AI agents on Amazon Bedrock AgentCore to MCP servers running on a user's local machine. The architecture, used internally in a finance assistant with over 41,000 conversations in its first year, tunnels MCP JSON-RPC messages through WebSocket and browser native messaging.

August 4, 2026
changelogGitHub

GitHub Retires Copilot Billing Preview App, Shifts Spend Management to Native Billing Settings

GitHub has retired the Copilot Billing Preview app, removing it from availability entirely. Copilot spend tracking and management now happens directly within GitHub's standard billing settings.

July 31, 2026
changelogAnthropic

Cline SDK v0.0.67 Normalizes Reasoning Controls Across Providers, Fixes Auto-Compaction Bug

Cline's SDK v0.0.67 pulls reasoning effort and budget controls from the models.dev catalog to match each provider's actual capabilities, while fixing a bug that forced redundant re-compaction calls on every turn. The release also adds session forking for editing earlier prompts and makes MCP server timeouts configurable.

July 30, 2026
product updateGitHub

GitHub Copilot App Adds Stacked Sessions and Pull Requests for Sequential Coding Tasks

GitHub has published a walkthrough of stacked sessions and pull requests in the Copilot app, a workflow feature that lets developers chain multiple AI-assisted coding sessions and PRs together. The post uses a real-world example: modernizing an old codebase.

product updateGitHub

GitHub Copilot App Adds Stacked Sessions to Chain Multiple AI Coding Tasks Into Sequential Pull Requests

GitHub has added stacked sessions and pull requests to the GitHub Copilot app, allowing developers to break large coding tasks into a sequence of dependent Copilot sessions that each produce their own PR. GitHub demonstrated the feature by using it to modernize an old codebase.

July 28, 2026
product updateGitHub

GitHub Expands Copilot App Usage Metrics to Enterprise and Organization User Reports

GitHub has expanded its Copilot usage metrics API so that individual Copilot app activity is now attributed to users in enterprise-user and organization-user report rollups. The change gives admins more granular visibility into how Copilot apps are used across their organizations.

July 9, 2026
changelog

Vercel AI SDK adds Grok 4.5 model support and video reference inputs

Vercel released AI SDK version 3.0.106 for xAI integration, adding support for the Grok 4.5 model identifier and expanding input reference capabilities to include video files for reference-to-video generation workflows.

July 8, 2026
product updateGitHub

GitHub Launches Agentic Workflows to Auto-Generate Documentation from Code Changes

GitHub has deployed agentic workflows that automatically generate documentation pull requests from merged product changes. The system, built by GitHub's Aspire team, creates SME-reviewed documentation to reduce the lag between code releases and updated docs.

July 1, 2026
product updateApple

Apple ships Safari MCP server in Technology Preview 247, enabling AI coding agents to inspect and debug websites

Apple has released an MCP server for Safari Technology Preview 247 that allows AI coding agents to directly inspect and debug websites. The server gives agents access to console logs, network requests, screenshots, and DOM interactions through the Model Context Protocol standard created by Anthropic.

June 23, 2026
product updateGitHub

GitHub Copilot CLI Gets Redesigned Terminal Interface in General Availability

GitHub has released the redesigned terminal interface for GitHub Copilot CLI to general availability. The update, previewed at Microsoft Build 2026, introduces a tabbed layout for working with GitHub directly from the command line.

June 15, 2026
product updateGitHub

GitHub Documents Copilot CLI Slash Commands for Terminal Control

GitHub published documentation outlining slash commands for Copilot CLI, the company's terminal-based AI coding assistant. The guide targets developers new to using AI agents directly in command-line environments.

product updateGitHub

GitHub documents Copilot CLI slash commands for terminal AI assistance

GitHub has published beginner documentation for Copilot CLI's slash commands. The guide covers how to control the terminal AI agent using command shortcuts.

June 10, 2026
product updateApple

Apple integrates Google Gemini into Xcode 27, expanding native agentic coding options

Apple's Xcode 27 adds native support for Google Gemini, joining existing integrations with Anthropic's Claude and OpenAI's Codex. The update also introduces improved interfaces, interactive planning, and multiturn Q&A capabilities for AI-assisted development.

product updateGitHub

GitHub Copilot CLI adds language server protocol support for code analysis

GitHub has updated Copilot CLI to support language server protocol (LSP) integration. The update replaces the tool's previous grep and decompile-based code analysis with structured language server support for improved code intelligence.

June 4, 2026
product updateGitHub

GitHub Copilot May 2026 Update Adds Planning and Code Review Tools to Visual Studio

GitHub has released its May 2026 update for Copilot in Visual Studio 2026, introducing new tooling for planning, code review, and work management. The update is available to all GitHub Copilot users.

June 2, 2026
product updateMicrosoft

GitHub launches Copilot desktop app with agent-native interface

GitHub announced a new Copilot desktop application at Microsoft Build 2026. The standalone app introduces what the company calls an "agent-native" interface designed to integrate AI agents into developer workflows.

May 30, 2026
product updateMicrosoft

GitHub Copilot switches to token-based billing June 1, some users report costs jumping from $50 to $3,000

Microsoft is ending GitHub Copilot's flat-rate subscription model in favor of token-based billing starting June 1. Some developers report monthly costs rising from approximately $29-50 to $750-3,000, while others claim the increases only affect inefficient "vibe-coders" who iterate excessively without clear direction.

May 21, 2026
product updateOpenAI

OpenAI adds Command-Command Appshots feature to Codex for Mac, capturing both screenshots and text beyond visible area

OpenAI released an update to Codex for Mac adding Appshots, a new feature that captures both screenshots and text from application windows using a Command-Command keyboard shortcut. The feature accesses content beyond what's visible on screen to provide fuller context to chat threads.

May 20, 2026
model releasexAI

xAI Launches Grok Build 0.1: Coding Model with 256K Context for Agentic Workflows

xAI has released Grok Build 0.1, a coding-specialized model with a 256K context window and unlimited text output. The model is designed for agentic software engineering workflows and powers xAI's Grok Build CLI tool.

May 19, 2026
product update

Google repositions Antigravity as agentic development suite with CLI, SDK, and $100/month tier

Google has repositioned Antigravity 2.0 as a unified suite for agentic AI development, introducing parallel agent orchestration, a new CLI that replaces the Gemini CLI, an SDK for custom agents, and Managed Agents in the Gemini API. The company also launched a new $100/month AI Ultra tier with 5X the usage limits of the $20 Pro plan, alongside a dedicated Android app for AI Studio.

product update

Google AI Studio now generates native Android apps directly in browser, Android Studio adds automated iOS porting

Google announced at I/O 2026 that AI Studio can now build native Android applications directly in the browser using Jetpack Compose and Kotlin. Separately, Android Studio's new Migration Assistant uses LLMs to automatically port iOS, React Native, and web apps to native Android, reducing weeks of manual work to hours.

May 15, 2026
product updateGitHub

GitHub pilots AI agent to automate accessibility testing and remediation

GitHub is piloting an experimental AI agent designed to automate accessibility testing and remediation. The tool aims to help developers identify and fix accessibility issues in their code and user interfaces without requiring specialized expertise.

product updatexAI

xAI launches Grok Build coding agent at $300/month, available only to SuperGrok Heavy subscribers

xAI has released Grok Build, a coding agent and CLI tool positioned to compete with Anthropic's Claude Code and other AI coding assistants. The early beta is available exclusively to SuperGrok Heavy subscribers at $300 per month.

May 13, 2026
product updateGitHub

GitHub Copilot Adds REST API for Programmatic Cloud Agent Task Execution

GitHub has released a REST API for its Copilot cloud agent in public preview. The new Agent Tasks API allows Copilot Business and Enterprise users to programmatically start cloud agent tasks, expanding automation capabilities beyond manual interaction.

May 2, 2026
product updateOpenAI

OpenAI adds AI-generated pet overlays to Codex coding assistant

OpenAI added optional AI-generated pet companions to its Codex coding assistant. The floating overlays notify developers when Codex completes tasks or needs input, eliminating the need to switch windows to check status.

April 30, 2026
product updateAmazon Web Services

Amazon Q Developer IDE plugins to be discontinued April 30, 2027 as AWS shifts to Kiro

AWS announced that Amazon Q Developer IDE plugins and paid subscriptions will reach end of support on April 30, 2027, with new account creation blocked starting May 15, 2026. The company is transitioning users to Kiro, a new agentic development environment built for spec-driven development.

April 28, 2026
product updateIbm

IBM releases Bob AI coding assistant after testing on 80,000 employees, claims 45% productivity gains

IBM has launched Bob, its AI coding assistant, following internal testing with 80,000 employees. The company claims teams saw average productivity gains of 45% across complex workflows. Pricing ranges from $20 to $200 per month using a "Bobcoin" credit system.

April 16, 2026
product updateOpenAI

OpenAI's Codex Desktop adds computer control and browser automation beyond coding

OpenAI's Codex Desktop can now control your computer, run background automations, and includes an in-app browser with click-to-select elements. The update adds automation memory across sessions and access to over 100 curated plugins, though the computer control feature is MacOS-only and unavailable in the EU.