issues
search
smallcloudai
/
refact-chat-js
Shared chat code for all IDEs
BSD 3-Clause "New" or "Revised" License
8
stars
0
forks
source link
Fix: Minimal width for tools execution output
#201
Closed
alashchev17
closed
1 week ago
alashchev17
commented
1 week ago
Fix: Minimal width for tools execution output
Description
Problem: Now, if the tool is returning as output small message, actual box of it will be not covering all available area.
Solution:
min-width
set up
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Refactoring (no functional changes, only code improvements)
[ ] Documentation update
How to Test
Step 1: Call
tree
tool in small project, it should now look better
Screenshots (if applicable)
Before
After
Checklist
[x] My code follows the code style of this project.
[x] I have performed a self-review of my code.
[ ] I have commented my code, particularly in hard-to-understand areas.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] New and existing unit tests pass locally with my changes.
[ ] Any dependent changes have been merged and published in downstream modules.
[ ] I have updated the documentation where necessary.
Fix: Minimal width for tools execution output
Description
min-width
set upType of change
How to Test
tree
tool in small project, it should now look betterScreenshots (if applicable)
Before
After
Checklist