feat(site): add VS Code extension section and link-preview metadata - #23
Conversation
Put the VS Code extension right after the hero with a screenshot, Marketplace link, and a copyable install command, and give the site Open Graph and Twitter card tags so pasted links render a preview. Also point the CLI README hero at an image that exists; the old path 404s and shows a broken image on the npm package page.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 24 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (11)
📒 Files selected for processing (8)
Comment |
Commit the install scripts, CDN header rules, OAuth success page, and brand images that the deployed site already serves, and point robots.txt at the pythinker.com sitemap.
commit: |
Related Issue
No issue. The site had no mention of the VS Code extension, and pasting the site URL into Slack/X/iMessage produced a bare link with no image or description.
Problem
code.pythinker.comonly covered the terminal CLI, so visitors had no idea the VS Code extension exists or how to install it.index.htmlhad no Open Graph or Twitter card tags, so link previews showed nothing but the URL.docs/media/init.webp, which does not exist in the repo (raw URL 404s).What changed
code --install-extension pythoughts.pythinker-code(reuses the existingcopyTexthelper and copy-button markup).summary_large_imagemetadata,apple-touch-icon, andfavicon.ico.public/og.jpg(1200×630 preview card) plus the icon set the metadata references.docs/media/terminal-ui.webp, which exists. This takes effect on the npm page at the next publish.[skip changeset] —
@pythoughts/siteis private and not released, and the README edit is docs-only, so no package bump applies.Checklist
pnpm buildand a rendered preview.gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.