b28c1e0
Improve diff display with colored formatting in permission dialogs
Click to expand commit body
- Add colored formatting for diff display (green for additions, red for removals)
- Create a dedicated formatDiff function to handle diff styling
- Restructure permission dialog render function for better organization
- Apply custom styling to different line types in diffs
🤖 Generated with termai
Co-Authored-By: termai <noreply@termai.io>
Kujtim Hoxha
and
termai
created
ef15976
Make permission dialog height dynamic based on content
Click to expand commit body
- Adjust dialog height for bash commands based on content length
- Reduce default dialog size for bash commands to be more compact
- Add strings import for string splitting
🤖 Generated with termai
Co-Authored-By: termai <noreply@termai.io>
Kujtim Hoxha
and
termai
created
c185dc8
Enhance UI feedback and improve file diff visualization
Click to expand commit body
- Improve diff display in permission dialogs with better formatting
- Add visual indicators for focus changes in permission dialogs
- Increase diagnostics timeout from 5 to 10 seconds
- Fix write tool to show proper diffs for existing files
- Update status component to properly handle messages
🤖 Generated with termai
Co-Authored-By: termai <noreply@termai.io>
Kujtim Hoxha
and
termai
created
6bb1c84
Improve Sourcegraph tool with context window and fix diagnostics
Click to expand commit body
- Add context_window parameter to control code context display
- Fix LSP diagnostics notification handling with proper async waiting
- Switch to keyword search pattern for better results
- Add Sourcegraph tool to task agent
🤖 Generated with termai
Co-Authored-By: termai <noreply@termai.io>