Skip to content

gptcli (v0.6.1)

Compare
Choose a tag to compare
@mikeb26 mikeb26 released this 30 Oct 20:02
· 6 commits to main since this release
780e937
Rename persisted threads

Currently threads are persisted by generating a filename based on the
CRC of the name of the thread. However, if there are different threads
with the same name this will cause a collision. This commit appends
the creation timestamp of a thread in order to avoid
collisions. Additionally, it will rename any files using the old
naming scheme to the new one.