Skip to content

chore: remove LOBE-XXX auto-link pattern from WelcomeText#15336

Merged
arvinxx merged 1 commit into
canaryfrom
chore/clean-lobe-annotations-2026-05-30
May 30, 2026
Merged

chore: remove LOBE-XXX auto-link pattern from WelcomeText#15336
arvinxx merged 1 commit into
canaryfrom
chore/clean-lobe-annotations-2026-05-30

Conversation

@arvinxx

@arvinxx arvinxx commented May 30, 2026

Copy link
Copy Markdown
Member

Summary

Removes the LOBE-\d+ regex from AUTO_LINK_PATTERNS in the WelcomeText component.

Context

  • The /LOBE-\d+/g regex auto-linked bare LOBE issue references (e.g., LOBE-123) in the daily brief welcome text to Linear issues.
  • Since LobeHub is an open-source project, LOBE internal references should not appear in public code.
  • Only the GitHub issue auto-link pattern (#\d+) is retained.

Changes

File Change
src/routes/(main)/home/features/WelcomeText/index.tsx Removed LOBE-\d+ entry from AUTO_LINK_PATTERNS

Remove the LOBE-\d+ regex from AUTO_LINK_PATTERNS since LOBE issue references
should not appear in an open-source codebase. Only GitHub issue references (#\d+)
remain auto-linked.
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 30, 2026
@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lobehub Ready Ready Preview, Comment May 30, 2026 2:16am

Request Review

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've reviewed this pull request using the Sourcery rules engine

@codecov

codecov Bot commented May 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.14%. Comparing base (0139c05) to head (ace6809).
⚠️ Report is 3 commits behind head on canary.

Additional details and impacted files
@@             Coverage Diff             @@
##           canary   #15336       +/-   ##
===========================================
- Coverage   89.71%   71.14%   -18.58%     
===========================================
  Files         860     3183     +2323     
  Lines      105013   318335   +213322     
  Branches     9199    34754    +25555     
===========================================
+ Hits        94217   226478   +132261     
- Misses      10624    91685    +81061     
  Partials      172      172               
Flag Coverage Δ
app 61.97% <ø> (?)
database 92.39% <ø> (+0.06%) ⬆️
packages/agent-runtime 80.48% <ø> (ø)
packages/builtin-tool-lobe-agent 18.52% <ø> (ø)
packages/context-engine 84.17% <ø> (ø)
packages/conversation-flow 91.29% <ø> (ø)
packages/file-loaders 87.89% <ø> (ø)
packages/memory-user-memory 74.99% <ø> (ø)
packages/model-bank 99.99% <ø> (ø)
packages/model-runtime 84.70% <ø> (ø)
packages/prompts 72.68% <ø> (ø)
packages/python-interpreter 92.90% <ø> (ø)
packages/ssrf-safe-fetch 0.00% <ø> (ø)
packages/types 35.89% <ø> (-0.03%) ⬇️
packages/utils 88.47% <ø> (ø)
packages/web-crawler 88.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Store 68.44% <ø> (∅)
Services 54.64% <ø> (∅)
Server 72.36% <ø> (∅)
Libs 57.01% <ø> (∅)
Utils 81.44% <ø> (-18.56%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@arvinxx arvinxx merged commit a9d74bb into canary May 30, 2026
40 checks passed
@arvinxx arvinxx deleted the chore/clean-lobe-annotations-2026-05-30 branch May 30, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant