Skip to content

Commit 9babcb3

Browse files
authored
feat(web): add changelog entry for kilocode discovery fix (#3053)
1 parent d773511 commit 9babcb3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/web/src/app/(app)/claw/components/changelog-data.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ export type ChangelogEntry = {
1010

1111
// Newest entries first. Developers add new entries to the top of this array.
1212
export const CHANGELOG_ENTRIES: ChangelogEntry[] = [
13+
{
14+
date: '2026-05-05',
15+
description:
16+
"Fixed a bug where many KiloClaw instances could not use Auto models (Auto Frontier, Auto Balanced, Auto Free). Agent requests failed with an 'Unknown model' error. Redeploy your instance to pick up image img-b9e5dac9115d.",
17+
category: 'bugfix',
18+
deployHint: 'redeploy_required',
19+
},
1320
{
1421
date: '2026-05-01',
1522
description: 'Updated OpenClaw to 2026.4.23.',

0 commit comments

Comments
 (0)