---
title: "Coder 2.27 - Coder Changelog"
description: "The October release is the latest mainline release, focusing on AI governance and integrations, while improving the user experience."
image: "/_next/static/media/OpenGraph.37da9236.jpg"
---

![Changelog Masthead Background](https://coder.com/_next/static/media/cde-masthead-bg.3328bdfa.jpg?w=3840&q=85)

[Back to changelog](https://coder.com/changelog)

v2.27October 8, 2025

# Coder 2.27

The October release is the latest mainline release, focusing on AI governance and integrations, while improving the user experience.

View the full changelog [on GitHub](https://github.com/coder/coder/releases/tag/v2.27.0).

## AI Governance and Security

### AI Bridge in Early Access

- AI becomes auditable: built-in LLM proxy for OpenAI and Anthropic for collecting & aggregating LLM usage
- Centralized key management: developers use their Coder key to access LLMs, all actions attributable to users
- Automatic cost attribution: token usage breakdown per user/group/organization
- Centralized MCP management: configure MCP servers centrally, audit all tool calls issued along with their parameters

[Setup guide](https://coder.com/docs/ai-coder/ai-bridge)

### Agent Boundaries in Early Access

- Process-level firewall for coding agents with policy-driven controls.
- Granular restrictions that limit what AI coding agents can access or do, without blocking automation or complicating workflows.
- Network rule enforcement to block domains, subnets, or HTTP verbs and prevent data exfiltration.

### New Terminal-based AI Agent Support

- GitHub’s Copilot CLI is the latest addition, which can be run inside Coder workspaces.
- Add agents with just a few lines of Terraform from the [Registry](https://registry.coder.com/modules?search=tag%3Aagent), and integrate them with Coder

## Developer Experience

### GitHub to Coder Tasks

- Plug-and-play integration setup for GitHub + Claude, which can be used as is or modified for other software components.

### Custom Notifications

- Users now get alerts when long-running AI tasks finish or need input, keeping builder focus where it’s needed most.

![custom_notifications](https://www.datocms-assets.com/19109/1759901932-screenshot-2025-10-07-at-10-37-59-pm.png)

### Coder\_app tooltips

- Descriptive tooltips in the coder\_app to help your teams discover features faster and stay productive with contextual, in-product guidance.

### Coder Tasks Notifications

- Users now get alerts only when long-running AI tasks finish or need input, keeping builder focus where it’s needed most.

View the full changelog [on GitHub](https://github.com/coder/coder/releases/tag/v2.27.0).
