chore(changelog): add release notes for v0.6.0

This commit is contained in:
HouYunFei
2026-07-09 10:42:13 +08:00
parent 668c3adb52
commit 050b36fad1
5 changed files with 12 additions and 3 deletions
@@ -233,7 +233,7 @@ export function AppConfigPanel({ showDoneButton = false, initialTab = "channels"
<>
<Tabs
activeKey={activeTab}
onChange={setActiveTab}
onChange={(key) => setActiveTab(key as ConfigTabKey)}
items={[
{
key: "channels",
+1 -1
View File
@@ -2846,7 +2846,7 @@ function CanvasTopBar({
onUndo: () => void;
onRedo: () => void;
agentOpen: boolean;
compactAgentStatus?: { connected: boolean; enabled: boolean; activity: string };
compactAgentStatus: { connected: boolean; enabled: boolean; activity: string };
onToggleAgent: () => void;
}) {
const colorTheme = useThemeStore((state) => state.theme);