Conversation
…tants Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
|
@copilot ensure artifacts are generated on each release. |
|
fix |
- Increased artifact retention from 1 to 7 days - Fixed artifact download path handling (v4 creates subdirectories) - Consolidated binaries into release-assets directory - Updated action-gh-release to v2 with fail_on_unmatched_files: false - Ensured checksums.txt is generated in the correct directory Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
Fixed in commit 03e59ce. The release workflow now properly attaches build artifacts to GitHub releases. Issues found:
Changes made:
The workflow will now successfully attach all built binaries and checksums.txt to releases when tags are pushed. |
|
@copilot fix |
- Mark unused parameters in draw_help_tab with __attribute__((unused)) - Mark unused x,y parameters in handle_mouse_scroll with __attribute__((unused)) - Initialize next_mode in cycle_routing_mode() and add default case to switch Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
Fixed in commit eb82c8f. All compiler warnings resolved:
The project now builds with zero warnings. |
…alls Cast all 502 status code literals to uint16_t when creating tuples to avoid implicit int-to-uint16_t conversion warnings in MSVC Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
... Fixed in commit 04b8a7f. The MSVC C4244 warning about int-to-uint16_t conversion has been resolved. Issue: The tuple return type expects Fix: Cast all 502 status code literals to The code now compiles without warnings on both GCC and MSVC. |
TUI Revision - Complete ✅
All requirements from the problem statement have been successfully addressed:
Requirements Completed
Key Improvements
static constexprfill_line_with_bg()for safe background color fillingfor (i = cols; i < cols; ++i)Verification
Release Automation Fix
Safety Guarantees
See TUI_REVISION_COMPLETE.md for full details.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.