fix: update broken model docs links in config panel#11356
Open
fahe1em1 wants to merge 2 commits intocontinuedev:mainfrom
Open
fix: update broken model docs links in config panel#11356fahe1em1 wants to merge 2 commits intocontinuedev:mainfrom
fahe1em1 wants to merge 2 commits intocontinuedev:mainfrom
Conversation
4 tasks
Contributor
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="gui/src/pages/config/sections/ModelsSection.test.tsx">
<violation number="1" location="gui/src/pages/config/sections/ModelsSection.test.tsx:56">
P2: Regression test does not validate per-button URL mapping; aggregate `toHaveBeenCalledWith` checks can pass even if setup buttons are wired to the wrong docs links.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
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.
Summary
This updates the Models config panel to use the current Continue docs URLs for Chat, Autocomplete, and Edit. The existing links still pointed at older
/features/...and flat/chat/model-setupstyle paths, which match the broken-link report in #11126.Why this change is small and safe
This is limited to the three user-facing docs links and the three related setup URLs in
ModelsSection. No behavior changes were made beyond opening the correct docs pages.Testing
npx prettier --check gui/src/pages/config/sections/ModelsSection.tsx gui/src/pages/config/sections/ModelsSection.test.tsxnpx eslint src/pages/config/sections/ModelsSection.tsx src/pages/config/sections/ModelsSection.test.tsx(run fromgui/)core/andnpm cithere hit a local native-build/toolchain issue while trying to installsqlite3Closes #11126
Summary by cubic
Updates the Models config panel to use current Continue docs for Chat, Autocomplete, and Edit, fixing the broken links noted in #11126. Adds tests to verify the “Learn more” links and “Setup … model” buttons open the new
ide-extensions/*/quick-startandide-extensions/*/model-setuppages.Written for commit e93e3b3. Summary will update on new commits.