Pull Request Explorer

Exploring 601 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
✨ feat(device): auto-register desktop & CLI devices with stable machine ID arvinxx L AI 48.2h - May 30, 2026

Summary

Feature

auto-register desktop & CLI devices with stable machine ID

Adds client‑side logic to automatically register desktop and CLI devices using a stable machine ID, improving device identification and reducing duplicate registrations.

Health Assessment

Large
Medium
Low
  • The PR was reviewed only by AI bots with no human review before merge, indicating a lightweight process but potential oversight risk. The cycle time was 48 h with a single commit, showing quick turnaround.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
💄 style(imessage): wrap BlueBubbles bridge config into a connection card arvinxx L No 1.1h 0.0h May 30, 2026

Summary

Chore

Style iMessage BlueBubbles Bridge Config

Visual reorganization of iMessage BlueBubbles bridge settings into a single card, improving clarity and user experience.

Health Assessment

Medium
Low
Low
  • Rapid review and merge within 1.1 hours, minimal rework, indicating a straightforward UI style change.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
chore: remove LOBE-XXX auto-link pattern from WelcomeText arvinxx XS No 9.3h 0.0h May 30, 2026

Summary

Chore

Remove LOBE issue auto-link pattern

Eliminates internal LOBE issue references from public code, keeping only GitHub issue links.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(cli): add `lh topic view` command arvinxx L No 2.3h 0.0h May 30, 2026

Summary

Feature

Add lh topic view command

Provides a CLI command to display topic metadata and messages in one step, streamlining user workflow and reducing context switching.

Health Assessment

Large
Medium
Medium
  • The PR closed in under 3 hours with a single review comment, but required seven commits after the initial review, indicating iterative refinement of the feature implementation.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
🐛 fix(library): refresh folder data on slug switch and dedupe breadcrumb fetch Innei M No 15.4h - May 30, 2026

Summary

Bug Fix

Fix folder data refresh on slug switch

The change fixes stale folder data when users switch folders, ensuring accurate display. It also reduces duplicate breadcrumb fetches, improving performance.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework; PR merged within 15 hours.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
✨ feat(page-share): add document share flow with business slot stubs Innei XL No 22.3h - May 29, 2026

Summary

Feature

Add document share flow with business slot stubs

Enables page sharing by adding a document share flow and stubs for business slots, allowing cloud overrides and providing a new database table for share metadata.

Health Assessment

X-Large
Low
Low
  • Rapid approval with minimal review, indicating straightforward implementation and clear documentation.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
📝 docs(spa-routes): document .desktop.{ts,tsx} variant pattern Innei S No 0.0h 0.0h May 29, 2026

Summary

Docs

Document .desktop variant pattern for spa-routes

Adds documentation for handling .desktop.{ts,tsx} variants in SPA routes, ensuring agents sync related files.

Health Assessment

Small
Low
Low
  • PR merged immediately with no review needed, indicating a straightforward documentation update.

AI Details

Confidence: 0.95

Tech Stack

🐛 fix(desktop): upload .blockmap files to S3 for differential updates Innei XS No 0.1h 0.0h May 29, 2026

Summary

Bug Fix

Fix missing .blockmap upload to S3

Ensures .blockmap files are uploaded to CDN, enabling differential updates and reducing download size for desktop users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no rework, fast review.

AI Details

Usage: AI Reviewed
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
⬆️ chore: update @lobehub/ui to v5.15.5 Innei S No 1.2h 0.0h May 29, 2026

Summary

Chore

Update @lobehub/ui to v5.15.5

Bumps UI library to latest version and replaces antd search input with @lobehub/ui SearchBar for consistent UI height and improved layout.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal code changes, reviewed immediately and merged within 1.2 hours.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
✨ feat(device): connectionId + channel routing in gateway client & device list arvinxx XL AI 4.4h - May 29, 2026

Summary

Feature

Add connection routing to gateway client and device list

Enables per-connection routing for the device gateway, allowing multiple devices to coexist without interfering with each other and improving multi-device support.

Health Assessment

Large
Medium
Low
  • Fast review cycle with AI-assisted feedback, but the PR involves large code churn across 19 files, indicating a substantial refactor.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
