From 280b32b3a94d38f12e21bd87baaf0d2b62386248 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Fri, 10 Oct 2025 00:49:43 -0700 Subject: [PATCH] 2.0 Adjusted news item --- src/apps/news/news.data.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index 24495ab51..5445ec657 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -79,9 +79,14 @@ export const NewsItems: NewsItem[] = [ versionDate: new Date('2025-10-06T15:00:00Z'), versionCoverImage: coverV200, items: [ - { text: <>Big-AGI Open is ready with top-notch AI models support and more productive and faster than ever, including: }, - { text: <>Big AGI 2 partial list of changes here }, + { text: <>Big-AGI Open is ready and more productive and faster than ever, with: }, { text: <>Beam 2: multi-modal, program-based, follow-ups, save presets }, + { text: <>Top-notch AI models support including agentic models and reasoning models }, + { text: <>Image Generation and editing with Nano Banana and gpt-image-1 }, + { text: <>Web Search with citations for supported models }, + { text: <>UI & Mobile UI overhaul with peeking and side panels }, + // { text: <>Performance: 10x faster tokenization, lazy modals, fragment system }, + { text: <>And many more Big-AGI 2 changes }, { text: <>Built for the future, madly optimized }, ], },