Skip to content

feat(server): add Slack message sending - #311

Merged
siisee11 merged 2 commits into
mainfrom
codex/slack-api-send-message
Jul 15, 2026
Merged

feat(server): add Slack message sending#311
siisee11 merged 2 commits into
mainfrom
codex/slack-api-send-message

Conversation

@siisee11

Copy link
Copy Markdown
Contributor

Summary

  • advertise Slack send_message only when the connected bot has the chat:write scope
  • normalize and execute message sends through Slack chat.postMessage
  • validate text, blocks, and optional thread timestamps and document the required scope in provider guidance

Validation

  • bun run format
  • mise exec -- bunx oxlint packages/db/src/source-providers.ts packages/server/src/source-api/adapters/slack.ts packages/server/src/source-api/adapters/slack.test.ts --type-aware --type-check --format json
  • bunx turbo test --json --filter=@onequery/server — 49 files, 190 tests passed
  • mise exec -- bunx turbo test --json --filter=@onequery/server -- src/source-api/adapters/slack.test.ts — 8 tests passed

Known baseline issue

  • bunx turbo typecheck --json --filter=@onequery/server --filter=@onequery/db remains blocked by existing Buffer compatibility errors in unrelated packages/db/src/pglite.ts and server audit/continuation files; none of the reported errors are in this change

@siisee11
siisee11 enabled auto-merge (squash) July 15, 2026 02:11
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
onequery-landing 43c3898 Commit Preview URL

Branch Preview URL
Jul 15 2026, 02:13 AM

@siisee11
siisee11 merged commit ecc0570 into main Jul 15, 2026
8 checks passed
@siisee11
siisee11 deleted the codex/slack-api-send-message branch July 15, 2026 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant