[codex] fix auth startup and profile model defaults (#966)

* docs release 0.6.0 changelog

* fix auth startup and profile model defaults
This commit is contained in:
ekko
2026-05-24 14:00:31 +08:00
committed by GitHub
parent 634a622934
commit f61a1d9454
24 changed files with 310 additions and 30 deletions
+14
View File
@@ -5,6 +5,20 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.6.0',
date: '2026-05-24',
changes: [
'changelog.new_0_6_0_1',
'changelog.new_0_6_0_2',
'changelog.new_0_6_0_3',
'changelog.new_0_6_0_4',
'changelog.new_0_6_0_5',
'changelog.new_0_6_0_6',
'changelog.new_0_6_0_7',
'changelog.new_0_6_0_8',
],
},
{
version: '0.5.35',
date: '2026-05-23',