🐛 fix: preserve empty agent prompt export tjx666 S No 11.2h - May 29, 2026

Summary

Bug Fix

Fix empty agent prompt export

Ensures that exporting an agent profile preserves an empty prompt, preventing loss of user data during export.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and immediate review, indicating low complexity and high confidence.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
🐛 fix: stop transliterating model names in home starter tjx666 L AI 0.4h - May 29, 2026

Summary

Bug Fix

Fix transliteration of product names in home starter

Ensures brand names remain untranslated across locales, improving user clarity.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework; AI-assisted review helped catch transliteration issues.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Claude, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
🐛 fix(scripts): kill dev child processes on parent shutdown Innei M No 62.8h 0.0h May 29, 2026

Summary

Bug Fix

Fix orphan dev child processes on shutdown

Ensures development servers terminate cleanly, preventing orphan processes and resource leaks, improving developer experience.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with immediate review and minimal scope, indicating low risk and efficient resolution.

AI Details

Usage: AI Reviewed
Confidence: 0.95

Tech Stack

Languages: Typescript
✨ chore(device): add `@lobechat/device-identity` arvinxx M AI 1.8h 0.0h May 29, 2026

Summary

Chore

Add @lobechat/device-identity package

Provides a stable, user‑scoped device ID derived from the OS machine ID and user ID, enabling consistent device identification across reinstalls.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward, low‑risk change.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
🐛 fix(desktop): market OAuth expiry triggers wrong re-login modal ONLY-yours M AI 17.8h 0.0h May 29, 2026

Summary

Bug Fix

Fix desktop OAuth expiry re-login modal

Corrects desktop OAuth token expiry handling to show appropriate Market OAuth dialog instead of LobeHub re-login modal, improving user experience. Ensures proper error handling and testing for sandbox tools.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal changes and immediate review, indicating low complexity and high confidence in fix.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
🚀 release: 20260528 arvinxx XL No 11.9h - May 29, 2026

Summary

Feature

LobeHub Release 20260528

This release brings heterogeneous platform agents, a rebuilt onboarding flow, document-centric chat, and a unified model-runtime error model.

Health Assessment

X-Large
High
Low
  • The PR has a large scope with many files changed, indicating significant changes to the codebase.
  • The review process was quick, but the PR has a high risk level due to its large scope and potential impact on the system.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
✨ feat(settings): add Devices settings page behind Execution Device Switcher lab arvinxx L AI 0.4h - May 28, 2026

Summary

Feature

Add Devices settings page behind Execution Device Switcher

Provides users with a dedicated Devices tab to view and manage registered devices, enhancing control over device usage and connectivity.

Health Assessment

Large
Low
Low
  • Merged within 24 minutes with only one review comment, indicating a straightforward change with minimal friction.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
✨ feat: export agent profiles as Markdown tjx666 L No 1.8h - May 28, 2026

Summary

Feature

Export Agent Profiles to Markdown

Adds the ability to export agent profiles as Markdown, improving shareability and documentation. Also expands preview context for agent builder.

Health Assessment

Large
Low
Low
  • Rapid merge with minimal review indicates high confidence and low complexity.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript, Typescript
Frameworks: React, Nextjs
✨ feat: support Claude Opus 4.8 tjx666 XL AI 0.6h - May 28, 2026

Summary

Feature

Add Claude Opus 4.8 support

Enhance chat functionality with Claude Opus 4.8 integration, improving user experience.

Health Assessment

Large
Low
Low
  • The PR was merged quickly, but the large scope and lack of reviews may indicate potential issues.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript, Json
🐛 fix(conversation): keep open ActionBar popup when hovering another message Innei M No 3.5h 0.0h May 28, 2026

Summary

Bug Fix

Fix ActionBar popup persistence on hover

This fix keeps dropdown menus open while users navigate between messages, preventing accidental closure. It enhances the chat experience by maintaining UI state consistency.

Health Assessment

Small
Low
Low
  • Quick single-file change with no rework, fast review, minimal risk to production.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
✨ feat(kb): extend BM25 search to file-backed documents Innei L No 48.0h - May 28, 2026

Summary

Feature

Extend BM25 search to file-backed documents

