Merged
Conversation
Contributor
felarof99
commented
Jan 22, 2026
- fix: use source files for agent-sdk during development
- feat: improve onboarding page
580abda to
e579d05
Compare
Contributor
Contributor
Greptile SummaryThis PR simplifies the onboarding features page UI and updates feature content. The Major changes:
Issue found:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant SettingsSidebar
participant FeaturesPage
participant BentoCard
participant Dialog
participant VideoFrame
User->>SettingsSidebar: Click "Explore Features"
SettingsSidebar->>FeaturesPage: Navigate to /onboarding/features
FeaturesPage->>FeaturesPage: Load features array (6 items)
FeaturesPage->>User: Display hero section with intro video
User->>User: Scroll to features section
loop For each feature
FeaturesPage->>BentoCard: Render feature card
BentoCard->>User: Display simplified card (title, tag, description)
end
User->>BentoCard: Click feature card
BentoCard->>Dialog: Open dialog
Dialog->>VideoFrame: Load feature video/gif
VideoFrame->>User: Autoplay video with controls
Dialog->>User: Display detailedDescription
Dialog->>User: Render highlights as bullet list with checkmarks
User->>Dialog: Click close or backdrop
Dialog->>FeaturesPage: Return to features grid
|
Comment on lines
+49
to
+50
| export const AGENTIC_CODING_DEMO_URL = | ||
| 'https://pub-80f8a01e6e8b4239ae53a7652ef85877.r2.dev/resources/cowork-hn-extract-demo.mp4' |
Contributor
There was a problem hiding this comment.
logic: The URL for AGENTIC_CODING_DEMO_URL appears to be incorrectly mapped — it points to cowork-hn-extract-demo.mp4, which sounds like a Cowork demo, not an Agentic Coding demo.
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/agent/lib/constants/mediaUrls.ts
Line: 49:50
Comment:
**logic:** The URL for `AGENTIC_CODING_DEMO_URL` appears to be incorrectly mapped — it points to `cowork-hn-extract-demo.mp4`, which sounds like a Cowork demo, not an Agentic Coding demo.
How can I resolve this? If you propose a fix, please make it concise.
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
ecef7d5 to
191ef2f
Compare
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.