Proposal: Persist chat history when renaming a workspace directory #2038
deyil
started this conversation in
1. Feature requests
Replies: 0 comments
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.
-
Hi Kilo Code team,
I’d like to request a feature (or confirm intended behavior) regarding chat history persistence when a workspace directory is renamed.
Issue faced
project-alpha
toproject-alpha-v2
).Likely cause (assumption)
It seems the chat store is keyed by an absolute or relative path that changes when the directory name changes, without an alias/ID indirection. If the chat association relies on the path alone, renames will break the link.
Suggested implementation
Questions
Thanks for reviewing. Persisting chat history across directory renames would significantly improve continuity for iterative development and refactor-heavy workflows.
Sources
Beta Was this translation helpful? Give feedback.
All reactions