run_task_list_continue


Description:

public async void run_task_list_continue (Message in_message, Cancellable? cancellable = null) throws Error

Session continue: send follow-up to LLM, parse response into this.pending and revised goals_summary_md. On parse/validation failure restores this.pending = existing_proposed; uses raw LLM response as previous_proposed for next retry. On success appends in_message to user_prompts and runs handle_task_list. On failure after 5 tries, cancels the given cancellable so the whole request stops (no way to carry on).

Parameters:

in_message

user prompt-box message for this continue turn

cancellable

optional; cancelled on unrecoverable failure