[FEATURE] Having a hook to trigger when network issue.
Resolved 💬 2 comments Opened Feb 13, 2026 by Pierre-Mike Closed Mar 14, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
when network is bad having a hook for any person that have they wifi cut off while working god to get a notification for example.
the match could be on the retry nb.
Proposed Solution
"NetworkRetry": [
{
"matcher": "retry*5",
"hooks": [
{
"type": "command",
"command": "say 'network error' "
}
]
},
Alternative Solutions
none
Priority
Low - Nice to have
Feature Category
CLI commands and flags
Use Case Example
I lost my internet I get notify.
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