feat: task lane persistence + sidebar cleanup #121

Merged
chihlasm merged 49 commits from feat/task-lane-persistence into main 2026-03-29 16:59:41 +00:00
Showing only changes of commit ca686c0901 - Show all commits

View File

@@ -801,7 +801,6 @@ export default function AssistantChatPage() {
onSubmit={handleTaskSubmit}
onClose={() => {
setShowTaskLane(false)
if (activeChatId) clearTaskState(activeChatId)
}}
loading={loading}
/>