Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: remove beta references from Coder Agents docs and manifest - #27939

Merged
mattvollmer merged 13 commits into
mainfrom
remove-agents-beta-refs
Aug 11, 2026
Merged

docs: remove beta references from Coder Agents docs and manifest#27939
mattvollmer merged 13 commits into
mainfrom
remove-agents-beta-refs

Conversation

@mattvollmer

@mattvollmer mattvollmer commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Removes all references to "beta" from the Coder Agents documentation under docs/ai-coder/agents/ and the corresponding "state": ["beta"] entries in docs/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 under docs/ai-coder/agents/. Preserved all premium and early access states.
  • 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 the docs/ai-coder landing page.

Two references in models.md (v1beta in the Google Gemini API URL and anthropic-beta in the Anthropic header name) were left unchanged as they are provider API identifiers, not product status labels.

PR generated with Coder Agents

@mattvollmer mattvollmer changed the title docs(agents): remove beta references from Coder Agents docs and manifest docs: remove beta references from Coder Agents docs and manifest Aug 7, 2026
@mattvollmer
mattvollmer marked this pull request as ready for review August 7, 2026 14:48
@coderagents

coderagents Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Documentation Check

Commit 577418e9 rewrote the Chats API paths in the guide docs from
/api/experimental/chats/... to /api/v2/chats/..., but those endpoints are
not served at /api/v2. This introduces incorrect API paths.

Evidence from the current codebase:

  • The /chats router is mounted inside the r.Route("/api/experimental", ...)
    block in coderd/coderd.go (the /api/experimental block spans roughly
    lines 1292-1496; /api/v2 does not open until line 1498).
  • The handlers live in coderd/exp_chats.go, and every swagger annotation
    reads // @Router /api/experimental/chats/....
  • The auto-generated reference docs/reference/api/chats.md still documents
    /api/experimental/chats, which now contradicts these guide pages.

The 11 files below now use /api/v2/chats/... (56 occurrences) and should be
reverted to /api/experimental/chats/... unless the endpoints are actually
being moved to /api/v2 in the same change (they are not in this PR).

Updates Needed

  • docs/ai-coder/agents/getting-started.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/models.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/tasks-to-chats-migration.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/platform-controls/index.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/platform-controls/advisor.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/platform-controls/spend-management.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/platform-controls/virtual-desktop.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/platform-controls/chat-retention.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/platform-controls/chat-debug-retention.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/platform-controls/chat-debug-logging.md - Revert /api/v2/chats/... to /api/experimental/chats/...
  • docs/ai-coder/agents/platform-controls/chat-auto-archive.md - Revert /api/v2/chats/... to /api/experimental/chats/...

Automated review via Coder Agents

@mattvollmer

mattvollmer commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

unless the endpoints are actually
being moved to /api/v2

Yes.

@nickvigilante nickvigilante left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

A few nits, but LGTM! :shipit: 🚀

Comment thread docs/ai-coder/agents/getting-started.md Outdated
@mattvollmer
mattvollmer merged commit 75e0790 into main Aug 11, 2026
29 checks passed
@mattvollmer
mattvollmer deleted the remove-agents-beta-refs branch August 11, 2026 12:58
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants