1+ // Copyright 2025, Command Line Inc.
2+ // SPDX-License-Identifier: Apache-2.0
3+
4+ const UpgradeOnboardingModal_v0_13_1_Content = ( ) => {
5+ return (
6+ < div className = "flex flex-col items-start gap-6 w-full mb-4 unselectable" >
7+ < div className = "text-secondary leading-relaxed" >
8+ < p className = "mb-0" >
9+ Wave v0.13.1 focuses on Windows platform improvements, Wave AI visual updates, and enhanced
10+ terminal navigation.
11+ </ p >
12+ </ div >
13+
14+ < div className = "flex w-full items-start gap-4" >
15+ < div className = "flex-shrink-0" >
16+ < i className = "text-[24px] text-accent fa-brands fa-windows" > </ i >
17+ </ div >
18+ < div className = "flex flex-col items-start gap-2 flex-1" >
19+ < div className = "text-foreground text-base font-semibold leading-[18px]" >
20+ Windows Platform Enhancements
21+ </ div >
22+ < div className = "text-secondary leading-5" >
23+ < ul className = "list-disc list-outside space-y-1 pl-5" >
24+ < li >
25+ < strong > Integrated Window Layout</ strong > - Cleaner interface with controls integrated
26+ into the tab-bar header
27+ </ li >
28+ < li >
29+ < strong > Git Bash Auto-Detection</ strong > - Automatically detects Git Bash installations
30+ </ li >
31+ < li >
32+ < strong > SSH Agent Fallback</ strong > - Improved SSH agent support on Windows
33+ </ li >
34+ < li >
35+ < strong > Updated Focus Keybinding</ strong > - Wave AI focus key changed to Alt:0 on
36+ Windows
37+ </ li >
38+ </ ul >
39+ </ div >
40+ </ div >
41+ </ div >
42+
43+ < div className = "flex w-full items-start gap-4" >
44+ < div className = "flex-shrink-0" >
45+ < i className = "text-[24px] text-accent fa-solid fa-sparkles" > </ i >
46+ </ div >
47+ < div className = "flex flex-col items-start gap-2 flex-1" >
48+ < div className = "text-foreground text-base font-semibold leading-[18px]" > Wave AI Updates</ div >
49+ < div className = "text-secondary leading-5" >
50+ < ul className = "list-disc list-outside space-y-1 pl-5" >
51+ < li >
52+ < strong > Refreshed Visual Design</ strong > - Complete UI refresh with transparency
53+ support for custom backgrounds
54+ </ li >
55+ < li >
56+ < strong > BYOK Without Telemetry</ strong > - Wave AI now works with bring-your-own-key and
57+ local models without requiring telemetry
58+ </ li >
59+ </ ul >
60+ </ div >
61+ </ div >
62+ </ div >
63+
64+ < div className = "flex w-full items-start gap-4" >
65+ < div className = "flex-shrink-0" >
66+ < i className = "text-[24px] text-accent fa-solid fa-terminal" > </ i >
67+ </ div >
68+ < div className = "flex flex-col items-start gap-2 flex-1" >
69+ < div className = "text-foreground text-base font-semibold leading-[18px]" > Terminal Improvements</ div >
70+ < div className = "text-secondary leading-5" >
71+ < ul className = "list-disc list-outside space-y-1 pl-5" >
72+ < li >
73+ < strong > New Scrolling Keybindings</ strong > - Added Shift+Home, Shift+End,
74+ Shift+PageUp, and Shift+PageDown for better navigation
75+ </ li >
76+ </ ul >
77+ </ div >
78+ </ div >
79+ </ div >
80+ </ div >
81+ ) ;
82+ } ;
83+
84+ UpgradeOnboardingModal_v0_13_1_Content . displayName = "UpgradeOnboardingModal_v0_13_1_Content" ;
85+
86+ export { UpgradeOnboardingModal_v0_13_1_Content } ;
0 commit comments