Pull Request Explorer
| 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 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Refine the first three Remix guide chapters | mjackson | M | No | 1.6h | 1.5h | Jul 14, 2026 |
SummaryDocsRefine 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
AI DetailsTech Stack |
||||||
| Change literal function to use 'const' for value | jvrdnd | S | No | 241.3h | - | Jul 14, 2026 |
SummaryRefactorImprove 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Fix Bun regex error assertion | mjackson | XS | No | 0.1h | - | Jul 14, 2026 |
SummaryBug FixFix Bun regex error assertion Adjust test to handle Bun's regex error wording, ensuring cross-environment compatibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Document the UI render test helper | brophdawg11 | L | No | 25.8h | - | Jul 14, 2026 |
SummaryDocsDocument 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
AI DetailsTech Stack |
||||||
| Update stale Remix examples and demo conventions | brookslybrand | M | No | 0.6h | - | Jul 13, 2026 |
SummaryChoreUpdate Remix demo examples and conventions Aligns demo code with current Remix APIs, improving developer onboarding and reducing confusion. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Make plain test filters case-insensitive | brophdawg11 | S | No | 0.9h | - | Jul 13, 2026 |
SummaryBug FixMake plain test filters case-insensitive Allows test filtering to be case-insensitive by default, improving developer experience. Health Assessment
Small
Low
Low
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 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| pnpm: replace deprecated `onlyBuiltDependencies` with `allowBuilds` | pcattori | S | No | 0.1h | - | Jul 10, 2026 |
SummaryChoreReplace deprecated pnpm setting with allowBuilds Updates pnpm configuration to eliminate deprecation warnings, ensuring dependency builds are correctly handled. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| Add test runner --only flag | brophdawg11 | L | No | 51.2h | - | Jul 09, 2026 |
SummaryFeatureAdd 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
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 |
SummaryFeatureAdd 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
AI Details
Confidence:
0.30
Tech Stack
Languages:
Typescript
|
||||||
| Fix test .only filtering across modules | brophdawg11 | L | No | 245.6h | - | Jul 09, 2026 |
SummaryBug FixFix 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
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| Fix dark mode styles for docs | brophdawg11 | S | No | 0.4h | - | Jul 08, 2026 |
SummaryBug FixFix 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
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| Fix docs method links | brophdawg11 | XS | No | 0.1h | - | Jul 07, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||