Release v0.9.2: UI Redesign, Custom LLM Providers, Resumable Reviews & Setup Automation#18
Open
devarshishimpi wants to merge 38 commits into
Open
Release v0.9.2: UI Redesign, Custom LLM Providers, Resumable Reviews & Setup Automation#18devarshishimpi wants to merge 38 commits into
devarshishimpi wants to merge 38 commits into
Conversation
…thub-actions Run full test suite in GitHub Actions with disposable test env
…g-longer-than-expected Make review queue jobs resumable and lease-aware
…and remove provider failure skipping
…uctured model outputs
…-dashboard Enhance file review status UI, improve error handling, and strengthen test coverage
…patible-apis Add dashboard-managed LLM provider system with OpenAI-compatible API support
- Version 0.9.2 - Implement code splitting with React.lazy for all pages - Add Suspense fallbacks for async route components - Redesign landing page (hero, sign-in, feature layout) - Redesign login page (cleaner UI, security note) - Minor app-shell spacing adjustment
…il fetches - pemToArrayBuffer: strip literal \\n escape sequences before atob() to handle keys pasted as single-line strings in wrangler secrets - api.ts: cache the updates-email status promise so the /api/auth/updates-email endpoint is only called once per page session, reducing KV reads
…are-deployment-and-onboarding-with-nodejs-script Feat: Automate Cloudflare setup, redesign UI, and optimize with code splitting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces the v0.9.2 release, bringing major improvements across the application including a comprehensive UI redesign, support for custom OpenAI-compatible LLM providers, and enhanced review queue reliability.
Key changes and features include:
React.lazyfor improved performance, refined the color system, and enhanced dark mode theming.\nin private keys, and implemented various API robustness improvements.Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Checklist: