Feature:
Add the UI for AI-generated code diffs and ghost text previews. Users can preview suggestions as ghost text, and accept or reject code changes in an interactive diff UI.
Design:
Ghost text + code diffs, inspired by modern code suggestion tools.
Notes:
- Will likely use
nui.line for rendering diff lines and ghost text overlays
- Should integrate with existing inline prompt system
- May extend to automatically suggest fixes when inline errors are detected