docs: bump AI Gateway client modules to latest and remove Coder Tasks refs - #27810
Conversation
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
Documentation CheckThe docs change in this PR is accurate and self-contained. The previously flagged consistency concern has been addressed. Updates Needed
Other Tasks docs ( Automated review via Coder Agents |
nickvigilante
left a comment
There was a problem hiding this comment.
One change, but otherwise LGTM!
| See the | ||
| [Claude Code module on the Coder Registry](https://registry.coder.com/modules/coder/claude-code) | ||
| for the full list of inputs and outputs. |
There was a problem hiding this comment.
| See the | |
| [Claude Code module on the Coder Registry](https://registry.coder.com/modules/coder/claude-code) | |
| for the full list of inputs and outputs. | |
| Visit the [Claude Code module on the Coder Registry](https://registry.coder.com/modules/coder/claude-code) for the full list of inputs and outputs. |
There was a problem hiding this comment.
Applied — thanks!
Updates the AI Gateway client docs under
docs/ai-coder/ai-gateway/clients/to reference the latest module versions on registry.coder.com and removes mentions of Coder Tasks from those pages.Uses pessimistic (
~>) version constraints so users automatically pick up compatible non-breaking updates within the same major.Version bumps
coder/claude-code4.7.3~> 5.2(latest5.2.0)coder-labs/codex~> 5.0~> 5.3(latest5.3.0)coder/mux~> 1.0~> 1.5(latest1.5.0)Coder Tasks removal
claude-code.md: removed the Coder Tasks example block (v5 of the module is a major refactor that dropped theai_promptinput andtask_app_idoutput).agent_id,workdir,enable_ai_gateway) still match the latest module.codex.mdandmux.mddid not reference Tasks, so only version bumps were needed there.cc @matifali