fix(feishu): remove url space
This commit is contained in:
parent
ffe86a14a8
commit
e4441cab3b
@ -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",
|
||||||
);
|
);
|
||||||
|
|||||||
@ -9,6 +9,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"clawdbot": ">=2026.1.24"
|
"clawdbot": ">=2026.1.24-3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user