chore!: bump coder/coder SDK and remove model cost settings - #413
Open
ethanndickson wants to merge 2 commits into
Open
chore!: bump coder/coder SDK and remove model cost settings#413ethanndickson wants to merge 2 commits into
ethanndickson wants to merge 2 commits into
Conversation
ethanndickson
force-pushed
the
codagt-716/sdk-bump
branch
from
August 18, 2026 07:04
967b43b to
c3d171a
Compare
ethanndickson
marked this pull request as ready for review
August 18, 2026 07:12
ethanndickson
marked this pull request as draft
August 18, 2026 07:29
ethanndickson
marked this pull request as ready for review
August 18, 2026 07:32
ethanndickson
force-pushed
the
codagt-716/sdk-bump
branch
from
August 19, 2026 09:45
c3d171a to
4742dca
Compare
johnstcn
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
github.com/coder/coder/v2from the previously pinned main commit (fbac602456c9, 2026-07-28) to a newermaincommit (fa8ffe4eda92, 2026-08-18).Resulting module version:
v2.34.0-rc.0.0.20260818054033-fa8ffe4eda92Breaking change
This SDK bump removes pricing fields from
coderd_agents_model.model_config. The following settings are no longer supported and must be removed:The four legacy top-level pricing settings are also removed:
input_price_per_million_tokensoutput_price_per_million_tokenscache_read_price_per_million_tokenscache_write_price_per_million_tokensThe provider validates
model_configagainst its pinned SDK. Configurations with these pricing settings will fail at plan time. Remove these settings before you upgrade the provider. Coder now gets cost data from AI Gateway.The example and generated documentation remove
model_config.cost.Compatibility
This SDK bump does not set a new minimum Coder version for the
coderd_templateresource. The follow-up #414 adds the optionalagents_allowedattribute. Explicit use of that attribute requires Coder v2.37.0 or later.Release context
This change requires a provider release that is marked as breaking. The release notes must include the
model_configpricing migration. The breaking change applies tocoderd_agents_model.This is the prerequisite layer for #414.
Refs https://linear.app/codercom/issue/CODAGT-716/expose-agents-allowed-in-the-coderd-terraform-provider
Stack plan
agents_allowedto thecoderd_templateresource and data source in feat(coderd_template): expose agents_allowed #414.Opened by Coder Agents on behalf of @ethanndickson.