@@ -124,19 +124,25 @@ const UpgradeOnboardingMinor = () => {
124124 < div className = "flex justify-center" >
125125 < Logo />
126126 </ div >
127- < div className = "text-center text-[25px] font-normal text-foreground" > Welcome to Wave v0.13 !</ div >
127+ < div className = "text-center text-[25px] font-normal text-foreground" > Welcome to Wave v0.14 !</ div >
128128 </ header >
129129 < OverlayScrollbarsComponent
130130 className = "flex-1 overflow-y-auto min-h-0"
131131 options = { { scrollbars : { autoHide : "never" } } }
132132 >
133133 < div className = "flex flex-col items-center gap-3 w-full mb-2 unselectable" >
134- < div className = "flex flex-col items-center gap-4 text-center" >
135- < div className = "flex h-[52px] px-3 items-center rounded-lg bg-hover text-accent text-[24px]" >
136- < i className = "fa fa-sparkles" />
137- < span className = "font-bold ml-2 font-mono" > Wave AI</ span >
134+ < div className = "flex flex-col items-center gap-4" >
135+ < div className = "flex flex-row gap-4 items-center" >
136+ < div className = "flex h-[52px] px-3 items-center rounded-lg bg-hover text-accent text-[24px]" >
137+ < i className = "fa fa-sparkles" />
138+ < span className = "font-bold ml-2 font-mono" > Wave AI</ span >
139+ </ div >
140+ < div className = "flex h-[52px] px-3 items-center rounded-lg bg-hover text-[18px]" >
141+ < i className = "fa-sharp fa-solid fa-shield text-sky-500" />
142+ < span className = "font-bold ml-2 text-accent" > Durable SSH Sessions</ span >
143+ </ div >
138144 </ div >
139- < div className = "text-secondary leading-relaxed max-w-[600px]" >
145+ < div className = "text-secondary leading-relaxed max-w-[600px] text-left " >
140146 < p className = "mb-4" >
141147 Wave AI is your terminal assistant with full context. It can read your terminal
142148 output, analyze widgets, read and write files, and help you solve
@@ -147,13 +153,10 @@ const UpgradeOnboardingMinor = () => {
147153 supports local models and bring-your-own-key! Use Ollama, LM Studio, vLLM,
148154 OpenRouter, or any OpenAI-compatible provider.
149155 </ p >
150- < p className = "py-3 px-2 border border-border rounded-md bg-hover/30" >
151- Wave AI is in beta with included AI credits while we refine the experience. We're
152- actively improving it and would love your feedback in{ " " }
153- < a target = "_blank" href = "https://discord.gg/XfvZ334gwU" className = "hover:underline" >
154- Discord
155- </ a >
156- .
156+ < p className = "mb-4" >
157+ < span className = "font-semibold text-foreground" > New in v0.14:</ span > Durable SSH
158+ sessions survive network drops, laptop sleep, and restarts — all without tmux or
159+ screen.
157160 </ p >
158161 </ div >
159162 </ div >
@@ -162,7 +165,7 @@ const UpgradeOnboardingMinor = () => {
162165
163166 < div className = "flex flex-col items-center gap-3 text-center max-w-[550px]" >
164167 < div className = "text-foreground text-base" > Thanks for being an early Wave adopter! ⭐</ div >
165- < div className = "text-secondary text-sm" >
168+ < div className = "text-secondary text-sm text-left " >
166169 A GitHub star shows your support for Wave (and open-source) and helps us reach more
167170 developers.
168171 </ div >
0 commit comments