Adds support for PDFs and other file-backed documents in BM25 search, enabling them to be retrieved via the BM25 path and improving search coverage and performance for knowledge‑base queries.

Health Assessment

Medium
Low
Low
  • PR merged within 48 hours with no review changes, indicating a straightforward enhancement backed by comprehensive tests.

AI Details

Tech Stack

Languages: Typescript
🐛 fix: show artifact source while streaming tjx666 M No 0.3h 0.0h May 28, 2026

Summary

Bug Fix

Fix artifact source display during streaming

Ensures users see scrollable source code for incomplete artifacts, improving UX while artifacts are generated.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and no impact on production stability.

AI Details

Usage: AI Reviewed
Confidence: 0.90

Tech Stack

Languages: Typescript
Frameworks: React
🐛 fix: restore file access URL policy tjx666 L No 0.8h - May 28, 2026

Summary

Bug Fix

Restore file access URL policy

Reinstates secure file URL handling, ensuring stable access for users while maintaining temporary proxy behavior for public S3 settings.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal review, indicating a straightforward bug fix that was merged within 48 minutes of opening.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Sourcery-Ai, Chatgpt-Codex-Connector
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs, React
✨ feat(portal): editable CodeMirror viewer for LocalFile + Document highlight Innei XL No 2.7h - May 28, 2026

Summary

Feature

Add editable CodeMirror viewer for LocalFile and Document

Enables inline editing of local files and documents with syntax highlighting, improving developer productivity and reducing errors. Users can now edit and save directly within the portal, streamlining workflow.

Health Assessment

Large
Low
Low
  • Rapid approval with minimal back‑and‑forth, indicating clear intent and well‑tested changes.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Sourcery-Ai, Chatgpt-Codex-Connector
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
✨ feat(device): device registry TRPC (register / list / update / remove) arvinxx L AI 1.6h - May 28, 2026

Summary

Feature

Device registry TRPC for register/list/update/remove

Adds server‑side device registry with persistence and TRPC endpoints, enabling device management across sessions and offline visibility.

Health Assessment

Large
Low
Low
  • Quick merge with minimal review, indicating straightforward implementation.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
✨ feat(bot): add iMessage Desktop setup and bridge arvinxx XL AI 58.8h - May 28, 2026

Summary

Feature

Add iMessage Desktop bridge

Adds iMessage channel support on desktop via BlueBubbles bridge, enabling users to send and receive messages directly from the desktop app.

Health Assessment

X-Large
High
Low
  • Large scope with 2,307 lines added and 20 files changed, yet the PR received a quick review and merged within 58.8 hours, indicating strong confidence in the implementation.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Shell, Yaml
✨ feat(desktop): show zoom level HUD on Cmd+/- and Cmd+0 Innei L No 3.3h 0.0h May 28, 2026

Summary

Feature

Show zoom level HUD on Cmd+/- and Cmd+0

Adds a transient HUD to display zoom percentage when users adjust zoom via shortcuts, improving clarity of current zoom level.

Health Assessment

Large
Low
Low
  • Fast review and merge with AI-assisted review, minimal iterations, quick cycle time.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
🐛 fix: resolve file access urls via file service tjx666 L No 2.3h 0.0h May 28, 2026

Summary

Bug Fix

Fix file access URL resolution via file service

Ensures stable file URLs across environments, improving file access reliability for users.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review comments indicate a straightforward, low‑risk bug fix with clear business impact.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs, React
🔨 feat(db): batch topic usage stats, push tokens, tasks editor_data & document shares migrations arvinxx XL No 7.1h 0.0h May 28, 2026

Summary

Feature

Batch database schema changes for usage stats

Adds new tables and columns for topic usage analytics, push tokens, editor data, and document sharing, enabling richer analytics and notification features.

Health Assessment

Large
Medium
Low
  • Rapid AI-assisted schema updates with a single review and quick merge, but the large number of lines added indicates a significant change that may warrant careful testing.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Sql
♻️ refactor(bot): slim iMessage setup schema to user-edited fields arvinxx S No 0.4h 0.0h May 28, 2026

Summary

Refactor

Refactor iMessage schema to user‑edited fields

