mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-22 05:15:13 +00:00
## Summary - Add `VITE_PUBLIC_KIMI_LAUNCH` feature flag controlling Kimi partnership branding - BrowserOS provider card shows "Powered by Kimi K2.5 from Moonshot AI" badge and "Extended usage limits for the next 2 weeks!" when flag is on - Moonshot/Kimi highlighted as "Recommended" in provider templates - LLM Hub defaults to Kimi, ChatGPT, Claude, Gemini (with legacy defaults migration) - Kimi hub row shows "Powered by Moonshot AI" flare - Model selector locked to kimi-k2.5 - "How to get a Kimi API key" link in provider dialog - Moonshot provider fully integrated across frontend and backend
30 lines
637 B
Plaintext
30 lines
637 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
|
|
|
|
# Launch feature flags
|
|
VITE_PUBLIC_KIMI_LAUNCH=false
|
|
|
|
# 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
|