feat(backend): add OpenClaw support to commands and deeplinks

- Register openclaw_config module in lib.rs
- Add OpenClaw commands and provider import on startup
- Add OpenClaw branches to config and provider commands
- Add build_openclaw_settings() for deeplink imports
- Update MCP handlers with openclaw field in McpApps
- Add OpenClaw prompt file path
This commit is contained in:
Jason
2026-02-01 20:31:32 +08:00
parent e85878e95a
commit 6952360f70
10 changed files with 89 additions and 0 deletions
+1
View File
@@ -259,6 +259,7 @@ pub fn import_from_opencode(config: &mut MultiAppConfig) -> Result<usize, AppErr
codex: false,
gemini: false,
opencode: true,
openclaw: false,
},
description: None,
homepage: None,