Feishu multi-agent robot console: start, stop and reconnect the daemon, view status and recent activity, and jump to the task workspace.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:CAI-MH/dsh-agent-group-panel
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
飞书「算法组」三人格机器人(yoga / 子扬 / 黄拿)的 DSH 本地控制台插件: 右下角 🤖 悬浮按钮,开启/关闭/重连守护进程、状态指示灯、最近动态、直达任务工作区。
文件
index.js— Host 半部分:经/api/agent-group/*本机接口通过 launchd 管理守护进程client.js— 浏览器半部分:悬浮按钮 + 面板(同源 HTTP 通信)cordis.patch.yml— host 组合插件行(id:agent-group-panel)package.json— bundle 元数据
守护进程与数据目录
守护进程本体(launchd ai.dsh.feishu-agent-group)与机器人数据不在此 bundle 内,
它们位于 feishu-agent-group/(默认 ~/work/dph/feishu-agent-group/),包含
daemon.mjs、personas.json、knowledge/、tasks/。
配置与迁移(重要)
面板默认认为守护进程目录在 ~/work/dph/feishu-agent-group。若要迁移目录,
不要改本 bundle 源码,改 web profile 的补丁配置:
~/Library/Application Support/dsh-desktop/harness/profiles/web/cordis.patch.yml
- id: agent-group-panel
config:
base: ~/work/dph/feishu-agent-group
把 base 改成新目录后重启 DSH Desktop 即可(launchd 的 plist 也需同步改)。
安装与生效
bundle 注册在 web profile 的 package.json(dependencies + dsh.profile.bundles),
node_modules 内为副本。改代码要改本目录再重新拷贝进 node_modules,然后重启 DSH Desktop。
Links
More in this category
zhu1090093659/dsh-web#packages/dsh-task-board★ 7749
Task board for the dsh web GUI: a sidebar multi-column kanban whose cards run in real DSH agent sessions and can also be scheduled with cron expressions, executed host-side even with the browser closed.
zhu1090093659/dsh-web#packages/dsh-web-all★ 7749
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
omdsh-dev/DSH-better-sidebar★ 3663
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
ccch1mneyyy/dsh-TUI★ 3091
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
MeteorNOX/DeepSeek-Balance-Whale-Widget★ 2693
A fixed-corner whale widget for the DSH web GUI — balance, today's usage and per-turn cost with peak/off-peak pricing, editable balance-alert and daily-budget bubbles, a module-based custom bubble queue with A/B weighted choices and random lines or images, 30+ vendor templates (OpenAI, OpenRouter, Kimi, SiliconFlow, Ark, Zhipu, MiniMax and more) with per-model balance and subscription quota, plus task-end sound, imported audio, custom roles and a resource manager. Local-only, no telemetry.
Devin-AXIS/deepseek-design#deepseek-idesign★ 1355
Visual design studio for websites, app prototypes, posters, cards, reports, and magazines, with templates, direct element editing, selection-aware AI draft handoff, and export.
Community comments
Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.