Skip to content

chore(go.mod): bump coder/coder to latest main#386

Open
ethanndickson wants to merge 1 commit into
mainfrom
bump-coder-main
Open

chore(go.mod): bump coder/coder to latest main#386
ethanndickson wants to merge 1 commit into
mainfrom
bump-coder-main

Conversation

@ethanndickson

Copy link
Copy Markdown
Member

Bumps github.com/coder/coder/v2 from the previously pinned main commit (db7f4438b4ad, 2026-07-01) to the current main HEAD (9af3d31036bf07a00f827c9fd4e6a7126f806345).

Resulting module version: v2.34.0-rc.0.0.20260710073612-9af3d31036bf

go mod tidy pulled in the corresponding transitive dependency updates. go build ./... passes.

Opened by Coder Agents on behalf of @ethanndickson.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: aadd633d31

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread go.mod
require (
cdr.dev/slog/v3 v3.1.0
github.com/coder/coder/v2 v2.34.0-rc.0.0.20260701204415-db7f4438b4ad
github.com/coder/coder/v2 v2.34.0-rc.0.0.20260710073612-9af3d31036bf

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve reasoning effort fields during SDK bump

With this SDK version, reasoning effort moved out of per-provider options (ChatModelAnthropicProviderOptions.Effort and OpenAI provider_options.*.reasoning_effort were removed, while ChatModelCallConfig.ReasoningEffort was added). coderd_agents_model.model_config decodes and canonicalizes user JSON through that SDK struct, so the currently documented config in examples/resources/coderd_agents_model/resource.tf using provider_options.anthropic.effort now silently drops effort on create/update and Terraform considers the resulting state semantically equal. Please either migrate/accept the old shape explicitly or update the example/docs and validation so users do not lose configured reasoning effort without a plan-time error.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant