@linear[bot]3mo ago
Context
From Slack thread, team member requested:
"is it possible to make this agent proactive? send a message on slack whenever something like happens and wait for user to fix it by creating new connection, adding scopes and all"
Currently when CurlTester detects auth failures, the pipeline short-circuits silently (PR #1249). No notification to the user.
What to do
- When is_auth_issue=True detected by CurlTester, send Slack notification
- Include: app name, which connection failed, error details, instructions to fix
- Consider webhook or Slack bot for delivery
- Optionally: allow workflow to pause and resume after user fixes credentials
Related
- PR #1249 adds is_auth_issue detection
- 29% of runs produce 0 actions, 92% due to auth
- Would reduce wasted compute and speed resolution