docs: update Coder Agents admin navigation to AI Settings - #28572
Merged
nickvigilante merged 2 commits intoAug 25, 2026
Merged
Conversation
Contributor
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. |
Rescope after #28482, which fixes the same stale navigation in models.md, advisor.md, chat-debug-logging.md, and platform-controls/index.md and standardizes breadcrumbs to Admin settings > AI. Revert those four pages here and adopt the same breadcrumb convention on the three remaining pages.
nickvigilante
marked this pull request as ready for review
August 25, 2026 16:42
ethanndickson
approved these changes
Aug 25, 2026
nickvigilante
deleted the
vigilante/docs-715-update-stale-admin-navigation-to-ai-settings-across-coder
branch
August 25, 2026 16:49
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Fixes stale admin navigation on the three Coder Agents platform-controls pages not covered by #28482: the retention pages pointed at tabs that do not exist ("Behavior", the old Agents settings "Lifecycle" tab), and template optimization pointed at the removed Agents > Settings > Manage Agents navigation.
Breadcrumbs follow the Admin settings > AI > Coder Agents convention established by #28482.
Changes
docs/ai-coder/agents/platform-controls/chat-retention.md: replace the nonexistent Behavior tab with Admin settings > AI > Coder Agents > Lifecycle.docs/ai-coder/agents/platform-controls/chat-debug-retention.md: same page, same convention, aligned with chat-retention.md.docs/ai-coder/agents/platform-controls/template-optimization.md: replace Agents > Settings > Manage Agents > Templates with Admin settings > AI > Coder Agents > Templates.Scope note
The first revision also fixed
models.md,advisor.md,chat-debug-logging.md, andplatform-controls/index.md. Those pages are covered by #28482 with the same corrections, so this PR reverted them to avoid conflicting edits and adopted that PR's breadcrumb convention instead.Linear: DOCS-715 https://linear.app/codercom/issue/DOCS-715
Analysis evidence
site/src/router.tsx(~735-780):/ai/settings/{lifecycle,templates,coder-agents}are the live routes;/agents/settings/{admin pages}(~833-890) areNavigate-only redirects.RetentionPeriodSettingsandDebugRetentionSettingsboth render inLifecyclePageView.tsx.AdminSettings.tsx/AISettingsSidebarView.tsxin docs: document org-scoped admin configuration for agents #28482.Generated by Coder Agents on behalf of @nickvigilante.