Hi @ok1122
There is no way to disable Cache Read and Write as this is done by AI API providers internally. The reason is that cache reads are saving you cost and avoiding re-processing of data.
Cache reads are good as this means that the Chat session including any context (files, rules,..) is already cached and costs 10% of the price compared when the whole chat needs to be processed again after you submit follow-up prompts.
Without Cache Reads the cost would go up for the input by 9x approximately.
The difference to before is that now the Cache Read and Write parts are shown in detail but Chat and Agent had for a while this feature since AI providers added it.
Could you share how many tokens were Cache read or written?