feat(cli): exclude ChatGPT subscriptions from explicit promptCacheBreakpoint treatment - #13044
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (3 files)
Incremental review of Previous Review Summary (commit 2e5199a)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 2e5199a)Status: No Issues Found | Recommendation: Merge Files Reviewed (3 files)
Verified the Reviewed by kimi-k3 · Input: 35.5K · Output: 5.6K · Cached: 253.9K Review guidance: REVIEW.md from base branch |
…euristic Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
| function supportsPromptCacheBreakpoint(modelId: string): boolean { | ||
| const match = modelId.match(/gpt-(\d+)\.(\d+)/) | ||
| // kilocode_change start - explicit prompt cache breakpoints for GPT-5.6+ (excluding ChatGPT subscriptions) | ||
| function isLikelyChatGPTSubscription(model: Provider.Model): boolean { |
…from-prompt-cache-breakpoint feat(cli): exclude ChatGPT subscriptions from explicit promptCacheBreakpoint treatment
Summary
chatgpt.combackend endpoints) from manualpromptCacheBreakpoint: { mode: 'explicit' }treatment.