Skip to content

Add a Get started link to the hosted app empty state - #4

Merged
shawnpatel merged 2 commits into
mainfrom
discovered-ash
Jul 14, 2026
Merged

shawnpatel merged 2 commits into
mainfrom
discovered-ash

Conversation

@shawnpatel

Copy link
Copy Markdown
Member

Summary

  • Adds a "New here? Get started" link to the placeholder shown in the hosted app when no folder or file is open, pointing to https://github.com/almond-bot/harness-studio
  • Only shown in hosted mode (no local dev server), styled to match the existing hint text

Test plan

  • Open the hosted app with nothing open and verify the Get started link appears below the Open file/Open folder buttons and opens the repo in a new tab
  • Verify the link does not appear when running against the local CLI server

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Jul 14, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
harness-studio Ready Ready Preview, Comment Jul 14, 2026 4:01pm

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3142c19. Configure here.

Comment thread packages/app/src/App.tsx
Get started
</a>
</p>
)}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing server checked guard

Low Severity

The Get started block renders whenever server.connected is false, but the app starts with connected: false and checked: false until /api/files finishes. That window is not hosted mode, yet the link can appear while the local CLI server is still being detected, which conflicts with showing it only in hosted mode.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3142c19. Configure here.

Co-authored-by: Cursor <cursoragent@cursor.com>
@shawnpatel
shawnpatel merged commit d9e0d69 into main Jul 14, 2026
3 checks passed
@shawnpatel
shawnpatel deleted the discovered-ash branch July 14, 2026 16:02

This branch was successfully deployed

1 active deployment
Preview — 1deb3f6c Deployed Jul 14, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant