Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing mutable files #150

Open
1 task
ErikBjare opened this issue Oct 5, 2024 · 0 comments
Open
1 task

Managing mutable files #150

ErikBjare opened this issue Oct 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ErikBjare
Copy link
Owner

Right now files are stored by path in the conversation log, this makes the content mutable and incorrectly modifies past messages when changes to the files have been made.

  • Attached files are mutable and their conversation state not preserved: If a file is referenced, we can only read the most recent version.
    • Could be solved by storing referenced files in log dir, perhaps named f"{name}-{hash or version}.{ext}" (something content/version-addressed)
@ErikBjare ErikBjare added the bug Something isn't working label Oct 5, 2024
@ErikBjare ErikBjare mentioned this issue Oct 5, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant