fix(site): fix provider link on models page pointing to stale path#26011
Conversation
2d6cd3a to
e4fe12e
Compare
|
/coder-agents-review |
|
Chat: Review posted | View chat Review history
deep-review v0.6.1 | Round 1 | Last posted: Round 1, 1 findings (1 P2), COMMENT. Review Finding inventoryFinding inventoryFindings
Round logRound 1About deep-reviewCRF = Coder Review Finding (P0-P4, Nit, Note)
|
There was a problem hiding this comment.
Clean fix redirecting the stale /agents/settings/providers link to /ai/settings. The route redirect via <Navigate> preserves backward compat for bookmarked URLs. Test updated to match. One P2 below.
This is a first-pass (Netero) review only. These are mechanical findings the author should address before the full review panel spends time. The panel will review after these are resolved.
"Only self-references remain. The file should be deleted." - Netero, finding dead weight
🤖 This review was automatically generated with Coder Agents.
e4fe12e to
ee04b4b
Compare
The "Connect a provider" link on /agents/settings/models was pointing to /agents/settings/providers instead of /ai/settings. Update the link to point to the canonical provider configuration page.
ee04b4b to
900df16
Compare
|
@jaaydenh The agent wants a file deleted, but I'm typically pretty gunshy about doing that as its been drilled in me there is a process for correct EOL. |
|
@tracyjohnsonux Since Fraley asked for the old providers page to be removed and the Agents didn't find any problems with doing this, I think it should be fine to delete. |
Fixes https://linear.app/codercom/issue/CODAGT-547
The "Connect a provider" link shown on
/agents/settings/modelswhen no providers are configured was pointing to/agents/settings/providers(a stale duplicate view) instead of/ai/settings(the canonical provider configuration page).Audited all frontend source files for references to the stale path. This was the only link; other references to
/ai/settingsalready point to the correct page.Generated by Coder Agents
This PR was generated by Coder Agents on behalf of @tracyjohnsonux.