fix: regen feature stage docs from HEAD & enforce generation#26528
Open
zedkipp wants to merge 1 commit into
Open
fix: regen feature stage docs from HEAD & enforce generation#26528zedkipp wants to merge 1 commit into
zedkipp wants to merge 1 commit into
Conversation
Docs preview📖 View docs preview for |
b03f496 to
dfdc8d1
Compare
Drive the experimental and beta tables in docs/install/releases/feature-stages.md from the current source tree instead of release tags + GitHub API. - Read experiments from ./codersdk via `go doc`. - Read beta features from docs/manifest.json directly. - Drop the "Available in" column (per-version docs already convey channel availability) so the file becomes a pure function of HEAD. - Key beta dedup on path so the tasks-to-chats-migration entry no longer shows up twice. - Format via markdownlint-cli2 --fix + markdown-table-formatter in the Makefile rule, matching the other docs/* gen rules. - Wire docs/install/releases/feature-stages.md into GEN_FILES and gen/mark-fresh so `make gen` (and CI's gen job) keeps it fresh. This change was authored with Coder Agents.
dfdc8d1 to
8111cf7
Compare
matifali
requested changes
Jun 18, 2026
Comment on lines
+107
to
+115
| | [Debug Data Retention](../../ai-coder/agents/platform-controls/chat-debug-retention.md) | Automatic cleanup of old chat debug data | | ||
| | [MCP Servers](../../ai-coder/agents/platform-controls/mcp-servers.md) | Configure external MCP servers that provide additional tools for agent chat sessions | | ||
| | [Chat Sharing](../../ai-coder/agents/chat-sharing.md) | Share Coder Agents conversations with users and groups | | ||
| | [Experiments](../../ai-coder/agents/platform-controls/experiments.md) | Experimental Coder Agents features admins can opt in to: virtual desktop, advisor, and chat debug logging | | ||
| | [Architecture](../../ai-coder/agents/architecture.md) | How the agent in the control plane communicates with workspaces | | ||
| | [Git Providers](../../ai-coder/agents/platform-controls/git-providers.md) | Git provider configuration for the in-chat diff viewer | | ||
| | [Tasks to Chats API Migration](../../ai-coder/agents/tasks-to-chats-migration.md) | Guide for migrating from the Tasks API to the Chats API | | ||
| | [Data Retention](../../ai-coder/agents/platform-controls/chat-retention.md) | Automatic cleanup of old conversation data | | ||
| | [Models](../../ai-coder/agents/models.md) | Configure LLM providers and models for Coder Agents | |
Member
There was a problem hiding this comment.
I think all of them should be bundled under Agents. Maybe we need to remove the Beta label from child pages in Manifest or just ignore that if the parent has that label too.
The current list is not very useful.
Contributor
Author
There was a problem hiding this comment.
What do you mean by "under agents"? List the agents-specific beta features on some Coder Agent's docs page?
Member
Member
There was a problem hiding this comment.
Comment on lines
+118
to
+119
| | [Getting Started](../../ai-coder/agents/getting-started.md) | Enable Coder Agents, prepare your deployment, and run your first Coder Agent | | ||
| | [Search Syntax](../../ai-coder/agents/chat-search-syntax.md) | Filter conversations by title, status, and linked pull requests | |
Comment on lines
+121
to
+127
| | [Spend Management](../../ai-coder/agents/platform-controls/usage-insights.md) | Spend limits and cost tracking for Coder Agents | | ||
| | [Platform Controls](../../ai-coder/agents/platform-controls/index.md) | How platform teams control agent behavior, models, and policies | | ||
| | [Template Optimization](../../ai-coder/agents/platform-controls/template-optimization.md) | Best practices for creating templates that are discoverable and useful to Coder Agents | | ||
| | [Auto-Archive](../../ai-coder/agents/platform-controls/chat-auto-archive.md) | Automatic archiving of inactive conversations | | ||
| | [Extending Agents](../../ai-coder/agents/extending-agents.md) | Add custom skills and MCP tools to agent workspaces | | ||
| | [Coder Agents](../../ai-coder/agents/index.md) | Self-hosted agent by Coder | | ||
| | [Tools](../../ai-coder/agents/tools/index.md) | How Coder Agents uses tool calls to select templates and create workspaces | |
Member
There was a problem hiding this comment.
these too are child pages of agents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generate the experimental and beta tables in docs/install/releases/feature-stages.md from the current source tree instead of release tags + GitHub API.
go doc.make gen(and CI's gen job) keeps it fresh.This change was assisted by Coder Agents.