v2.5.9

March 10, 2026

Complete multi-turn learning confirmations without losing context

LearningMode.PROPOSE now automatically enables chat history for the session, ensuring that the multi-turn confirmation flow — where the agent proposes a learned fact and waits for user approval — has full conversational context available across rounds. Previously, history was not retained between turns, causing the agent to lose track of pending proposals mid-confirmation.

Details:

  • Chat history is enabled automatically when LearningMode.PROPOSE is active; no manual configuration needed
  • Ensures proposed facts and user responses remain in context throughout the confirmation loop
  • Fully backward-compatible; no changes required for existing learning configurations