Skip to content

Commit 67a44a2

Browse files
MaxLinCodeclaude
andcommitted
chore: remove dead mutationInputSource field from proposal entity data
The field was always set to null and never read after the planner LLM was removed. Dropping it keeps the persisted proposal shape clean. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4982278 commit 67a44a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/src/lib/server/conversation-state.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ export function deriveConversationReplyState(
101101
replyText: input.reply,
102102
policyAction: input.policy.action,
103103
targetEntityId: input.interpretation.resolvedEntityIds[0] ?? null,
104-
mutationInputSource: null,
105104
confirmationRequired: true,
106105
originatingTurnText: input.userTurnText,
107106
missingFields: input.policy.clarificationSlots,

0 commit comments

Comments
 (0)