Simplifies iMessage setup by removing non‑user fields, improving form clarity and reducing data storage. This change prepares the schema for future desktop integration.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes indicates low complexity and high confidence.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript
✨ feat(model-runtime): split ProviderBizError into finer codes + reclassify catch-all at write time arvinxx L No 2.4h - May 28, 2026

Summary

Feature

Split ProviderBizError into finer codes

Enhances error handling by adding specific upstream error codes and refining catch‑all logic, improving retry behavior and observability for agent runtime operations.

Health Assessment

Medium
Low
Low
  • Rapid review and merge with minimal iterations indicates high confidence in the changes.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
🐛 fix(cc-adapter): emit reasoning chunk before text in batch mode ONLY-yours S AI 1.1h 0.0h May 28, 2026

Summary

Bug Fix

Fix cc-adapter reasoning order

Ensures reasoning chunks are emitted before text in batch mode, fixing UI ordering bug in CLI/sandbox runs.

Health Assessment

Small
Low
Low
  • The PR was merged within 1.1 hours with a single commit and no review iterations, indicating a straightforward fix with minimal risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
🐛 fix(desktop): expand ~ when opening local files and folders Innei S No 1.7h 0.0h May 28, 2026

Summary

Bug Fix

Fix desktop tilde expansion for local file opening

Ensures that paths starting with ~ are correctly expanded to the user's home directory before opening files or folders, preventing silent failures.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed immediately, merged within 2 hours.

AI Details

Usage: AI Reviewed
Confidence: 0.95

Tech Stack

Languages: Typescript
🐛 fix(chat-input): keep input mounted while intervention panel is shown Innei M No 1.7h 0.0h May 28, 2026

Summary

Bug Fix

Fix chat input mounting during interventions

Ensures user input persists when an intervention panel appears, preventing accidental loss of unsent messages and improving user experience.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 1.7 hours and zero review delay indicate a straightforward, low‑risk bug fix with minimal friction.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
🐛 fix(conversation-flow): prevent infinite recursion in assistant chain arvinxx M AI 0.7h 0.0h May 28, 2026

Summary

Bug Fix

Fix infinite recursion in assistant chain

Prevents stack overflow errors in conversation rendering, ensuring reliable user experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, reviewed immediately, no back‑and‑forth, low risk.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
🐛 fix: improve Google image error handling tjx666 XL No 1.1h - May 28, 2026

Summary

Bug Fix

Fix Google image error handling

Improves error handling for Google image generation, reducing failures and providing clearer user feedback.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review iterations indicate efficient resolution.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
♻️ refactor(agent): run client sub-agent as a normal tool call arvinxx XL AI 2.4h - May 28, 2026

Summary

Refactor

Refactor agent sub-agent execution to normal tool call

Replaces the custom sub-agent execution flow with a standard tool call, simplifying the client runtime and improving consistency and debugging for developers.

Health Assessment

Large
Low
Low
  • Merged within 2.4 hours with no review comments, indicating a straightforward refactor with minimal friction.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
✨ feat(model-runtime): add DatabasePersistError code for failed DB queries arvinxx M AI 0.9h 0.0h May 28, 2026

Summary

Feature

Add DatabasePersistError for DB query failures

Adds a dedicated error type to correctly classify harness‑side database persistence failures, improving error visibility and preventing misclassification in dashboards.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal review, indicating a straightforward change with clear tests.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
✨ feat(model-runtime): classify Cloud-only error codes via numericId tier digit arvinxx M AI 0.3h 0.0h May 28, 2026

Summary

Feature

Add Cloud-only error code classification

Enables accurate error categorization for cloud-only errors, improving monitoring and user experience.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal rework, indicating a straightforward, low-risk change.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
💄 style: add DeepSeek V4 Pro to SiliconCloud model list AnotiaWang S No 12.9h - May 28, 2026

Summary

Feature

Add DeepSeek V4 Pro to SiliconCloud model list

Adds DeepSeek V4 Pro model to SiliconCloud list, updating locales and pricing.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, no tests required.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
✨ chore(channel): register iMessage platform with coming-soon UI gate arvinxx M AI 0.7h 0.0h May 28, 2026

Summary

Feature

Register iMessage platform with coming‑soon UI gate

