Skip to content

Releases: coder/coder

v2.33.0-rc.2

15 Apr 20:40
d7439a9

Choose a tag to compare

v2.33.0-rc.2 Pre-release
Pre-release

Release Candidate Changelog

Note

This is a release candidate. It is not intended for production use. Please test and report issues.

Purpose

This RC is intended to validate the Coder Agents feature. Coder Agents is currently in Early Access. The build was cut from our main branch and may include additional changes not listed in the changelog. Any other changes are not guaranteed to be stable or ready for general use.

Features (Agents)

Core

Chat UX

Observability

Performance

Bug Fixes

Testing & Stability

Compare: v2.33.0-rc.1...v2.33.0-rc.2

Container image

  • docker pull ghcr.io/coder/coder:2.33.0-rc.2

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.32.0

14 Apr 17:55
34584e9

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

BREAKING CHANGES

  • chore!: remove members' ability to read their own AI Bridge interceptions (#23320)

    Regular users (non-owners, non-auditors) can no longer read AI Bridge interception data, including their own. Only owners and auditors retain read access. This tightens the RBAC surface to prevent insiders from observing what data is tracked.

  • fix(cli)!: coder groups list -o json output structure changed (#22923)

    The JSON output is now a flat structure matching other coder list -o json commands. Previously this command returned empty zero-value structs due to a bug, so no working consumer of the old format could exist.

DEPRECATIONS

  • AI Gateway (previously known as AI Bridge): injected MCP tools are now deprecated (#23031); this feature will remain functional but will be replaced with an MCP Gateway in a future release.

Features

Coder Agents

Coder Agents is newly introduced in Early Access. See our getting started guide to enable and start using it.

  • Voice-to-text input in agent chat (#23022)
  • Pinned chats with drag-to-reorder in the sidebar (#23615)
  • Chat cost analytics dashboard for admins — tracks spend, model usage, and trends (#23037, #23215)
  • PR Insights analytics dashboard — shows PRs created/merged by AI agents, merge rates, lines shipped, cost per merged PR (#23215)
  • Agent desktop recordings — record and replay agent desktop sessions (#23894, #23895)
  • Per-chat system prompt override per conversation (#24053)
  • Chat spend limits with inline usage indicator (#23071, #23072) — configurable via platform controls
  • Per-user per-model compaction threshold overrides (#23412)
  • Skills — agents read context files and discover skills locally; skills persist as message parts (#23935, #23748) — see extending agents
  • Suffix-based agent selection — select an agent model by name suffix (#23741)
  • Provider key policies and per-user provider settings (#23751) — see models & providers
  • Manual chat title regeneration (#23633)
  • Chat read/unread indicator in sidebar (#23129)
  • Chat labels (#23594)
  • Workspace and agent badges in chat top bar and workspace list (#23964, #23453)
  • File/image attachments in chat input; large pasted text auto-converts to file attachments (#22604, #23379)
  • Inline file reference rendering in user messages (#23131)
  • propose_plan tool for markdown plan proposals (#23452)
  • Provider-native web search tools in agent chats (#22909)
  • Workspace awareness system message automatically included on chat creation (#23213)
  • Workspace TTL automatically extended on chat heartbeat (#23314)
  • Global chat workspace TTL deployment-wide setting (#23265)
  • Template allowlist for chats — restrict which templates agents can create workspaces from (#23262)
  • Chat-access site-wide role to gate chat creation (#23724)
  • Collapsible archived agents section in sidebar (#22551)
  • Scroll-to-bottom button, keyboard shortcuts, and ArrowUp to edit last message in agent chat (#23212, #22417, #23705)
  • Diff viewer with word-level inline highlighting and intra-file virtualization (#23423, #23363)
  • Terminal panel in chat sidebar (#23231)
  • Computer tool screenshots rendered as images and viewable in lightbox (#23074)
  • Structured error/retry UX for agent chat (#23282)

Coder Agents can now connect to external MCP servers and expose workspace-level MCP tools. See extending agents for configuration details. To configure Coder itself as an MCP server for external agents (Claude, Cursor, etc.), see the MCP server docs.

  • MCP server admin UI to configure external MCP servers (#23301)
  • MCP server picker in agent chat UI (#23470)
  • Auto-discover OAuth2 config for MCP servers via RFC 7591 DCR (#23406)
  • PKCE support for MCP server OAuth2 flow (#23503)
  • Workspace MCP tool discovery and proxying for chat (#23680)
  • MCP tool annotations exposed for tool grouping (#23195)
  • Collapsed MCP tool results by default (#23568)

AI Governance

See the AI Governance Add-On docs for setup and configuration.

  • AI Governance seat capacity banners (#23411)
  • AI session auditing (#23660) — sessions logged to audit logs
  • Usage limit override inline editing (#23380)
  • Bar charts for Premium and AI Governance add-on license usage (#23442)
  • AI add-on column in Users and Organization Members tables (#23291)
  • Add-on license display UI (#22948)
  • Enabled toggle for chat models in admin panel (#23665)
  • BYOK (Bring Your Own Key) — users can supply their own LLM credentials (#23013) — see models & providers
  • ChatGPT support for AI Bridge (#23822)
  • Multiple Copilot providers — register both business and enterprise upstreams (#23811)
  • AI Bridge Sessions — list, thread detail, and client filter pages (#23388, #23391)
  • Model filter on AI Bridge request logs (#22230)
  • provider_name column added to interceptions (#23960)

Service Accounts (new, Premium)

A new first-class user type for machine/automation use cases. See headless auth docs for details.

  • Create service accounts via the API or coder users create --service-account (#22698, #23186)
  • UI for creating and managing service accounts (#23140)
  • Workspace sharing mode restricted to service accounts (#23093, #23327)
  • Filter workspace and user views by service account (#23468)
  • Service accounts are a Premium feature (#24020)

Security & Networking

  • Block CONNECT tunnels to private/reserved IP ranges in AI Bridge Proxy — prevents the proxy from reaching internal networks; Coder access URL is always exempt (#23109)
  • Disable reverse/local port forwarding per agent via --block-reverse-port-forwarding and --block-local-port-forwarding agent flags (#24026) — see port forwarding
  • Rate limiting by user instead of IP ...
Read more

v2.29.10

10 Apr 19:18
0aaeb1e

Choose a tag to compare

Changelog

Bug fixes

Performance improvements

  • Cap count queries, use native UUID ops for audit/conn logs (backport #23835) (#24116, 72ce5ac)

Chores

Compare: v2.29.9...v2.29.10

Container image

  • docker pull ghcr.io/coder/coder:2.29.10

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.31.9

09 Apr 17:18
2f5d21d

Choose a tag to compare

Stable (since April 09, 2026)

Changelog

Performance improvements

  • Cap count queries, use native UUID ops for audit/conn logs (backport #23835) (#24129, 2f5d21d)

Chores

  • Backport Go 1.25.8 bump to release/2.31 (#23941, 2587364)
  • Backport high and critical Iron Bank dependency fixes (#24110, 960b8e7)

Compare: v2.31.8...v2.31.9

Container image

  • docker pull ghcr.io/coder/coder:2.31.9

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.31.8

09 Apr 07:29
7a81efa

Choose a tag to compare

Stable (since April 09, 2026)

Changelog

Bug fixes

  • Bump coder/tailscale to pick up RTM_MISS fix (release/2.31) (#24185, 7a81efa)

Chores

  • chore(dogfood): remove trivy from Dockerfile (backport v2.31) (#23967, 40a0da2)

Compare: v2.31.7...v2.31.8

Container image

  • docker pull ghcr.io/coder/coder:v2.31.8

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.30.7

09 Apr 18:19
77e8bc4

Choose a tag to compare

Changelog

Performance improvements

  • Cap count queries, use native UUID ops for audit/conn logs (backport #23835) (#24133, 77e8bc4)

Chores

  • Backport high and critical Iron Bank dependency fixes (#24109, 756cc3a)

Compare: v2.30.6...v2.30.7

Container image

  • docker pull ghcr.io/coder/coder:2.30.7

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.33.0-rc.1

08 Apr 18:21
c5d720f

Choose a tag to compare

v2.33.0-rc.1 Pre-release
Pre-release

Release Candidate Changelog

Note

This is a release candidate. It is not intended for production use. Please test and report issues.

Purpose

This RC is intended to validate the Coder Agents feature. Coder Agents is currently in Early Access. The build was cut from our main branch and may include additional changes not listed in the changelog. Any other changes are not guaranteed to be stable or ready for general use.

Features (Agents)

Core

Desktop & Recordings

Chat UX

Performance

Bug Fixes

Refactors

Testing & Stability

Compare: v2.33.0-rc.0...v2.33.0-rc.1

Container image

  • docker pull ghcr.io/coder/coder:2.33.0-rc.1

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.33.0-rc.0

02 Apr 14:14
7c048d8

Choose a tag to compare

v2.33.0-rc.0 Pre-release
Pre-release

Release Candidate Changelog

Note

This is a release candidate. It is not intended for production use. Please test and report issues.

Purpose

This RC is intended to validate the Coder Agents feature. Coder Agents is currently in Early Access. The build was cut from our main branch and may include additional changes not listed in the changelog. Any other changes are not guaranteed to be stable or ready for general use.

Features (Agents)

Core

Agent Tools

Chat UX

Streaming & Rendering

Tool Rendering

Read more

v2.31.7

01 Apr 19:10
a7e9dfa

Choose a tag to compare

Stable (since April 07, 2026)

Changelog

Features

Bug fixes

  • Update aibridge library to include AWS Bedrock fixes (#23801, 58446cc)

Chores

Compare: v2.31.6...v2.31.7

Container image

  • docker pull ghcr.io/coder/coder:2.31.7

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.30.6

01 Apr 19:25
3470ce8

Choose a tag to compare

Stable (since April 01, 2026)

Changelog

Bug fixes

  • Update aibridge library to include AWS Bedrock fixes (#23800, eba0773)

Chores

Compare: v2.30.5...v2.30.6

Container image

  • docker pull ghcr.io/coder/coder:2.30.6

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.