Hooks
#334
Replies: 3 comments 1 reply
-
|
+1, forcing the use of specific commands instead of others seem like a common use case for hooks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
+1 to me it also can help with security to make sure the agent is not performing certain tasks like git push for instance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Component
CLI
Problem statement
I would want to run pre-defined shell commands based on events in Vibe, like Claude Code Hooks.
Use cases would be for example trigger run of a linter or adding extra guardrail pre/post tool call.
Proposed solution
Allow users to specify in the configuration a shell command to run after or before certain events in Vibe CLI.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions