(Like others, I'm sure) I'm building an AI system that leans on Markdown files served by Silverbullet (as I already have a lot of the relevant information I've recorded before on it + Silverbullet gives me a nice friendly interface to edit / peek in on Markdown memory files).
The API is fine for getting which files are updated, list of files, and individual read/write access. But I find myself wishing the API would be able to give me some sense of the diffs/changes made to a file.
No idea if anyone else wishes they had this / has come up with a different way to do this but I thought I'd throw the idea out there