Currently, the “Maximum number of agent runs in thread history” setting replays the entire agent context (system prompt, context documents, and tool schema) for every historical run included. This creates compounding, unnecessary token inflation and repeated duplication of static context. This feature request is to change the behaviour so that Make.com only resends: • The static agent context once (system prompt, context docs, tool schema), and • The N most recent user/assistant messages based on the run-history limit. This would dramatically reduce token usage, speed up scenarios, improve clarity of conversation state, and bring Make.com in line with how modern conversational AI frameworks structure context windows.