@opencode-channel/feishu
v0.2.1
Published
Feishu/Lark adapter for driving opencode sessions from Event Callback messages.
Downloads
61
Readme
@opencode-channel/feishu
Feishu/Lark Event Callback webhook adapter for driving opencode sessions from Feishu or Lark chats.
Install
npm install -g @opencode-channel/feishu@latest
opencode-channel-feishu --help
opencode-channel-feishu --check-config
opencode-channel-feishuOr install into a project and run from that project:
npm install @opencode-channel/feishu@latest
npx --no-install opencode-channel-feishu --helpRequired configuration:
FEISHU_APP_IDorchannels.feishu.appIdFEISHU_APP_SECRETorchannels.feishu.appSecretOPENCODE_BASE_URLoropencode.baseUrl
Useful flags:
--config <path>: use a specific JSON/JSONC config file.--check-config: validate merged config without starting the webhook server.--print-config: print merged config with known secrets redacted.
For full setup and configuration, see the repository README.md and CONFIG.md.
License
MIT
