Edilmo Palencia

Results 13 issues of Edilmo Palencia

The `continue` field in hook outputs is intended to stop execution with a user-facing reason. Currently, the implementation may treat `continue=false` identically to `decision=block` in some contexts. The distinction needs...

Hook execution errors are currently logged but not consistently bubbled to the UI using the event emitter system. The error handling should be refactored to use the standardized [events emitter](https://github.com/google-gemini/gemini-cli/blob/main/packages/core/src/utils/events.ts)...

The `transcript_path` field in hook inputs is currently stubbed and always returns an empty string. This field should provide a path to a JSONL file containing the full conversation history...