A script to visualize and prettify the logged chats - ready script #3965
Manamama
started this conversation in
Show and tell
Replies: 3 comments 4 replies
-
how to access? 🥇 |
Beta Was this translation helpful? Give feedback.
2 replies
-
@DaKoTaGeorgia Oh, I have hidden it probably somewhere unwittingly (wrong href). Fixed in two places now. A shameless plug for other tricks and materials in the parent folder: https://github.com/Manamama/Puzzles_for_AIs/tree/main/docs/pmbok_instructions plus the repo itself, with (sometimes lateral thinking) tests etc., some from early AI days... |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pictures speak a thousand words, so see below for them.
The Script
https://github.com/Manamama/Puzzles_for_AIs/tree/main/code/Gemini%20CLI%20logs%20prettifier
This script scans for Gemini CLI projects and converts their JSON chat logs and checkpoints into readable, interlinked HTML files.
What it does
The Gemini CLI stores chat history and session checkpoints in a series of JSON files located in
~/.gemini/tmp
. While this is great for the tool's own state management, it's not very human-readable.Sample results:
plus:
and
The script, more Readme, and the details are here:
https://github.com/Manamama/Puzzles_for_AIs/tree/main/code/Gemini%20CLI%20logs%20prettifier
#ver. 0.1.4, with fixes to EOLs too now and the link itself, now twice.
Beta Was this translation helpful? Give feedback.
All reactions