Slack: add opt-in interactive reply directives (#44607)
* Reply: add Slack interactive directive parser * Reply: wire Slack directives into normalization * Reply: cover Slack directive parsing * Reply: test Slack directive normalization * Slack: hint interactive reply directives * Config: add Slack interactive reply capability type * Config: validate Slack interactive reply capability * Reply: gate Slack directives behind capability * Slack: gate interactive reply hints by capability * Tests: cover Slack interactive reply capability gating * Changelog: note opt-in Slack interactive replies * Slack: fix interactive reply review findings * Slack: harden interactive reply routing and limits * Slack: harden interactive reply trust and validation
This commit is contained in:
@@ -8,6 +8,7 @@ export {
|
||||
resolveSlackAccount,
|
||||
resolveSlackReplyToMode,
|
||||
} from "../slack/accounts.js";
|
||||
export { isSlackInteractiveRepliesEnabled } from "../slack/interactive-replies.js";
|
||||
export { inspectSlackAccount } from "../slack/account-inspect.js";
|
||||
export {
|
||||
projectCredentialSnapshotFields,
|
||||
|
||||
Reference in New Issue
Block a user