Skip to content

Commit 452cbc2

Browse files
committed
2.0.5: News
1 parent d2564e4 commit 452cbc2

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It comes packed with **world-class features** like Beam, and is praised for its
4343

4444
### What makes Big-AGI different:
4545

46-
**Intelligence**: with [Beam & Merge](https://big-agi.com/beam) for multi-model de-hallucination, native search, and bleeding-edge AI models like Opus 4.7, Nano Banana Pro, Kimi K2.6 or GPT 5.4 -
46+
**Intelligence**: with [Beam & Merge](https://big-agi.com/beam) for multi-model de-hallucination, native search, and bleeding-edge AI models like Opus 4.7 1M, GPT 5.5, Gemini 3.1, DeepSeek V4 or Grok 4.3 -
4747
**Control**: with personas, data ownership, requests inspection, unlimited usage with API keys, and *no vendor lock-in* -
4848
and **Speed**: with a local-first, over-powered, zero-latency, madly optimized web app.
4949

@@ -144,6 +144,7 @@ NOTE: this is a powerful tool - if you need a toy UI or clone, this ain't it.
144144
## Release Notes
145145

146146
👉 **[See the Live Release Notes](https://big-agi.com/changes)**
147+
- Open 2.0.5: **Roberto** **Opus 4.7 1M**, **GPT-5.5**, **DeepSeek V4**, Anthropic Containers/Skills, resumable Deep Research, MiniMax & Arcee AI
147148
- Open 2.0.4: **Hyper Params** **Opus 4.6**, **GPT-5.4**, **Gemini 3.1 Pro**, AWS Bedrock, parameter accuracy, Anthropic continuation/Fast mode
148149
- Open 2.0.3: **Red Carpet** **Kimi K2.5**, **Gemini 3 Flash**, **GPT 5.2**, Google Drive, Inworld, Novita.ai, Speech/UX improvements
149150
- Open 2.0.2: **Speex** multi-vendor speech synthesis, **Opus 4.5**, **Gemini 3 Pro**, **Nano Banana Pro**, **Grok 4.1**, **GPT-5.1**, **Kimi K2** + 280 fixes

src/apps/news/news.data.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@ export const DevNewsItem: NewsItem = {
7272

7373
// news and feature surfaces
7474
export const NewsItems: NewsItem[] = [
75+
{
76+
versionCode: '2.0.5',
77+
versionName: 'Roberto',
78+
versionDate: new Date('2026-05-13T12:00:00Z'),
79+
items: [
80+
{ text: <><B>Opus 4.7</B> with 1M context, <B>GPT-5.5</B>, <B>DeepSeek V4</B> Flash & Pro, <B>Gemini 3.1 Flash</B> family, <B>Grok 4.3</B>, <B>Kimi K2.6</B></> },
81+
{ text: <><B>Anthropic Containers</B>: persistent files, Skills, bash sessions, dynamic filtering across turns</> },
82+
{ text: <><B>MiniMax</B> and <B>Arcee AI</B> vendors; expanded Ollama, OpenRouter, Chutes catalogs</> },
83+
{ text: <>Beam: auto-titles, no accidental wipe, no ghost columns, edit fixes, regression fixes</> },
84+
{ text: <>Fixes: OpenAI Responses tools, encrypted reasoning</> },
85+
],
86+
},
7587
{
7688
versionCode: '2.0.4',
7789
versionName: 'Hyper Params',

src/common/app.release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export const Release = {
2323

2424
// this is here to trigger revalidation of data, e.g. models refresh
2525
Monotonics: {
26-
NewsVersion: 204,
2726
Aix: 71,
27+
NewsVersion: 205,
2828
},
2929

3030
// Frontend: pretty features

0 commit comments

Comments
 (0)