Add session-level bridge model settings (#811)

This commit is contained in:
ekko
2026-05-17 12:20:53 +08:00
committed by GitHub
parent fa035f348e
commit 5e8f8bd4a1
35 changed files with 697 additions and 60 deletions
+10
View File
@@ -5,6 +5,16 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.27',
date: '2026-05-17',
changes: [
'changelog.new_0_5_27_1',
'changelog.new_0_5_27_2',
'changelog.new_0_5_27_3',
'changelog.new_0_5_27_4',
],
},
{
version: '0.5.26',
date: '2026-05-17',