# 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…

- Published: 2026-03-10
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/auto-enable-chat-history-for-learningmode-propose-to-support-multi-turn-confirmation
- Markdown: https://agno-com-nine.vercel.app/articles/auto-enable-chat-history-for-learningmode-propose-to-support-multi-turn-confirmation.md

`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
