gemini-cli icon indicating copy to clipboard operation
gemini-cli copied to clipboard

Hooks - Transcript Path Support

Open Edilmo opened this issue 3 weeks ago • 0 comments

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

Edilmo avatar Dec 08 '25 16:12 Edilmo