docs: rename Early Access to Beta and remove early-access page#24826
Conversation
Docs preview |
c31ab61 to
a5cfdee
Compare
|
Rebased onto current main and reset to a clean state. Force-pushed Key changes from the previous head:
Pre-commit-light passed locally (6s): Diff stat: The 4 unrelated The companion redirect for
|
Coder Agents is moving from Early Access to Beta for the May release. - Delete docs/ai-coder/agents/early-access.md. - Update getting-started.md and index.md to use Beta wording and drop the link to the deleted page. The CODER_EXPERIMENTS=agents flag setup was already removed in #24432; no further changes needed there. - Reframe the lead callout and the 'Things to know before you start' section to reflect that Beta features are supported in production; the caveat is API/behavior change between releases, not stability. - Flip 14 manifest state badges in /agents/ to beta and remove the Early Access nav entry. The 4 unrelated state: ["early access"] entries elsewhere in the manifest (User Secrets, External Workspaces, Startup Dependencies, AI Gateway MCP Tools Injection) are intentionally untouched.
a5cfdee to
19c4b0d
Compare
|
Pushed Reframed two sections in
Diff stat updated: Pre-commit-light passed locally.
|
- Drop CODER_EXPERIMENTS=agents references; the flag was removed by #24432 - Keep 'coder exp agents' per @david-fraley's direction (the API is still experimental) even though #24432 also graduated the CLI to 'coder agents' - Repoint chats-api.md link to ../../reference/api/chats.md (deletion in #24830) - Flip manifest state to beta to match the rest of /agents/ post-#24826 - Clarify that 'waiting' is both the initial idle state and the post- completion idle state in the status mapping table
Closes CODAGT-157 (in part).
Coder Agents is moving from Early Access to Beta for the May release. This PR:
/agentsdocs to “Beta” (prose, manifest nav titles, andstatebadges).docs/ai-coder/agents/early-access.mdpage and its nav entry. The Beta positioning stays in place via the existing Product status section inindex.mdand the lead callout ingetting-started.md.Scope
docs/ai-coder/agents/early-access.md(whole page, 85 lines).docs/ai-coder/agents/index.md— “Product status” paragraph: drop the link to the deleted page; keep the Beta sentence.docs/ai-coder/agents/getting-started.md— lead[!NOTE]callout, “Things to know” paragraph, and the redundant “See [Enable Coder Agents]” pointer (Step 1 already inlines the sameCODER_EXPERIMENTSinstructions).docs/manifest.json— 14statebadges flipped tobeta; removed the “Early Access” nav entry that pointed to the deleted page.Unrelated
"early access"entries elsewhere in the manifest (User Secrets, External Workspaces, Startup Dependencies, AI Gateway MCP Tools Injection) are intentionally untouched.What we lose by deleting the page
Flagging this so reviewers can decide:
getting-started.md).If any of this needs to live somewhere, happy to migrate it into
getting-started.mdorindex.mdin a follow-up.URLs
Deleting the file removes
/docs/ai-coder/agents/early-access. The redirect to/agents/getting-started(or/agents/) belongs in thecoder.comdocs site config, not this repo. I will open the corresponding redirect PR there separately.Proof
This is a docs-text change with no behavior change. Visible string diffs:
index.md— Product status section, link removedgetting-started.md— lead callout, link removedgetting-started.md— redundant “See [Enable Coder Agents]” pointer dropped-See Enable Coder Agents for full
-details.
Step 2: Configure an LLM provider and model
Screenshots of the rendered Beta pages from before the deletion are attached to the chat. After this PR the standalone Beta page is gone, so the in-product proof is the unchanged
Betabadges in the navigation and the surviving Beta callout ingetting-started.md.Validation
pnpm exec markdownlint-cli2 docs/ai-coder/agents/index.md docs/ai-coder/agents/getting-started.md→ 0 errorspython3 -m json.tool docs/manifest.json→ valid JSONbash scripts/check_emdash.sh→ OK, no new emdash/endash charactersgrep -rn -E "early.access|early-access" docs/ai-coder/agents/ docs/manifest.json→ only the four unrelatedstate: ["early access"]matches outside/agents, intentionally untouchedFollow-ups (out of scope here)
/docs/ai-coder/agents/early-accessto/docs/ai-coder/agents/getting-startedin thecoder.comdocs site repo.attach_filetool, etc.) is tracked separately and will be a follow-up PR against CODAGT-157.