fix: resolve task lane stale state, partial submit, and closure bugs #125
Reference in New Issue
Block a user
Delete Branch "fix/task-lane-partial-submit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
clearTaskStatewas exported but never called; old sessionStorage cache was overriding new AI questions on every follow-up response. Fixed inhandleSendandhandleTaskSubmit._(not yet completed)_) were silently excluded from the AI message. The AI now sees all tasks so it can carry forward unanswered ones.saveTaskLanedebounce capturedquestions/actionswithout them in the dep array; refs now ensure the backend always receives current values.pending_task_lane.responseswas missing from the type, requiring an unsafe cast inselectChat. Type corrected, cast removed._(not yet completed)_tasks in the next response unless the AI is ≥75% confident the information is no longer needed.Test plan
🤖 Generated with Claude Code
🚅 Deployed to the resolutionflow-pr-125 environment in selfless-grace