You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
The hash generation mechanism currently functions correctly for Copilot, but it does not work as effectively for other providers. The root cause lies in how the cache is created: it includes the entire content of the request rather than a more specific and minimal input, e.g. the path of the file. This approach leads to inconsistent caching behavior across providers.