Skip to content

🐛 fix(app): include working panel into Lab feature, minor fixes#13889

Merged
arvinxx merged 2 commits into
canaryfrom
neko/dev/agent-working-panel-lab
Apr 16, 2026
Merged

🐛 fix(app): include working panel into Lab feature, minor fixes#13889
arvinxx merged 2 commits into
canaryfrom
neko/dev/agent-working-panel-lab

Conversation

@nekomeowww

Copy link
Copy Markdown
Member

💻 Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 👷 build
  • ⚡️ perf
  • ✅ test
  • 📝 docs
  • 🔨 chore

🔗 Related Issue

🔀 Description of Change

🧪 How to Test

  • Tested locally
  • Added/updated tests
  • No tests needed

📸 Screenshots / Videos

Before After
... ...

📝 Additional Information

@vercel

vercel Bot commented Apr 16, 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 Apr 16, 2026 2:38pm

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.

Sorry @nekomeowww, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@codecov

codecov Bot commented Apr 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 40.47619% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.78%. Comparing base (2cfcd4a) to head (a96fe6c).
⚠️ Report is 13 commits behind head on canary.

Additional details and impacted files
@@           Coverage Diff            @@
##           canary   #13889    +/-   ##
========================================
  Coverage   66.77%   66.78%            
========================================
  Files        2043     2045     +2     
  Lines      173962   174133   +171     
  Branches    20444    20461    +17     
========================================
+ Hits       116163   116294   +131     
- Misses      57675    57715    +40     
  Partials      124      124            
Flag Coverage Δ
app 59.09% <40.47%> (+0.02%) ⬆️
database 92.43% <ø> (ø)
packages/agent-runtime 79.72% <ø> (ø)
packages/context-engine 83.22% <ø> (ø)
packages/conversation-flow 92.36% <ø> (ø)
packages/file-loaders 87.02% <ø> (ø)
packages/memory-user-memory 74.74% <ø> (ø)
packages/model-bank 99.86% <ø> (ø)
packages/model-runtime 84.20% <ø> (ø)
packages/prompts 69.24% <ø> (ø)
packages/python-interpreter 92.90% <ø> (ø)
packages/ssrf-safe-fetch 0.00% <ø> (ø)
packages/utils 90.34% <ø> (ø)
packages/web-crawler 88.66% <ø> (ø)

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

Components Coverage Δ
Store 66.20% <100.00%> (+<0.01%) ⬆️
Services 52.13% <ø> (ø)
Server 66.77% <ø> (ø)
Libs 51.29% <ø> (ø)
Utils 91.12% <ø> (ø)
🚀 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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f1e38e07b8

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +38 to +44
if (enableAgentWorkingPanel) {
items.push({
icon: <Icon icon={PanelRightOpen} />,
key: 'agent-workspace',
label: t('workingPanel.title'),
onClick: () => toggleRightPanel(),
},
{
checked: wideScreen,
icon: <Icon icon={Maximize2} />,
key: 'full-width',
label: t('viewMode.fullWidth'),
onCheckedChange: toggleWideScreen,
type: 'switch',
},
],
[t, tPortal, wideScreen, toggleRightPanel, toggleWideScreen, toggleNotebook],
);
});

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Enforce lab flag on all working-panel entrypoints

This change only gates the header dropdown item, so disabling enableAgentWorkingPanel does not actually disable the feature: the global right-panel hotkey still calls toggleRightPanel() (see src/hooks/useHotkeys/globalScope.ts) and Conversation still mounts the working sidebar, so users can reopen the panel even when the Lab switch is off. If the Labs toggle is meant to control availability, this creates inconsistent behavior and makes the setting ineffective.

Useful? React with 👍 / 👎.

@arvinxx arvinxx merged commit 13d1b01 into canary Apr 16, 2026
32 of 33 checks passed
@arvinxx arvinxx deleted the neko/dev/agent-working-panel-lab branch April 16, 2026 15:05
mrsimpson pushed a commit to mrsimpson/lobehub that referenced this pull request May 8, 2026
…hub#13889)

* 🐛 fix(app): include working panel into Lab feature, minor fixes

* 🐛 fix(app): conditional disabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants