Skip to content

v2.0.0 — OpenCode Plugin

Choose a tag to compare

@leecoder leecoder released this 03 Jul 08:24
· 46 commits to main since this release

OpenCode plugin for Slack DM & mention agent.

Install

opencode plugin https://github.com/leecoder/opencode-slack-agent/releases/download/v2.0.0/opencode-slack-agent-2.0.0.tgz --global

Configure (opencode.json)

{
  "plugin": [
    ["opencode-slack-agent", {
      "SLACK_BOT_TOKEN": "xoxb-...",
      "SLACK_APP_TOKEN": "xapp-...",
      "OPENCODE_PORT": "4096"
    }]
  ]
}

Run

opencode serve --port 4096