Steven Sun
Steven Sun
Thanks for the PR! Changing message content to blocks is a good direction, I'd avoided it for simplicity at the start - now it'll break in places where the final...
Oops! Sorry I added some commits here meant for main, we can just squash when merging. Are you still interested in this PR? If not I can fix up the...
That'd be useful! Would be great to have it work for completion as well and not just chat. IIRC I half-way started this by making completion segments keep data about...
I think modifying the [segment](./lua/model/util/segment.lua) methods to take a callback would be the easiest path. ```lua delete = vim.schedule_wrap(function(cont) local mark = get_details() ... cont() ``` Then we can create...