fix: expand WORKING attention zone by default

The most important section to see at a glance — agents actively working
should not be hidden behind a collapsed toggle.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Prateek 2026-02-14 20:01:39 +05:30
parent 24f14015e5
commit a20cd9a8ca
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const zoneConfig: Record<
label: "WORKING",
description: "Agents working normally",
color: "var(--color-accent-blue)",
defaultCollapsed: true,
defaultCollapsed: false,
},
done: {
label: "DONE",