Proposal: Persist chat history when renaming a workspace directory #2038
deyil
started this conversation in
1. Feature requests
Replies: 2 comments
-
|
second that: it's kinda crucial when working on multiple computers (desktop and laptops) or windows11 and wsl and you want to have a task per project rather than globally in the user's settings... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thirded. I'm having a bear of a time trying to figure out if there's any way I can hack together a migration of chat history to another device. The chat context is so important and represents hundreds of hours of work. It's so critical to be able to hold onto it. |
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.
-
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-alphatoproject-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