docs: remove beta references from Coder Agents docs and manifest - #27939
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 CheckCommit Evidence from the current codebase:
The 11 files below now use Updates Needed
Automated review via Coder Agents |
Yes. |
nickvigilante
left a comment
There was a problem hiding this comment.
A few nits, but LGTM!
🚀
Co-authored-by: Nick Vigilante <[email protected]>
Removes all references to "beta" from the Coder Agents documentation under
docs/ai-coder/agents/and the corresponding"state": ["beta"]entries indocs/manifest.json. Also updates screenshots, video, and hero image, and regenerates the auto-generated feature-stages table.Beta reference removal:
getting-started.md: Removed "Coder Agents is in Beta" from the top note, "is in beta" from the Chats API note, and "during Beta" from the feedback section. Removed the version/stability note pinning 2.33.1.index.md: Removed the "Product status" section that stated Coder Agents is in Beta.manifest.json: Removed"state": ["beta"]from 17 entries for pages underdocs/ai-coder/agents/. Preserved allpremiumandearly accessstates.feature-stages.md: Regenerated the auto-generated beta features table, which no longer lists Coder Agents.Asset updates:
coder-agents-ui.mp4: Updated demo video on the agents landing page.llm-providers.png: Updated LLM provider support screenshot.models-list.png: Updated models list screenshot.models-add-model.png: Updated add model form screenshot.agents-hero-image.png: Updated hero image on thedocs/ai-coderlanding page.Two references in
models.md(v1betain the Google Gemini API URL andanthropic-betain the Anthropic header name) were left unchanged as they are provider API identifiers, not product status labels.PR generated with Coder Agents