v0.2.0 - User Filtering
What's New
User Filtering (slackUsers config)
- Add optional
slackUsersconfig array to filter which users the bot responds to - Specify user display names (e.g.,
["Jacek Tomaszewski"]) - User names are resolved to Slack user IDs on startup
- Messages from users not in the allowed list are silently skipped
- If omitted or empty, responds to all users (previous behavior)
Example config
{
"slackUsers": ["Jacek Tomaszewski"],
"slackChannels": ["#agent-playground"]
}