Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| docs: improve API homepage wording | johnsonav1992 | XS | No | 268.2h | - | May 20, 2026 |
SummaryDocsImprove API homepage wording Updates the Remix API docs homepage intro sentence to avoid awkward phrasing and tighten descriptors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix: don't highlight hyphens in path arguments as single-character flags | numekudi | S | No | 89.7h | - | May 20, 2026 |
SummaryBug FixFix flag highlighting for path arguments Corrects help text rendering, preventing path arguments from being misinterpreted as flags, improving developer experience. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Preserve duplicate Cookie header values | mjackson | M | No | 0.3h | - | May 20, 2026 |
SummaryFeaturePreserve duplicate Cookie header values Ensures duplicate Cookie header entries are preserved, allowing accurate cookie parsing and manipulation for path/domain-specific cookies, improving reliability of session handling. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| Fix stale component updates after frame reload | mjackson | M | No | 0.6h | - | May 20, 2026 |
SummaryBug FixFix stale component updates after frame reload Prevents UI crashes when removing the last item in a cart by aborting stale updates and avoiding rendering against detached DOM. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Consolidate repo agent skills | mjackson | S | No | 0.1h | - | May 20, 2026 |
SummaryRefactorConsolidate Agent Skill Sources Streamlines agent skill organization, improving maintainability and consistency across the repo. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Preserve package symlink identity paths in asset server | mjackson | L | No | 0.0h | - | May 20, 2026 |
SummaryBug FixPreserve package symlink identity in asset server This PR ensures that package symlinks in node_modules retain their public identity, allowing generated apps to use standard asset configurations without needing to know workspace package locations. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| Gate Codex PR review workflows | mjackson | XS | No | 0.0h | - | May 20, 2026 |
SummaryCI/CDGate Codex PR review workflows Adds a gate to disable Codex PR review by default, keeping regular CI active while Codex review is paused. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Fix CLI template gitignore scaffolding | cameronapak | XS | No | 246.1h | 246.1h | May 20, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Add node-tsx package | markdalgleish | XL | No | 208.9h | 6.7h | May 20, 2026 |
SummaryFeatureAdd node-tsx package Enables Remix applications to run TypeScript and JSX files directly in Node, simplifying development and reducing external dependencies. This streamlines server-side rendering and testing workflows. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Remix
|
||||||
| Expand frames demo | markdalgleish | L | No | 18.2h | - | May 19, 2026 |
SummaryHealth AssessmentAI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Add dark mode to docs site | brophdawg11 | M | No | 6.0h | 0.1h | May 19, 2026 |
SummaryFeatureAdd dark mode to docs site Enables users to switch between light and dark themes, improving accessibility and user experience on the docs site. Health Assessment
Medium
Low
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| docs: patch on mixin release note | mjackson | XS | No | 0.6h | - | May 19, 2026 |
SummaryDocsPatch mixin release note for self-contained example Updates documentation to ensure the example is self-contained, improving clarity for developers. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack |
||||||
| Add package meta validation script | markdalgleish | L | No | 26.5h | - | May 19, 2026 |
SummaryFeatureAdd package meta validation script Ensures consistent dependency declarations across Remix packages, preventing duplicate dependency versions and clarifying impact of third‑party updates. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Clarify frame resolver setup and run hook docs | mjackson | M | No | 99.2h | - | May 19, 2026 |
SummaryHealth AssessmentAI Details
Confidence:
0.20
Tech Stack |
||||||
| ui: improved type inference for `on` mixin | pcattori | L | No | 197.6h | - | May 19, 2026 |
SummaryFeatureImprove type inference for UI on mixin Enhances type safety for custom on handlers in UI components, enabling better developer experience and reducing runtime errors. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| route-pattern: modular APIs and subpath exports | pcattori | XL | No | 127.4h | - | May 19, 2026 |
SummaryFeatureroute-pattern: modular APIs and subpath exports Introduces modular APIs that cut route-pattern bundle size by ~65%, improving client performance and reducing JS bloat. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| Add UI component demos to the docs site | brophdawg11 | XL | No | 141.3h | 0.2h | May 19, 2026 |
SummaryFeatureAdd UI component demos to the docs site Adds interactive component examples to the API documentation, enabling developers to see live demos and source code directly within the docs. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Layer Remix UI theme reset | brookslybrand | M | No | 69.6h | - | May 18, 2026 |
SummaryFeatureMove Remix UI theme reset to dedicated layer Allows developers to override built‑in theme reset with component styles, giving finer control over UI appearance and preventing unintended style overrides. This change improves styling consistency and developer experience. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Fix FOUC when navigating between hydrated client entries | brophdawg11 | L | AI | 22.3h | - | May 15, 2026 |
SummaryBug FixFix FOUC on hydrated client entry navigation This change eliminates flash of unstyled content when navigating between hydrated client entries by adopting server styles via reference counting, preserving DOM styles across reloads. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Avoid eager Web Encoding globals in multipart parser | mjackson | M | No | 0.2h | - | May 15, 2026 |
SummaryBug FixRemove eager Web Encoding globals from multipart parser By deferring UTF-8 decoding until needed, the parser no longer relies on global Web Encoding objects during module evaluation. This reduces import-time errors in environments lacking encoding support, improving reliability for applications that bootstrap before encoding support. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fix assets error message test in Bun | markdalgleish | S | No | 0.1h | - | May 15, 2026 |
SummaryBug FixFix Bun test for anonymous global file transform Ensures asset server tests pass on Bun, improving cross-environment reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Add generic file support to `assets` | markdalgleish | XL | No | 209.2h | - | May 14, 2026 |
SummaryFeatureAdd generic file support to assets Enables Remix to serve images, fonts, and other file assets directly from the asset server, improving performance and simplifying asset management for developers. Health Assessment
Large
High
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| ui: animateLayout interruptions resume from current visual position | ryanflorence | L | No | 3.6h | - | May 14, 2026 |
SummaryBug FixAnimate layout interruptions resume from current position Rework animateLayout mixin to resume interrupted animations from current visual position, reducing jitter and improving user experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Add canonical remix export manifest | brophdawg11 | XL | No | 51.2h | 25.0h | May 14, 2026 |
SummaryFeatureAdd canonical remix export manifest Introduces a manifest mapping for Remix exports, enabling canonical domain-oriented names and simplifying demo imports, improving consistency and maintainability. Health Assessment
X-Large
Medium
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||
| Propagate skip and only from parent describes to nested describes | brophdawg11 | M | AI | 24.9h | - | May 14, 2026 |
SummaryBug FixFix skip/only propagation in nested describes Ensures test suites correctly honor skip and only flags, preventing false positives and improving test reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| route-pattern: remove `compareFn` parameter from `Matcher.{match,matchAll}` | pcattori | M | No | 188.0h | - | May 14, 2026 |
SummaryRefactorRemove compareFn from Matcher API Simplifies the route matcher by removing the compareFn parameter, encouraging callers to sort results explicitly and reducing API complexity. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| Simplify frame navigation demo rendering | mjackson | M | No | 0.1h | - | May 12, 2026 |
SummaryRefactorSimplify frame navigation demo rendering Streamlines the frame navigation demo by rendering JSX directly, improving maintainability and reducing complexity. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Copy package READMEs into generated Remix package | brookslybrand | XL | No | 23.8h | - | May 12, 2026 |
SummaryDocsCopy package READMEs into generated Remix package Enables installed applications and agent tooling to locate module documentation directly within the generated Remix package, improving developer experience and reducing lookup time. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| Add UI package README docs | brookslybrand | XL | No | 3.4h | - | May 12, 2026 |
SummaryDocsAdd UI package README docs Provides clear, concise documentation for UI components, improving developer onboarding and reducing support queries. Health Assessment
Large
Low
Low
AI DetailsTech Stack |
||||||
| Add direct context properties | mjackson | XL | No | 89.6h | - | May 12, 2026 |
SummaryFeatureAdd direct context properties Enables middleware to expose typed direct properties on request context, reducing boilerplate and improving developer productivity. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Update dependencies to clear audit alerts | mjackson | XL | No | 1.1h | - | May 12, 2026 |
SummaryChoreUpdate dependencies to clear audit alerts This PR removes security vulnerabilities by updating internal and demo dependencies and refreshing the lockfile, ensuring the repository no longer reports known vulnerabilities. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack |
||||||
| Generate package subpath overview docs | brookslybrand | M | No | 1.4h | 1.4h | May 12, 2026 |
SummaryFeatureGenerate subpath overview documentation Adds support for generating documentation pages for subpath exports, improving visibility of internal modules. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Disable pnpm cache on publish workflow | brophdawg11 | XS | No | 0.2h | - | May 12, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Fold routes back into fetch-router | mjackson | L | No | 0.8h | - | May 12, 2026 |
SummaryRefactorFold routes back into fetch-router Consolidates route helpers into fetch-router, simplifying imports and improving developer experience by centralizing routing logic. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Simplify context entry helper types | mjackson | L | No | 0.5h | - | May 09, 2026 |
SummaryRefactorSimplify context entry helper types Simplifies type composition for middleware context, reducing complexity and improving developer experience. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fix browser test progress timeout | mjackson | M | No | 0.2h | - | May 09, 2026 |
SummaryBug FixFix browser test timeout on Windows This resolves a timeout issue in Remix's browser test runner that caused CI failures on Windows, ensuring tests complete reliably. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Add render middleware package | mjackson | XL | No | 0.4h | - | May 09, 2026 |
SummaryFeatureAdd render middleware package Introduces a reusable render middleware that simplifies rendering logic across actions, reducing boilerplate and improving maintainability. This enables developers to centralize rendering behavior, improving consistency and reducing errors. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| Simplify async context typing | mjackson | L | No | 6.7h | - | May 08, 2026 |
SummaryRefactorSimplify async context typing for Remix apps This change unifies context typing, reducing developer friction and improving type safety across Remix applications. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| Add mobile menu to API docs | brophdawg11 | L | No | 46.3h | 44.4h | May 08, 2026 |
SummaryFeatureAdd mobile menu to API docs Users can now navigate API docs on mobile devices with a sticky top bar and mobile-only logo banner, improving accessibility and user experience. Health AssessmentAI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Add support for variables to API docs | brophdawg11 | XL | No | 97.4h | 26.5h | May 08, 2026 |
SummaryFeatureAdd support for variables to API docs Adds support for exported variable types to API docs, enabling better documentation coverage and mixin categorization for Remix APIs. Health Assessment
Large
High
High
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| Add package README overviews to API docs | brookslybrand | XL | No | 22.3h | 0.8h | May 08, 2026 |
SummaryFeatureAdd package README overviews to API docs Adds package-level overview pages to API docs by pulling each package README into the docs build, improving user experience and documentation. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||
| Optimize UI runtime hot paths. | jacob-ebey | XL | No | 7.3h | - | May 08, 2026 |
SummaryRefactorImprove UI runtime performance Enhances rendering speed and responsiveness, reducing load times for end users. Health Assessment
Large
High
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Simplify fetch-router context, action, and middleware typing | mjackson | XL | No | 22.9h | - | May 08, 2026 |
SummaryRefactorSimplify fetch-router context and middleware typing Improves type safety and developer experience for routing and middleware, reducing errors and speeding development. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| route-pattern: do not allow partial matches for variables and wildcards in pathname | brookslybrand | M | No | 1.9h | 1.8h | May 07, 2026 |
SummaryBug FixPrevent partial matches in route patterns This change ensures that dynamic route variables and wildcards match only complete segments, preventing unintended route matches and improving URL routing accuracy. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Simplify fetch-router action and middleware types | mjackson | L | No | 8.5h | - | May 07, 2026 |
SummaryRefactorSimplify fetch-router action and middleware types This PR simplifies the fetch-router action and middleware type surface, reducing complexity and improving type safety for developers while preserving runtime behavior. By aligning middleware types with handler context, it eliminates duplicate source of truth and reduces maintenance overhead. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| cli: consolidate `withEnv` test utility | pcattori | XL | No | 0.1h | - | May 06, 2026 |
SummaryRefactorConsolidate withEnv test utility and support multiple env vars Improves test utility by consolidating withEnv and enabling batch environment variable setting, streamlining CLI test setup. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| cli: consolidate `captureOutput` test utility | pcattori | L | No | 0.1h | - | May 06, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| route-pattern: remove redundant exclusion of `.types.bench.ts` files from package.json | pcattori | XS | No | 0.1h | - | May 06, 2026 |
SummaryRefactorRemove redundant exclusion of .types.bench.ts from package.json Simplifies package configuration by eliminating unnecessary exclusion of benchmark type files, improving maintainability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| Fix textarea stream rendering | ryanflorence | M | No | 0.6h | - | May 06, 2026 |
SummaryBug FixFix textarea stream rendering Fixes server-rendered textarea rendering to use default values, ensuring accurate initial content and preventing UI inconsistencies. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Update docs to reference remix test umbrella bin | brophdawg11 | S | No | 29.7h | - | May 06, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||