chore(go.mod): bump coder/coder to latest main#386
Conversation
There was a problem hiding this comment.
💡 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".
| 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 |
There was a problem hiding this comment.
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 👍 / 👎.
Bumps
github.com/coder/coder/v2from the previously pinned main commit (db7f4438b4ad, 2026-07-01) to the currentmainHEAD (9af3d31036bf07a00f827c9fd4e6a7126f806345).Resulting module version:
v2.34.0-rc.0.0.20260710073612-9af3d31036bfgo mod tidypulled in the corresponding transitive dependency updates.go build ./...passes.Opened by Coder Agents on behalf of @ethanndickson.