mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-06 22:09:44 +02:00
* feat(agents): add Integrations tab with Lark Bot bind entry The agent detail page now has an Integrations tab alongside the inspector's Integrations section. It reuses the shared LarkAgentBindButton so the scan-to-bind / already-connected logic stays single-sourced, and adds the not-configured / coming-soon / members-only states the sidebar has no room for. The tab only appears once the deployment has Lark configured. MUL-2988 Co-authored-by: multica-agent <github@multica.ai> * docs: add Lark Bot integration guide Covers binding a Multica agent to a Lark Bot (scan-to-install), using it (DM / @-mention / /issue), management, permissions, and self-host setup. Added in all four locales under the Integrations nav section. MUL-2988 Co-authored-by: multica-agent <github@multica.ai> * fix(agents): show bound Lark state when install_supported is false install_supported governs only whether NEW scan-installs can complete; already-installed bots stay manageable when the transport is unwired (server/internal/handler/lark.go). LarkAgentBindButton checked the install_supported gate before the existing-installation check, so a bound agent on such a deployment showed 'coming soon' / nothing instead of 'Connected + Manage in Lark'. Reorder the guard (existing active install → badge, before the install_supported gate) and mirror it in the new Integrations tab. Adds regression tests for both surfaces. MUL-2988 Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: J <j@multica.ai> Co-authored-by: multica-agent <github@multica.ai>
47 lines
902 B
JSON
47 lines
902 B
JSON
{
|
|
"title": "Documentation",
|
|
"pages": [
|
|
"index",
|
|
"how-multica-works",
|
|
"cloud-quickstart",
|
|
"self-host-quickstart",
|
|
"---工作区与团队---",
|
|
"workspaces",
|
|
"members-roles",
|
|
"issues",
|
|
"projects",
|
|
"comments",
|
|
"project-resources",
|
|
"---智能体---",
|
|
"agents",
|
|
"agents-create",
|
|
"skills",
|
|
"squads",
|
|
"---智能体怎么运行---",
|
|
"daemon-runtimes",
|
|
"tasks",
|
|
"providers",
|
|
"---与智能体协作---",
|
|
"assigning-issues",
|
|
"mentioning-agents",
|
|
"chat",
|
|
"autopilots",
|
|
"---收件箱---",
|
|
"inbox",
|
|
"---集成---",
|
|
"github-integration",
|
|
"lark-bot-integration",
|
|
"---自部署运维---",
|
|
"environment-variables",
|
|
"auth-setup",
|
|
"troubleshooting",
|
|
"---参考---",
|
|
"cli",
|
|
"auth-tokens",
|
|
"desktop-app",
|
|
"mobile-app",
|
|
"---开发者---",
|
|
"developers"
|
|
]
|
|
}
|