Skip to content

feat(web): add docsUrl for providers to install from#1061

Open
KaviiSuri wants to merge 1 commit intopingdotgg:mainfrom
KaviiSuri:kavii/add-install-docs-for-providers
Open

feat(web): add docsUrl for providers to install from#1061
KaviiSuri wants to merge 1 commit intopingdotgg:mainfrom
KaviiSuri:kavii/add-install-docs-for-providers

Conversation

@KaviiSuri
Copy link

@KaviiSuri KaviiSuri commented Mar 14, 2026

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:
image

After:
image

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

Note

Add provider docs links to ProviderHealthBanner as 'Installation Guide'

  • Adds a docsUrl field to each entry in PROVIDER_OPTIONS in session-logic.ts, populated for codex, claudeCode, and cursor.
  • Updates ProviderHealthBanner.tsx to show an 'Installation Guide' anchor (opens in new tab) when the matched provider has a docsUrl.
  • Adds ensureSentenceEnds in utils.ts to normalize banner message punctuation.

Macroscope summarized 0770674.

@coderabbitai
Copy link

coderabbitai bot commented Mar 14, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 43db7299-b9ef-40ff-b735-84cff59aa750

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can approve the review once all CodeRabbit's comments are resolved.

Enable the reviews.request_changes_workflow setting to automatically approve the review once all CodeRabbit's comments are resolved.

@github-actions github-actions bot added size:M 30-99 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Mar 14, 2026
@KaviiSuri KaviiSuri force-pushed the kavii/add-install-docs-for-providers branch from 36829ae to 0770674 Compare March 14, 2026 09:05
value: ProviderPickerKind;
label: string;
available: boolean;
docsUrl: string | null;
Copy link
Contributor

@Bashamega Bashamega Mar 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is always docs, so why make it nullable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M 30-99 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Point to codex install docs when codex not found

2 participants