Conversation
…er states Made-with: Cursor
…ntainer Made-with: Cursor
Made-with: Cursor
Three-phase animation: spinner -> diff -> expect skill checklist. Browser preview card slides out from behind terminal on diff phase. Claude Code spinner with cycling glyph and glimmer effect. Made-with: Cursor
…cript fix Made-with: Cursor
…and timing polish Made-with: Cursor
Made-with: Cursor
…r trigger, subtle scroll fades, and grey banner Made-with: Cursor
…rphing, and caption styling Made-with: Cursor
Made-with: Cursor
…state, and timing polish Made-with: Cursor
…ut, and color tweaks Made-with: Cursor
…ion feel Made-with: Cursor
…inal, and speed up animation Made-with: Cursor
…ty alert Made-with: Cursor
…animation timing Made-with: Cursor
…sses Made-with: Cursor
…ed UI, xl label, and cursor edge movement Made-with: Cursor
…, and label state transitions Made-with: Cursor
…label color matching Made-with: Cursor
…tions and timing Made-with: Cursor
…ation to fade in place Made-with: Cursor
…acing Made-with: Cursor
Made-with: Cursor
…emove shield icon Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
1 issue found across 6 files (changes from recent commits).
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="apps/website/pnpm-workspace.yaml">
<violation number="1" location="apps/website/pnpm-workspace.yaml:5">
P1: This override points `react-grab` to a machine-local path outside the repo, which can fail dependency installation in CI/clean environments.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
| - sharp | ||
| - unrs-resolver | ||
| overrides: | ||
| react-grab: link:../../../react-grab/packages/react-grab |
There was a problem hiding this comment.
P1: This override points react-grab to a machine-local path outside the repo, which can fail dependency installation in CI/clean environments.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/website/pnpm-workspace.yaml, line 5:
<comment>This override points `react-grab` to a machine-local path outside the repo, which can fail dependency installation in CI/clean environments.</comment>
<file context>
@@ -1,3 +1,5 @@
- sharp
- unrs-resolver
+overrides:
+ react-grab: link:../../../react-grab/packages/react-grab
</file context>
| react-grab: link:../../../react-grab/packages/react-grab | |
| react-grab: ^0.1.28 |
There was a problem hiding this comment.
3 issues found across 2 files (changes from recent commits).
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="apps/cli/README.md">
<violation number="1">
P3: Fix the typo `having giving` in the FAQ sentence.</violation>
<violation number="2" location="apps/cli/README.md:63">
P2: README documents `--headless`, but the CLI exposes `--headed`; this will mislead users and cause invalid command usage.</violation>
</file>
<file name="packages/browser/src/mcp/resources/responsive/rule.md">
<violation number="1" location="packages/browser/src/mcp/resources/responsive/rule.md:3">
P1: `name` was changed from a YAML frontmatter key to a Markdown heading, which breaks frontmatter parsing for this rule file.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
| --- | ||
| name: responsive | ||
|
|
||
| ## name: responsive |
There was a problem hiding this comment.
P1: name was changed from a YAML frontmatter key to a Markdown heading, which breaks frontmatter parsing for this rule file.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/browser/src/mcp/resources/responsive/rule.md, line 3:
<comment>`name` was changed from a YAML frontmatter key to a Markdown heading, which breaks frontmatter parsing for this rule file.</comment>
<file context>
@@ -1,11 +1,12 @@
---
-name: responsive
+
+## name: responsive
+
description: >
</file context>
|
You're iterating quickly on this pull request. To help protect your rate limits, cubic has paused automatic reviews on new pushes for now—when you're ready for another review, comment |
Made-with: Cursor
Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 69db76a. Configure here.
…elease workflow changes Made-with: Cursor
…l command Made-with: Cursor
…network tab Made-with: Cursor
…pper, polish terminal command Made-with: Cursor
…dges and border Made-with: Cursor

@ben-million new site
Note
Medium Risk
Large client-side rewrite of the landing page plus new UI dependencies and a client fetch to the GitHub API; primary risks are UI regressions, hydration/SSR quirks, and rate-limit/failure handling for the star count fetch.
Overview
Replaces the website home page with a new Paper-derived landing experience centered around a looping terminal+browser animation (cursor actions, diff states, “fix” flow, reload), now parameterized/tunable via
dialkitand supported by a newClaudeSpinnercomponent.Updates global styling to include
pasitostyles, add the JetBrains Mono font, adjust scrollbar behavior, and apply stronger font overrides for dial controls. The layout now loadsreact-grabvia a small client component (ReactGrab) instead of a dev-only<Script>tag.Refreshes marketing content and interactions: clickable/copy install command UI, live GitHub star count fetched from the GitHub API, and a new FAQ accordion section. Also adds npm version/download badges to the CLI README and introduces new website deps (
dialkit,pasito,zustand).Reviewed by Cursor Bugbot for commit 8871a27. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by cubic
Rebuilds the landing page (website v2) with a centered light‑mode layout and a looping agent demo (spinner → diff → alert → fix → reload). Adds a new Test Security section, improves the
pasitoinstall stepper copy, and polishes the banner with gradient edges and a border alongside the live GitHub star button.New Features
dialkit; adds soft springs, scroll fades, JetBrains Mono, Display‑P3 off‑white, a browser loading bar and network panel; loadsreact-grabin dev via a tiny client component; addszustand; refreshed FAQ; redesigned GitHub star button with live count;pasitoinstall stepper with real step copy; new Test Security section; gradient banner edges and border; polished terminal command; CLI README/docs synced.Bug Fixes
Written for commit 8871a27. Summary will update on new commits.