• v2.5.7-fixes-2 018890715b

    FTMahringer released this 2026-05-13 01:16:57 +02:00 | 71 commits to main since this release

    CLI TUI Rendering Fixes

    Fixes border rendering and nested section issues in the interactive installer.

    Fixed

    • Border width consistency: and now use matching widths () with proper prefix character accounting
    • Nested box-within-box eliminated: Added option to , , and — components used inside parent sections no longer draw their own borders
    • Auto-selection for obvious choices:
      • Single detected package manager → auto-selected, no interactive prompt
      • Package manager available + missing prereqs → auto mode pre-selected
    • Cleaner prerequisite display: Missing/outdated items listed with details before action prompt

    Updated installer sections

    • Model Provider (SearchList inside Model Provider section)
    • Channel Plugins (MultiSelect inside Channel Plugins section)
    • Skill Plugins (MultiSelect inside Skill Plugins section)
    • Package manager selection (SingleSelect inside Prerequisites section)
    • Install action selection (SingleSelect inside Prerequisites section)

    All now render cleanly within their parent section borders without nested boxes.

    Downloads