feat(web): add docsUrl for providers to install from#1061
feat(web): add docsUrl for providers to install from#1061KaviiSuri wants to merge 1 commit intopingdotgg:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can approve the review once all CodeRabbit's comments are resolved.Enable the |
36829ae to
0770674
Compare
| value: ProviderPickerKind; | ||
| label: string; | ||
| available: boolean; | ||
| docsUrl: string | null; |
There was a problem hiding this comment.
There is always docs, so why make it nullable?
Closes #627
What Changed
The health check banner now includes a link to docs, so users know where to download from.
Why
Currently, the installation instructions are not included in error message. can cause confusion.
UI Changes
Before:

After:

Checklist
Note
Add provider docs links to
ProviderHealthBanneras 'Installation Guide'docsUrlfield to each entry inPROVIDER_OPTIONSin session-logic.ts, populated forcodex,claudeCode, andcursor.docsUrl.ensureSentenceEndsin utils.ts to normalize banner message punctuation.Macroscope summarized 0770674.