Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| 🐛 fix(agent): hold per-agent working directory in store | Innei | S | No | 1.1h | - | May 25, 2026 |
SummaryBug FixFix per-agent working directory store handling Ensures agent working directories are stored in state, enabling reactive updates and consistent UI across components. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| 🐛 fix(agent-runtime): strip heavy fields off finalState in stream events | arvinxx | M | No | 6.3h | - | May 25, 2026 |
SummaryBug FixFix heavy fields in agent runtime stream events Reduces Redis write size to avoid exceeding limits, preventing runtime crashes and improving system reliability for agent operations. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| 🐛 fix: pass assistantMessageId through sandbox env to eliminate heteroIngest race | ONLY-yours | XL | No | 2.1h | - | May 25, 2026 |
SummaryBug FixFix heteroIngest race by passing assistantMessageId This change eliminates race conditions that caused agent executions to fail, ensuring conversations complete without errors. It improves reliability and user experience for agents. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| ⚡️ perf(vite): prewarm more route chunks | Innei | L | No | 47.2h | - | May 25, 2026 |
SummaryPerfImprove Vite route chunk preloading Enhance performance by prewarming more route chunks during idle time, covering additional desktop secondary routes. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Vite
|
||||||
| 🌐 fix(locale): add missing follow-up i18n keys | Innei | S | No | 0.1h | 0.0h | May 25, 2026 |
SummaryBug FixAdd missing i18n keys for follow-up feature Ensures Settings UI displays localized labels for follow-up suggestions in Chinese and English, improving user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| 🐛 fix(llm-generation-tracing): backfill task_brief / task_brief_judge scenario | arvinxx | S | No | 0.6h | 0.0h | May 25, 2026 |
SummaryBug FixFix llm-generation-tracing scenario backfill Corrects tracing metadata so new rows record proper task brief and judge scenarios, improving data accuracy and reducing unknown entries. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| 🐛 fix(llm-generation-tracing): silence Turbopack project-wide glob warning | arvinxx | S | AI | 1.5h | 0.0h | May 25, 2026 |
SummaryBug FixFix Turbopack glob warning in LLM tracing This change removes a noisy build-time warning that was inflating the build trace. It improves developer experience by keeping build logs clean and reducing build time. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| ✨ feat(hermes): implement hermes agent chain logic | ONLY-yours | XL | No | 2.6h | - | May 25, 2026 |
SummaryFeatureImplement Hermes agent chain logic Adds direct CLI integration for Hermes agents, enabling faster, multi‑turn chat responses and improved platform capability for users. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||
| 🐛 fix(image): explain text-only image responses | tjx666 | M | No | 12.4h | - | May 25, 2026 |
SummaryBug FixFix image responses to explain text-only content Improves user experience by providing clear guidance when image generation returns text-only responses, preventing confusion and mislabeling safety refusals. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| ✨ feat(llm-generation-tracing): pre-allocate tracingId + recordFeedback router | arvinxx | XL | AI | 43.4h | - | May 25, 2026 |
SummaryFeatureAdd tracing ID pre-allocation and feedback router Enables per-call feedback loop for LLM generation, improving observability and user feedback handling. Health Assessment
X-Large
High
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| 🧹 chore(skills): audit pass — normalize, dedupe, and fix project-overview | arvinxx | L | AI | 0.1h | - | May 25, 2026 |
SummaryDocsNormalize, dedupe, and fix project overview Streamlines skill documentation by removing duplicate entries and standardizing descriptions, improving maintainability. Adds an audit skill to automate future checks, ensuring consistent quality. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| 💄 style(llm-generation-tracing): tag task-handoff scenario + prompt version | arvinxx | S | AI | 0.5h | - | May 25, 2026 |
SummaryFeatureAdd task-handoff tracing and prompt versioning Adds precise task-handoff tracing and prompt versioning, improving analytics and debugging. Also updates UI preview styling for clearer file previews. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||
| ✨ feat(hetero-agent): execution target switcher in composer | arvinxx | XL | AI | 10.9h | - | May 25, 2026 |
SummaryFeatureAdd execution target switcher in chat composer Enables users to select where heterogeneous agents run—desktop, cloud sandbox, or remote device—enhancing flexibility and control over agent execution. Health Assessment
X-Large
High
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React, Nextjs
|
||||||
| ✨ feat(agent-signal): add execAgent plumbing for self-iteration migration | arvinxx | XL | No | 0.5h | - | May 25, 2026 |
SummaryFeatureAdd execAgent plumbing for self-iteration migration Establishes infrastructure for future agent execution enhancements, enabling safer migration without impacting current functionality. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| chore: clean up LOBE-XXX code annotations (2026-05-25) | arvinxx | S | No | 0.6h | 0.0h | May 25, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack
Languages:
Typescript
|
||||||
| ♻️ refactor(userMemories): support resolving agent config from ServiceModel | nekomeowww | XL | No | 40.0h | - | May 24, 2026 |
SummaryRefactorRefactor user memories to resolve agent config This refactor enables user memory services to resolve agent configuration from per‑user ServiceModel settings, improving flexibility and reducing reliance on environment defaults. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| 🐛 fix: normalize image MIME from bytes | tjx666 | L | No | 1.5h | - | May 24, 2026 |
SummaryBug FixFix image MIME normalization for uploads Ensures image MIME types match actual bytes, preventing provider validation errors and improving upload reliability. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Sourcery-Ai, Chatgpt-Codex-Connector
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| 🐛 fix(agent): surface projectSkills regardless of activeDeviceId | arvinxx | S | AI | 0.4h | - | May 24, 2026 |
SummaryBug FixFix agent projectSkills visibility regardless of device Ensures client-provided project skills are always surfaced to the agent, preventing silent failures when device resolution fails. This improves reliability and user experience. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| 🐛 fix: support Bedrock structured generation | tjx666 | L | No | 1.0h | - | May 24, 2026 |
SummaryBug FixFix Bedrock structured generation support Adds support for Bedrock structured generation in the model runtime, fixing production failures. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| 🐛 fix(agent-runtime): preserve streamed content across mid-stream cancel | arvinxx | L | AI | 1.2h | - | May 24, 2026 |
SummaryBug FixFix agent runtime to preserve streamed content Ensures partial assistant responses are retained when a stream is cancelled mid‑stream, preventing data loss and improving user experience. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore: clean up LOBE-xx comment (2026-05-24) | arvinxx | S | No | 13.3h | 0.0h | May 24, 2026 |
SummaryChoreClean up LOBE-xx comment references Automated removal of placeholder comments and added architecture context, improving code clarity. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| 🐛 fix(desktop): preview .cjs/.mjs/no-ext files instead of binary fallback | arvinxx | L | AI | 5.1h | - | May 24, 2026 |
SummaryBug FixFix desktop preview for unknown file extensions Ensures that files such as .cjs, .mjs, and config files are correctly previewed as text instead of being misidentified as binary, improving user experience in the desktop app. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| ♻️ refactor(agent-runtime): route desktop callers through device-gateway | arvinxx | L | AI | 19.2h | 0.0h | May 24, 2026 |
SummaryBug FixRefactor agent runtime to use device gateway This refactor consolidates desktop, web, and bot callers onto a single device-gateway dispatch path, removing legacy desktop shortcuts. It reduces bugs and ensures consistent template variable handling across platforms. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| 💄 style: add Qwen3.7 Max locale | tjx666 | XS | No | 21.2h | - | May 24, 2026 |
SummaryChoreAdd Qwen3.7 Max locale description Adds locale description for Qwen3.7 Max, enabling accurate model card copy rendering for LobeHub-hosted models. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| 💄 style(workflow): normalize block spacing | Innei | S | No | 0.9h | 0.0h | May 24, 2026 |
SummaryRefactorNormalize block spacing in assistant workflow Improves visual consistency of workflow content blocks, reducing UI clutter and enhancing user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| ✨ feat(chat): consume gateway uiMessages snapshot as SoT at step boundaries | arvinxx | XL | AI | 18.5h | - | May 24, 2026 |
SummaryFeatureConsume gateway uiMessages snapshot as SoT Client now uses server‑pushed UIChatMessage snapshot as source of truth, eliminating refetches and preventing stale data during streaming. Health Assessment
X-Large
High
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| 🐛 fix(agent): hide community publish for heterogeneous agents | AmAzing129 | L | AI | 0.4h | - | May 24, 2026 |
SummaryBug FixHide community publish for heterogeneous agents Hides the assistant profile 'Publish to Community' action for agents backed by heterogeneous runtimes. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude Code
Confidence:
0.90
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| 🐛 fix(agent): align settings defaults and locale state | AmAzing129 | L | No | 1.0h | - | May 24, 2026 |
SummaryBug FixFix agent settings defaults and locale state Ensures new agents load with correct defaults and UI text is properly localized, preventing user confusion and improving agent configuration reliability. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| 🐛 fix(conversation): only swap model name for remote hetero agents in Usage | arvinxx | M | AI | 9.5h | - | May 24, 2026 |
SummaryBug FixFix model name swap for remote hetero agents Ensures local CLI heterogeneous agents display the actual model ID instead of the provider brand label, improving clarity for developers. 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
|
||||||
| 🐛 fix(desktop): route gateway agent runs through lh hetero exec | arvinxx | M | No | 23.6h | 0.0h | May 23, 2026 |
SummaryBug FixReplace desktop gateway agent run flow with direct lh hetero exec This PR fixes the agent run flow on desktop by replacing the previous multi‑step pipeline with a direct hetero exec spawn, ensuring proper communication with the server and eliminating duplicate token errors. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Sourcery-Ai, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| ✨ feat(agent-runtime): push UIChatMessage snapshot at gateway step boundaries | arvinxx | XL | AI | 0.4h | - | May 23, 2026 |
SummaryFeatureAdd UIChatMessage snapshot at gateway boundaries Enables clients to use server‑pushed UIChatMessage snapshots instead of refetching from DB, reducing stale data and improving streaming consistency. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| 🐛 fix(agent-runtime): route context engine payload out of the events stream | arvinxx | M | AI | 0.6h | - | May 23, 2026 |
SummaryBug FixFix agent-runtime context engine payload routing Reduces heavy context engine payload from per-step events, improving state storage efficiency and trace accuracy. This change cleans up the event stream, ensuring only relevant trace data is persisted. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| ✨ feat(review-panel): group review changes by submodule | arvinxx | XL | AI | 5.5h | - | May 23, 2026 |
SummaryFeatureGroup review changes by submodule Enhance the review panel to cluster changes by submodule, improving user experience for those working with submodules. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| ✨ feat: per-call llm_generation_tracing observability | arvinxx | XL | AI | 19.0h | - | May 23, 2026 |
SummaryFeatureAdd per-call LLM generation tracing observability Enables detailed per-call observability for LLM generateObject calls, storing trace data in a database and optional S3, improving monitoring and debugging. Health Assessment
X-Large
High
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| chore: clean up LOBE-XXX code annotations | arvinxx | XL | No | 6.7h | - | May 23, 2026 |
SummaryChoreClean up LOBE-XXX code annotations Removes legacy LOBE-XXX markers from comments, improving code readability and preventing test syntax errors. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| ✨ feat(agent-explorer): support multi-select delete in document tree | Innei | L | No | 17.2h | - | May 23, 2026 |
SummaryFeatureAdd multi-select delete in document tree Enables users to delete multiple documents at once, improving productivity and reducing errors. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript, Yaml
Frameworks:
React
|
||||||
| 🌐 chore: translate non-English comments to English in agent-skills-identifiers | lobehubbot | XS | AI | 1.4h | 0.0h | May 23, 2026 |
SummaryChoreTranslate non-English comments to English Non-English comments in agent skill identifiers were translated to English, improving code readability and maintainability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| 💄 style(settings): clean up settings page copy and entries | AmAzing129 | XL | No | 13.5h | - | May 23, 2026 |
SummaryChoreClean up settings page copy and entries Improves clarity and usability of the settings page by updating copy, ensuring provider options are always visible, renaming developer mode to advanced tools, and removing duplicate telemetry controls. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| ✨ feat(analytics): track onboarding step events | AmAzing129 | XL | No | 5.6h | - | May 23, 2026 |
SummaryFeatureAdd onboarding analytics event tracking Enables reliable onboarding funnel tracking, improving user acquisition insights and reducing reliance on SPA pageviews. Health Assessment
X-Large
Low
Low
AI Details
Usage:
AI Reviewed
Confidence:
0.90
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| 🧹 chore(analytics): remove unused PostHog component | AmAzing129 | S | No | 0.1h | 0.0h | May 22, 2026 |
SummaryChoreRemove unused PostHog component Eliminates dead code, reducing bundle size and maintenance overhead. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| 🐛 fix: pin baseline-browser-mapping | tjx666 | XS | No | 0.0h | - | May 22, 2026 |
SummaryBug FixPin baseline-browser-mapping to 2.10.31 Ensures consistent dependency resolution to avoid Next.js build failures, improving build stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| ⚡️ perf: warm route chunks after idle | Innei | XL | No | 10.1h | - | May 22, 2026 |
SummaryFeatureImprove route chunk preloading performance Enhances application startup speed by preloading route chunks during idle periods, reducing load times for users. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React, Nextjs
|
||||||
| 🐛 fix(docker): make prepare script tolerant when git is unavailable | Innei | XS | No | 0.3h | 0.0h | May 22, 2026 |
SummaryBug FixFix Docker prepare script for missing git Ensures Docker builds succeed by guarding against missing git during package installation, improving CI reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack |
||||||
| ✨ feat(follow-up): extend follow-up chip suggestions to general chat | Innei | XL | No | 11.2h | - | May 22, 2026 |
SummaryFeatureExtend follow-up chip suggestions to general chat Adds cross‑surface follow‑up suggestions, improving user engagement and reducing friction across inbox, 1:1, popup, and portal threads. Health Assessment
X-Large
High
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| 🔨 feat(db): add `llm_generation_tracing` and `agent eval experiment` tables | arvinxx | XL | AI | 0.4h | - | May 22, 2026 |
SummaryChoreAdd LLM Generation Tracing and Agent Eval Tables Adds database tables for tracking LLM generation and agent evaluation experiments, enabling richer analytics and debugging for AI workflows. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Sql
|
||||||
| ♻️ refactor: add shared guard helpers | tjx666 | XL | No | 1.1h | - | May 22, 2026 |
SummaryRefactorRefactor: Add Shared Guard Helpers Centralizes guard utilities across the codebase, reducing duplication and improving maintainability. Health Assessment
X-Large
High
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| 🐛 fix(web-crawler): support Jina CN domains | AnotiaWang | L | No | 106.7h | - | May 22, 2026 |
SummaryBug FixAdd support for Jina CN domains Enables users in mainland China to access Jina-powered search by switching to CN domains, improving reliability and user experience. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| 🐛 fix(cli): catch promise error to avoid agent run crash in WS mode | cy948 | M | No | 173.3h | 24.2h | May 22, 2026 |
SummaryBug FixFix cli websocket agent run crash handling Catches promise error to avoid agent run crash in WS mode, improving overall system reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| 🐛 fix: preserve Gemini image diagnostics | tjx666 | XL | No | 0.7h | - | May 22, 2026 |
SummaryBug FixFix Gemini image diagnostics preservation Ensures Gemini image responses are retained for error handling, improving diagnostics and downstream processing. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| 💄 style(workflow): show check with warning badge for partial-success runs | arvinxx | M | AI | 0.5h | - | May 22, 2026 |
SummaryFeatureShow check with warning badge for partial-success runs Adds a visual cue to indicate partial failures in workflow turns while keeping the overall status as successful, improving user clarity. 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
|
||||||