diff --git a/web/src/app/replan/AskClaude.tsx b/web/src/app/replan/AskClaude.tsx index 8a72656..bb19ebb 100644 --- a/web/src/app/replan/AskClaude.tsx +++ b/web/src/app/replan/AskClaude.tsx @@ -25,26 +25,35 @@ export default function AskClaude({ }) { const [pending, start] = useTransition(); const [result, setResult] = useState(null); + const [note, setNote] = useState(""); const ask = () => { setResult(null); - start(async () => setResult(await askClaudeReplan(planId, trigger))); + start(async () => setResult(await askClaudeReplan(planId, trigger, note))); }; return (
-
-
-

Not sure what to do?

-

- Ask Claude for a take on the whole day. -

-
+
+

Not sure what to do?

+

+ Add anything Claude should know, then ask for a take on the day. +

+
+