mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
* docs: add uBlock Origin install info to getting started and ad-blocking pages Chrome dropped support for the full uBlock Origin extension — highlight that BrowserOS brings it back and make it easy to install from both the getting started guide and the dedicated ad-blocking page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: revert Kimi partnership UI, restore daily limit survey Remove Kimi/Moonshot AI partnership branding from the rate limit banner, provider card, provider templates, and LLM hub. Restore the original survey CTA on daily limit errors. Moonshot AI remains as a regular provider template without the "Recommended" badge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: address Greptile review comments - Guard survey CTA with !isCreditsExhausted to avoid showing it for credits-exhausted users who already see "View Usage & Billing" - Remove dead kimi-launch feature flag files (kimi-launch.ts, useKimiLaunch.ts) - Remove unused KIMI_RATE_LIMIT analytics events - Remove VITE_PUBLIC_KIMI_LAUNCH from env schema and .env.example Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
583 B
Plaintext
27 lines
583 B
Plaintext
# Ports
|
|
BROWSEROS_CDP_PORT=9005
|
|
BROWSEROS_SERVER_PORT=9105
|
|
BROWSEROS_EXTENSION_PORT=9305
|
|
VITE_BROWSEROS_SERVER_PORT=9105
|
|
|
|
# BrowserOS binary
|
|
BROWSEROS_BINARY=/Applications/BrowserOS.app/Contents/MacOS/BrowserOS
|
|
|
|
# Telemetry (browser bundle)
|
|
VITE_PUBLIC_POSTHOG_KEY=
|
|
VITE_PUBLIC_POSTHOG_HOST=
|
|
VITE_PUBLIC_SENTRY_DSN=
|
|
|
|
# BrowserOS API URL
|
|
VITE_PUBLIC_BROWSEROS_API=https://api.browseros.com
|
|
|
|
# GraphQL Schema Path (optional — falls back to schema/schema.graphql)
|
|
GRAPHQL_SCHEMA_PATH=
|
|
|
|
# Sentry build (source maps)
|
|
SENTRY_AUTH_TOKEN=
|
|
SENTRY_ORG=
|
|
SENTRY_PROJECT=
|
|
|
|
NODE_ENV=development
|