Enables iMessage platform registration on the server and adds locale entries while keeping the UI gated until the desktop bridge is released, improving future integration readiness.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 0.7 hours with minimal changes and no human review comments, indicating a smooth process. AI‑generated code was used, but the change is straightforward and low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
♻️ refactor(locales): split model-runtime errors into modelRuntime namespace arvinxx L AI 10.1h - May 28, 2026

Summary

Refactor

Refactor locales: split model-runtime errors into namespace

Reorganizes error localization to separate model‑runtime errors from other error types, improving maintainability and clarity for developers and external consumers.

Health Assessment

Large
Low
Low
  • Merged within 10 hours with no rework, indicating a straightforward refactor with minimal impact on existing functionality.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
♻️ refactor(modal): migrate confirm modals to @lobehub/ui/base-ui (Phase 1) Innei XL No 13.2h - May 27, 2026

Summary

Refactor

Refactor modal to use base-ui

Migrate confirm modals to @lobehub/ui/base-ui for consistency and improved user experience

Health Assessment

X-Large
Medium
Low
  • The PR has a large scope with many files changed, but the review process was relatively smooth with no major issues reported.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
✨ feat(agent-runtime): persist `ERROR_CODE_SPECS` classification on operation errors arvinxx L AI 0.7h 0.0h May 27, 2026

Summary

Feature

Persist error classification on agent runtime operations

Adds detailed error metadata to persisted operation logs, enabling better observability and error triage.

Health Assessment

Large
Low
Low
  • Quick merge with minimal review, indicating a straightforward change that required only a single round of comments and no significant rework.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
✨ feat(agent-document): render non-markdown docs as readonly highlight Innei XL No 0.7h 0.0h May 27, 2026

Summary

Feature

Render non‑markdown docs as readonly highlight

Adds read‑only syntax highlighting for non‑markdown agent documents, preventing mis‑rendering and eliminating unnecessary editing UI for raw text files.

Health Assessment

Medium
Low
Low
  • Fast cycle time (0.7h) with a single review and minimal rework; medium scope (126 lines) and low risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React
♻️ refactor(model-runtime): unify error codes into spec + pattern registry arvinxx XL AI 8.9h - May 27, 2026

Summary

Refactor

Unify error codes into spec and pattern registry

Introduce a single source of truth for runtime error classification, reducing maintenance and improving error handling

Health Assessment

X-Large
Medium
Low
  • The PR has a large scope with many file changes, but the review process was relatively smooth and the author has provided thorough documentation and testing

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
✨ feat(opencode-go): align model configs with models.dev API, add DeepSeek V4 Flash/Pro, improve reasoning runtime hardy-one XL No 172.3h - May 27, 2026

Summary

Feature

Add DeepSeek V4 models and improve OpenCode runtime

Enhances OpenCode Go provider with updated model configs, new DeepSeek V4 Flash/Pro models, and improved reasoning runtime, enabling more accurate and efficient AI coding assistance.

Health Assessment

X-Large
High
High
  • The PR underwent extensive review with multiple automated bots and several iterations, indicating complex changes and high scrutiny.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript
🐛 fix: telegram messager attachments rdmclin2 L No 1.6h - May 27, 2026

Summary

Bug Fix

Fix telegram messenger attachments

Corrects attachment handling in the Telegram integration, ensuring reliable delivery for users.

Health Assessment

Large
Low
Low
  • The PR was merged within 1.6 hours with minimal review comments, indicating a straightforward fix with low risk.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript
🌐 chore: translate non-English comments to English in openapi-types-common lobehubbot L AI 11.9h - May 27, 2026

Summary

Chore

Translate non-English comments to English

Standardizes API documentation and error messages for consistency and better developer experience.

Health Assessment

Large
Low
Low
  • The PR was completed in under 12 hours with a single AI‑generated commit and minimal review comments, indicating a smooth, low‑risk change.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
🔖 chore(cli): bump @lobehub/cli to 0.0.22 arvinxx XS AI 12.2h 0.0h May 27, 2026

Summary

Chore

Bump @lobehub/cli to 0.0.22

Updates the CLI tool to the latest patch version, ensuring compatibility and bug fixes without altering functionality.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with minimal changes and no tests, indicating low risk and high confidence.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

« Page 2 of 13 »

Get this analytics stack for your team

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

Connect Repos