chore(pilot): remove deprecated SuggestedFix task-lane card

Superseded by ProposalBanner (Phase 8). The import was already removed
from AssistantChatPage in the previous commit; this deletes the orphaned
file itself and strips the now-unused suggestedFixSlot prop from
TaskLane's interface and both call sites.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-23 16:48:42 -04:00
parent bdb238a274
commit 8582d24236
3 changed files with 1 additions and 106 deletions

View File

@@ -1614,7 +1614,6 @@ export default function AssistantChatPage() {
loading={loading}
/>
}
suggestedFixSlot={null}
bottomSlot={
<>
{scriptPanelOpen && activeFix && activeChatId && (
@@ -1694,7 +1693,6 @@ export default function AssistantChatPage() {
loading={loading}
/>
}
suggestedFixSlot={null}
bottomSlot={
<>
{scriptPanelOpen && activeFix && activeChatId && (