fix(feishu): remove url space

This commit is contained in:
ie2718 2026-01-27 13:49:53 +08:00
parent ffe86a14a8
commit e4441cab3b
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ async function noteFeishuCredentialsHelp(prompter: WizardPrompter): Promise<void
"4) Get App ID and App Secret from Credentials page", "4) Get App ID and App Secret from Credentials page",
"5) Set event subscription to 'Long Connection' (WebSocket)", "5) Set event subscription to 'Long Connection' (WebSocket)",
"Tip: you can also set FEISHU_APP_ID and FEISHU_APP_SECRET in your env.", "Tip: you can also set FEISHU_APP_ID and FEISHU_APP_SECRET in your env.",
"Docs: https://docs.clawd.bot/channels/feishu", "Docs: https://docs.clawd.bot/channels/feishu ",
].join("\n"), ].join("\n"),
"Feishu app credentials", "Feishu app credentials",
); );

View File

@ -9,6 +9,6 @@
] ]
}, },
"peerDependencies": { "peerDependencies": {
"clawdbot": ">=2026.1.24" "clawdbot": ">=2026.1.24-3"
} }
} }

2
pnpm-lock.yaml generated
View File

@ -367,7 +367,7 @@ importers:
extensions/memory-core: extensions/memory-core:
dependencies: dependencies:
clawdbot: clawdbot:
specifier: '>=2026.1.24' specifier: '>=2026.1.24-3'
version: 2026.1.24(@types/express@5.0.6)(audio-decode@2.2.3)(devtools-protocol@0.0.1561482)(typescript@5.9.3) version: 2026.1.24(@types/express@5.0.6)(audio-decode@2.2.3)(devtools-protocol@0.0.1561482)(typescript@5.9.3)
extensions/memory-lancedb: extensions/memory-lancedb: