Files
lobehub/docs/usage/user-interface/command-menu.mdx
Rdmclin2 3f9c23e7b4 feat: support lark and feishu bot (#12712)
* feat: support lark and feishu

* chore: change integration to channel

* chore: rename from integration to channel

* fix: channel router

* feat: add topic list channel provider icon

* chore: update webhook url

* chore:  channel form refact

* chore: update i18n  keys to channel

* chore: update form item description

* style: hide required mark

* feat: add lark chat adapter

* chore: clean speaker tag  & add username api adapter

* chore: adjust topic channel icon

* chore: move developer mode to advanced setting

* chore: add lark icon

* fix: detail style

* fix: token check logic

* fix: encrpted risk

* fix: vercel function appId

* chore: remove webhook mode for discord

* chore: add doc link

* chore: add channel docs

* chore: remove unused import

* fix: create bot with wrong platform

* chore: update intergration to channel

* fix: udpate variable import

* fix: tsgo error

* chore: optimize webhook url trim

* chore: update copy text

* fix: telegram webhook not set

* chore: add persist logic

* docs: update feishu doc

* chore: update feishu and lark tenant

* chore: update docs

* chore: make verfication code required

* chore: update feishu docs

* chore: update verfication comment

* chore: update docs permission  list

* chore: verificationToken optional

* chore: update feishu and lark color

* chore: use test id
2026-03-08 19:18:06 +08:00

89 lines
3.8 KiB
Plaintext

---
title: Command Menu
description: >-
The quick action center of LobeHub — search Agents, Topics, settings, and jump
anywhere with a few keystrokes.
tags:
- LobeHub
- Command Menu
- Quick Navigation
- Search
- Keyboard Shortcuts
---
# Command Menu
The Command Menu is LobeHub's quick action center. Press `⌘ + K` (Mac) or `Ctrl + K` (Windows/Linux) and a search overlay appears. Type a few keywords to find Agents, Topics, settings, or actions — no need to click through menus or the sidebar. It's the fastest way to navigate LobeHub.
**Fuzzy search** — You don't need to type the full name. "programming" or "python" can match "Python Programming Agent." When switching between Agents frequently, the Command Menu is much faster than browsing the sidebar.
## Opening the Command Menu
- **macOS:** `Cmd + K`
- **Windows/Linux:** `Ctrl + K`
The menu appears as an overlay in the center of the screen.
<Image alt={'Command Menu'} src={'https://file.rene.wang/clipboard-1769137275089-21cf7ab42d52b.png'} />
## What You Can Search
| Type | Examples |
| ---------------- | ---------------------------------------------------------------------- |
| **Agents** | Type an Agent name to switch sessions or start a new conversation |
| **Topics** | Enter topic keywords to jump to past conversations |
| **Sections** | "Settings", "Documents", "Resources" — jump directly to a section |
| **Skills & MCP** | Search for plugins and MCP servers |
| **Actions** | "Create Agent", "Create Agent Team" — execute without navigating menus |
**Keyboard navigation:** Use `↑` and `↓` to move through results, `Enter` to execute, `Esc` to close. `Tab` switches between result categories when you're typing a message.
<Image alt={'Command Menu Search and Navigation'} src={'https://file.rene.wang/clipboard-1769137300488-0b894cc8c7a67.png'} />
## Ask an Agent
To start a conversation with a specific Agent:
1. Press `Cmd + K` / `Ctrl + K` to open the Command Menu
2. Type your message or topic
3. Press `Tab` to switch to the Agent selector
4. Select an Agent and press `Enter` — the conversation starts immediately
**Create new:** Select "Create Agent" or "Create Agent Team" and press `Enter` to create without leaving the menu.
## Quick Navigation
Select a section like "Documents" or "Resources" and press `Enter` to jump there. No sidebar scrolling, no extra clicks.
## Search Content
Enter keywords to search across:
- **Past messages** — Find conversations by content
- **Agents** — Switch by name or description
- **MCP plugins** — Find and access installed tools
Results are categorized so you can quickly see what you're looking at and choose the right one.
## Use Cases
**Switch Agents mid-task** — `Cmd + K` → type Agent name → Enter. Faster than clicking through the sidebar.
**Resume a past conversation** — `Cmd + K` → type a keyword from the topic → Enter. Jump straight to that Topic.
**Create a new Agent without leaving the flow** — `Cmd + K` → "Create Agent" → Enter. No need to find the create button.
**Quick access to Settings** — `Cmd + K` → "Settings" → Enter. One shortcut instead of avatar → menu → Settings.
## Tips
- **Start typing immediately** — The menu opens ready for input. No need to click the search field.
- **Use Tab to switch context** — When you've typed a message, Tab lets you switch to selecting an Agent or action without losing what you typed.
- **Esc to cancel** — Press Esc anytime to close the menu without executing anything.
<Cards>
<Card href={'/docs/usage/user-interface/shortcuts'} title={'Keyboard Shortcuts'} />
<Card href={'/docs/usage/agent/topic'} title={'Topics'} />
</Cards>