Merge pull request #26 from Huynhthuongg/main Merge pull request #18 from Huynhthuongg/claude/design-black-screen-termux-ai-agent [WIP] Design black screen with Termux and AI command execution#34
Conversation
…ture-for-beginners Expose public routes when Clerk key is missing and show auth-unavailable banner
[WIP] Add feature to resolve user frustrations
…ermux-ai-agent [WIP] Design black screen with Termux and AI command execution
Merge pull request #18 from Huynhthuongg/claude/design-black-screen-termux-ai-agent [WIP] Design black screen with Termux and AI command execution
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Kilo Code Review could not run — your account is out of credits. Add credits or switch to a free model to enable reviews on this change. |
…ion-termux [WIP] Grant execute permission for Termux commands
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary by cubic
Adds an auth mode switch with an automatic public fallback and a new
/health-configdiagnostics page so the app keeps working when Clerk keys are missing. Also adds a short self-healing runbook for deployments.New Features
VITE_AUTH_MODE(clerkdefault,publicsupported); whenVITE_CLERK_PUBLISHABLE_KEYis missing, the app runs in public mode with public-only routes; sign-in/up and chat routes redirect to home./health-configpage that lists env readiness and shows current auth status.Migration
VITE_CLERK_PUBLISHABLE_KEYis set.VITE_AUTH_MODE=public./health-configto verify env. Seedocs_self_healing_process.mdfor the remediation workflow.Written for commit 8aea644. Summary will update on new commits. Review in cubic