gemini-cli
gemini-cli copied to clipboard
Hooks - Transcript Path Support
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 (user prompts, agent responses, tool executions) for the current session.
Code Location:
- packages/core/src/hooks/hookEventHandler.ts:553
transcript_path: '', // TODO: Implement transcript path when supported - Type definition: packages/core/src/hooks/types.ts:80
Related Issue: #3882