Fix OSS frontend build: add useFeatureFlag stub (#5042)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Shuchang Zheng 2026-03-10 23:36:42 -07:00 committed by GitHub
parent b845a67405
commit 76b10eb007
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 3924 additions and 522 deletions

View file

@ -0,0 +1,14 @@
# Public Claude Desktop Bundle
This directory holds the committed `skyvern-claude-desktop.mcpb` artifact that
syncs to the public `Skyvern-AI/skyvern` repository.
The public Fern docs and `skyvern setup claude` link directly to the raw file in
that OSS repo so users can click once and download the installer immediately.
Refresh it with:
```bash
./scripts/package-mcpb.sh 1.0.23 skyvern-claude-desktop.mcpb \
skyvern/cli/mcpb/releases/skyvern-claude-desktop.mcpb
```