Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| chore(deps): Bump i18next-parser to 9.4.0 to fix pre-commit hook | tommoor | L | AI | 2.3h | 0.0h | May 09, 2026 |
SummaryChoreBump i18next-parser to fix pre-commit hook Updates the i18n extraction tool to restore pre-commit build stability, preventing build failures for developers. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| chore: Short-circuit common scanner/crawler routes | tommoor | M | No | 0.2h | 0.1h | May 09, 2026 |
SummaryChoreShort-circuit scanner/crawler routes Reduces load by returning proper error codes for unknown routes, preventing SPA shell fallback from serving login page to scanners. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(deps): bump hono from 4.12.16 to 4.12.18 | dependabot | XS | No | 0.1h | - | May 09, 2026 |
SummaryChorechore(deps): bump hono from 4.12.16 to 4.12.18 Updates the hono framework to the latest patch, addressing security vulnerabilities and improving stability. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Javascript
|
||||||
| chore(deps): Remove resolutions that no longer prevent downgrades | tommoor | M | AI | 1.7h | 0.0h | May 09, 2026 |
SummaryChoreRemove unnecessary Yarn resolutions Simplifies dependency management by removing redundant resolution overrides, ensuring consistent lockfile and preventing accidental downgrades. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| fix: Move OIDC redirect to `useEffect` | tommoor | S | No | 14.6h | 0.1h | May 09, 2026 |
SummaryBug FixMove OIDC redirect to useEffect Fixes infinite redirect loop for single OIDC provider by moving navigation logic into useEffect, improving login flow stability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat: request document access | salihudickson | XL | No | - | 0.1h | May 09, 2026 |
SummaryFeatureAdd document access request feature Users can now request access to documents, improving collaboration and workflow. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| chore: Catch other types of client aborted error | tommoor | XS | No | 0.3h | 0.0h | May 09, 2026 |
SummaryBug FixCatch additional client aborted errors Return HTTP 499 for more client disconnect scenarios, improving error handling and client experience. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Only preconnect to S3 if it's being used | marksteward | S | No | 3.5h | 0.1h | May 08, 2026 |
SummaryBug FixPrevent unnecessary S3 preconnect Stops spurious DNS preconnects when S3 storage is not used, improving performance and reducing network overhead. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore(deps): bump fast-uri from 3.1.0 to 3.1.2 | dependabot | XS | No | 0.1h | - | May 08, 2026 |
SummaryChoreBump fast-uri dependency to 3.1.2 Updates the fast-uri library to address a security vulnerability, ensuring safer URL parsing. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore(deps): bump fast-xml-builder from 1.1.5 to 1.1.8 | dependabot | XS | No | 1.4h | 0.0h | May 08, 2026 |
SummaryChoreBump fast-xml-builder dependency Updates the fast-xml-builder library to address security fixes and bug improvements, ensuring compatibility and stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Add support for data uri for images | tommoor | M | No | 9.4h | 0.1h | May 08, 2026 |
SummaryFeatureAdd support for data uri for images Adds editor-side support for rendering certain base64 image data URIs, allowing documents to display them instead of erroring. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Auto-subscribe mentioned users to document | tommoor | XL | No | 157.5h | 0.1h | May 08, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix: Regression in client plugins not loading | tommoor | M | No | 4.6h | 0.2h | May 07, 2026 |
SummaryBug FixFix regression in client plugins not loading Resolves a bug where client plugins failed to load after a migration, restoring functionality for users. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore: Add MCP user flag | tommoor | S | No | 0.2h | 0.1h | May 07, 2026 |
SummaryChoreAdd MCP user flag Tracks whether a user has connected via the MCP endpoint, enabling future analytics or feature gating. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(deps): bump ip-address to 10.2.0 to address XSS advisory | tommoor | XS | AI | 9.0h | 0.1h | May 07, 2026 |
SummaryChoreBump ip-address to address XSS advisory This PR updates the Yarn dependency resolution to upgrade the transitive ip-address package to version 10.2.0, fixing an XSS vulnerability that could affect user input handling. The change ensures secure handling of IP addresses across the application. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| chore: Remove stale Jest references from docs and comments | tommoor | S | AI | 0.1h | 0.1h | May 07, 2026 |
SummaryChoreRemove stale Jest references from docs Updates documentation and code comments to replace outdated Jest references with Vitest, ensuring consistency with the current testing framework. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore: Migrate to vitest | tommoor | XL | No | 30.9h | 3.4h | May 07, 2026 |
SummaryCI/CDchore: Migrate to vitest Migrates the test runner from Jest to Vitest, updating configuration, test setup, and mocks to improve test performance and maintainability. Health AssessmentAI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Vitest
|
||||||
| chore: Replace lodash with es-toolkit | tommoor | XL | No | 2.7h | 0.1h | May 07, 2026 |
SummaryChoreReplace lodash with es-toolkit Swaps the heavy lodash dependency for the lighter es-toolkit, cutting the JavaScript bundle size by nearly 6% and improving load performance for all users. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| fix: Resolve console warnings for rtl DOM attribute and untracked MobX read | tommoor | S | AI | 0.0h | 0.1h | May 07, 2026 |
SummaryBug FixFix console warnings for RTL and MobX Eliminates runtime console warnings by preventing RTL prop leakage and ensuring MobX reads occur within reactive context, improving stability and developer experience. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore(deps): bump hono from 4.12.12 to 4.12.16 | dependabot | XS | No | 0.1h | - | May 07, 2026 |
SummaryChorechore(deps): bump hono from 4.12.12 to 4.12.16 Automated dependency update to address security fixes in hono. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore: Vendor `request-filtering-agent` | tommoor | XL | No | 36.7h | 0.1h | May 07, 2026 |
SummaryChoreVendor request-filtering-agent to avoid ESM issues This PR vendors the request-filtering-agent library to eliminate upstream ESM packaging issues and reuse IP validation logic for proxy pre‑flight checks, improving reliability and maintainability. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| refactor: Remove `useDictionary` hook | tommoor | XL | AI | 0.9h | 0.1h | May 07, 2026 |
SummaryRefactorRemove useDictionary hook Refactor editor internationalization to use i18next directly, simplifying code and improving performance. 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
|
||||||
| Allow viewers to create and access API keys | tommoor | M | No | 11.7h | 2.2h | May 06, 2026 |
SummaryFeatureAllow viewers to create and access API keys Enables viewer users to generate and manage API keys, expanding access control while maintaining view permissions. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat: Add system preference to open desktop app on startup | tommoor | M | No | 10.8h | 0.1h | May 06, 2026 |
SummaryFeatureAdd desktop auto-launch preference Allows users to enable or disable auto-launch of the Outline desktop app on system startup, improving user control and reducing unwanted launches. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Add mobile drawer support to notifications popover | tommoor | M | No | 9.2h | 0.1h | May 06, 2026 |
SummaryFeatureAdd mobile drawer support to notifications popover Enhances mobile user experience by rendering notifications in a bottom drawer, preserving desktop popover behavior. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Optimize icon picker for mobile with responsive sizing | tommoor | S | No | 1.1h | 0.1h | May 06, 2026 |
SummaryFeatureAdd responsive sizing to icon picker for mobile Improves mobile usability by enlarging touch targets and icons, enabling easier selection in the mobile drawer. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: Search highlights not rendering in Firefox | tommoor | XS | No | 0.1h | 0.0h | May 05, 2026 |
SummaryBug FixFix search highlight rendering in Firefox Ensures search highlights display correctly in Firefox, improving user experience for search functionality. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Reduce minimum table col width to 25px | tommoor | XS | No | 0.1h | 0.1h | May 05, 2026 |
SummaryFeatureReduce minimum table col width to 25px Allows narrower table columns in the editor, improving layout flexibility for users. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix: Cannot select doc text in version history | tommoor | S | No | 0.3h | 0.1h | May 05, 2026 |
SummaryBug FixFix text selection in version history Users can now select and copy document text in the revision history diff view, improving usability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(test): Performance | tommoor | S | No | 0.5h | 0.0h | May 05, 2026 |
SummaryChoreRemove no-op Redis flush to improve test performance Eliminates unnecessary Redis cleanup in tests, cutting per-test overhead and speeding up test suite execution. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| ci: parallelize jobs and remove serial setup gate | tommoor | M | AI | 0.1h | 0.1h | May 05, 2026 |
SummaryCI/CDParallelize CI jobs, remove serial setup gate Reduces CI pipeline runtime by ~30%, speeding feedback loops for developers. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| chore(deps): bump prosemirror-changeset from 2.3.1 to 2.4.1 | dependabot | S | No | 4.2h | - | May 05, 2026 |
SummaryChoreBump prosemirror-changeset dependency to 2.4.1 Updates the ProseMirror changeset library to the latest patch, ensuring compatibility with new serialization features and fixing type issues. This maintains editor stability and supports future change serialization. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| chore(deps-dev): bump @types/markdown-it from 14.1.1 to 14.1.2 | dependabot | S | No | 4.2h | - | May 05, 2026 |
SummaryChoreBump @types/markdown-it to 14.1.2 Updates TypeScript type definitions for markdown-it, ensuring compatibility with latest library changes and preventing type errors. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| chore(deps): bump @bull-board/api from 6.21.2 to 6.21.3 | dependabot | S | No | 4.2h | - | May 05, 2026 |
SummaryChoreBump @bull-board/api dependency Updates @bull-board/api to latest patch, ensuring compatibility and bug fixes. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| chore(deps): bump axios from 1.15.0 to 1.15.2 | dependabot | XS | AI | 0.3h | - | May 05, 2026 |
SummaryChoreBump axios dependency to 1.15.2 Updates axios to address security and bug fixes, ensuring the application remains secure and stable. Health Assessment
Small
Low
Low
AI Details
Category:
Code AI
Tech Stack |
||||||
| chore(deps-dev): bump @babel/preset-env from 7.29.2 to 7.29.3 in the babel group | dependabot | M | No | 3.8h | - | May 05, 2026 |
SummaryChoreBump @babel/preset-env to 7.29.3 Updates Babel preset to the latest patch, ensuring compatibility and bug fixes for the project. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore(deps): bump @dotenvx/dotenvx from 1.61.0 to 1.64.0 | dependabot | S | No | 3.8h | - | May 05, 2026 |
SummaryChorechore(deps): bump @dotenvx/dotenvx from 1.61.0 to 1.64.0 Updates the dotenvx dependency to the latest patch, incorporating new features and security improvements. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Javascript
|
||||||