mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 22:14:52 -07:00
feat(core): Add support for transcript_path in hooks for git-ai/Gemini extension (#14663)
Co-authored-by: Christian Gunderman <gundermanc@gmail.com>
This commit is contained in:
@@ -468,6 +468,14 @@ export class ChatRecordingService {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the path to the current conversation file.
|
||||
* Returns null if the service hasn't been initialized yet.
|
||||
*/
|
||||
getConversationFilePath(): string | null {
|
||||
return this.conversationFile;
|
||||
}
|
||||
|
||||
/**
|
||||
* Deletes a session file by session ID.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user