Pull Request Explorer

Exploring 29 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
Fix UI mixin variance for subtype hosts brookslybrand M No 294.5h 10.2h Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

Add typed Remix doctor invocation and strict config mjackson XL No 1.0h - Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

Use native Requests in node-fetch-server handlers markdalgleish XL No 5.2h 5.2h Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

Add static remix.json CLI configuration mjackson XL No 1.5h - Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

Fix data-table-sqlite wipe tests on Windows mjackson M No 0.2h - Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

Retry sqlite file removal during wipe on Windows mjackson S No - - Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

Add database lifecycle APIs and Remix CLI commands pcattori XL No 191.8h - Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

Refactor test runner CLI invocation mjackson XL No 15.3h - Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

Fix API demo build test file exclusion markdalgleish XS No 133.6h - Jul 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

Tighten session cookie guidance mjackson XS No 0.1h - Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

Default session cookies to HTTP-only mjackson M No 0.3h - Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

Optimize UI runtime hot paths and fix benchmark runner measurement ryanflorence XL AI 119.9h - Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

Rework css mixin style ownership into a pinned global registry ryanflorence XL AI 119.9h - Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

Align API docs with Remix Guides brookslybrand XL No 22.8h - Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Polish the guide search controls brookslybrand L No 0.2h - Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Update guides prerendering brophdawg11 XL No 3.7h - Jul 15, 2026

Summary

Health Assessment

AI Details

Tech Stack

Refine the first three Remix guide chapters mjackson M No 1.6h 1.5h Jul 14, 2026

Summary

Docs

Refine first three Remix guide chapters

Improves clarity and accuracy of the first three Remix guide chapters, enhancing developer onboarding and reducing confusion.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal changes indicates a straightforward documentation update.

AI Details

Tech Stack

Change literal function to use 'const' for value jvrdnd S No 241.3h - Jul 14, 2026

Summary

Refactor

Improve literal function typing with const

Enhances type safety for schema discriminants, enabling more reliable switch-case logic in data validation.

Health Assessment

Small
Low
Low
  • Long cycle time due to delayed second commit, but minimal changes and no review indicate low complexity and risk.

AI Details

Tech Stack

Languages: Javascript
Fix Bun regex error assertion mjackson XS No 0.1h - Jul 14, 2026

Summary

Bug Fix

Fix Bun regex error assertion

Adjust test to handle Bun's regex error wording, ensuring cross-environment compatibility.

Health Assessment

Small
Low
Low
  • Rapid, single-line change with minimal review, indicating low risk and high confidence.

AI Details

Tech Stack

Languages: Typescript
Document the UI render test helper brophdawg11 L No 25.8h - Jul 14, 2026

Summary

Docs

Document the UI render test helper

Provides clearer guidance for developers on using the render helper in browser tests, improving test reliability and developer onboarding.

Health Assessment

Small
Low
Low
  • Single documentation update merged quickly with minimal review.

AI Details

Tech Stack

Update stale Remix examples and demo conventions brookslybrand M No 0.6h - Jul 13, 2026

Summary

Chore

Update Remix demo examples and conventions

Aligns demo code with current Remix APIs, improving developer onboarding and reducing confusion.

Health Assessment

Medium
Low
Low
  • Merged quickly with minimal changes, indicating straightforward update of examples.

AI Details

Tech Stack

Languages: Typescript
Make plain test filters case-insensitive brophdawg11 S No 0.9h - Jul 13, 2026

Summary

Bug Fix

Make plain test filters case-insensitive

Allows test filtering to be case-insensitive by default, improving developer experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within an hour, indicating low complexity and high confidence.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
data-table: use bound parameters for compiled `limit` and `offset` clauses pcattori M No 0.2h - Jul 13, 2026

Summary

Health Assessment

AI Details

Tech Stack

pnpm: replace deprecated `onlyBuiltDependencies` with `allowBuilds` pcattori S No 0.1h - Jul 10, 2026

Summary

Chore

Replace deprecated pnpm setting with allowBuilds

Updates pnpm configuration to eliminate deprecation warnings, ensuring dependency builds are correctly handled.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates low risk and efficient review.

AI Details

Tech Stack

Languages: Yaml
Add test runner --only flag brophdawg11 L No 51.2h - Jul 09, 2026

Summary

Feature

Add test runner --only flag

Adds a repeatable `--only` CLI flag and config option to focus tests, improving test efficiency and developer experience.

Health Assessment

Large
Low
Low
  • The PR introduced a new test filtering capability with minimal code changes and a quick merge, indicating a smooth review process.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

Languages: Typescript
Treat custom cookie codecs as raw value codecs brophdawg11 M No 75.0h - Jul 09, 2026

Summary

Feature

Add raw value handling for custom cookie codecs

Enables custom cookie encoders to be used without base64 wrapping, improving compatibility and reducing cookie size for clients.

Health Assessment

Medium
Medium
Low
  • PR merged after 3 days with no review comments, indicating a smooth approval process, but the long cycle time suggests a delay before the first review.

AI Details

Confidence: 0.30

Tech Stack

Languages: Typescript
Fix test .only filtering across modules brophdawg11 L No 245.6h - Jul 09, 2026

Summary

Bug Fix

Fix test .only filtering across modules

Ensures that focused tests run across the entire module and reduces output noise by hiding skipped tests when .only is used.

Health Assessment

Large
Medium
Medium
  • The PR required multiple iterations over 10 days, indicating complex test logic changes and careful refinement.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Fix dark mode styles for docs brophdawg11 S No 0.4h - Jul 08, 2026

Summary

Bug Fix

Fix dark mode styles for docs

Restores correct dark mode appearance in the documentation after a theme extraction, improving user experience.

Health Assessment

Small
Low
Low
  • Merged within 0.3 hours with a single commit, indicating a straightforward, low-risk change.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Fix docs method links brophdawg11 XS No 0.1h - Jul 07, 2026

Summary

Health Assessment

AI Details

Tech Stack

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos