feat: Slack question gateway — push-based CLI↔Slack bridge#35
Open
feat: Slack question gateway — push-based CLI↔Slack bridge#35
Conversation
Push-based FastAPI gateway (slack-app-data-capture) that bridges
opencode CLI interactive questions to Slack. CLI pushes questions
via POST /questions, polls GET /questions/{id} for answers.
Includes Docker setup, mandatory API_KEY auth, SQLite storage,
and Mintlify docs page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
slack-app-data-capture/— a lightweight Python FastAPI gateway that bridges opencode's interactive question system with SlackPOST /questions, pollsGET /questions/{id}for answers — gateway never calls back to the CLIAPI_KEYbearer auth with HMAC constant-time comparison and per-IP rate limitingpackages/docs/integrations/slack-gateway.mdxArchitecture
Files changed
slack-app-data-capture/— full gateway service (main.py, Dockerfile, docker-compose.yml, requirements, .env.example, README)packages/docs/integrations/slack-gateway.mdx— new Mintlify docs pagepackages/docs/docs.json— nav updated to include new page