mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 07:54:48 -07:00
feat(hooks): implement STOP_EXECUTION and enhance hook decision handling (#15685)
This commit is contained in:
@@ -1608,7 +1608,7 @@ console.log(JSON.stringify({decision: "block", systemMessage: "Disabled hook sho
|
||||
});
|
||||
|
||||
const result = await rig.run({
|
||||
args: 'Run tool',
|
||||
args: 'Use write_file to create test.txt',
|
||||
});
|
||||
|
||||
// The hook should have stopped execution message (returned from tool)
|
||||
|
||||
Reference in New Issue
Block a user