Load Tool Lazy Loading Mode
In the Load tool lazy loading mode, Hawa Code minimizes token consumption. It only loads the tools that are needed for the current task, and if a tool is no longer required, Hawa Code proactively unloads it. Load tool lazy loading works for both Hawa Code’s built-in tools and MCP extension tools, allowing Hawa Code to maximize the context window during long-running tasks.
How to Enable
Use the slash command /config and set the Lazy Tool property to load to enable lazy loading in Load mode.

Prompt Caching
Since loading and unloading tools breaks Prompt Caching and invalidates the cache, Hawa Code places dynamically changing tools at the end to reduce the loss from cache invalidation.