What's wrong with this entry?
A new hook configuration option that allows hooks to run in the background and wake the model when they encounter a blocking error (exit code 2).
- When
asyncRewake: true, the hook runs asynchronously likeasync: true - If the hook exits with code 2, it signals a blocking error that wakes the model
- The blocking error message from the hook command is surfaced to the user
- New
"Stop hook blocking error"notification type when this occurs
Async rewake hooks (search for "asyncRewake", "If true, hook runs in background and wakes the model on exit code 2")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.