@opencode-channel/discord
v0.2.1
Published
Discord adapter for driving opencode sessions from Discord channels.
Readme
@opencode-channel/discord
Discord adapter for driving opencode sessions from Discord channels.
Install
npm install -g @opencode-channel/discord@latest
opencode-channel-discord --help
opencode-channel-discord --check-config
opencode-channel-discordOr install into a project and run from that project:
npm install @opencode-channel/discord@latest
npx --no-install opencode-channel-discord --helpRequired configuration:
DISCORD_BOT_TOKENorchannels.discord.botTokenOPENCODE_BASE_URLoropencode.baseUrl
Useful flags:
--config <path>: use a specific JSON/JSONC config file.--check-config: validate merged config without connecting to Discord.--print-config: print merged config with known secrets redacted.
For full setup and configuration, see the repository README.md and CONFIG.md.
License
MIT
