feat(cli): set prompt cache breakpoints on stable prefix and user query before environment details - #13022
Conversation
Code Review SummaryStatus: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (3 files)
Fix these issues in Kilo Cloud Previous Review Summaries (4 snapshots, latest commit d3548d1)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit d3548d1)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Previous review (commit 7c7c11e)Status: 3 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (3 files)
Fix these issues in Kilo Cloud Previous review (commit 435c029)Status: No Issues Found | Recommendation: Merge Both previous findings were addressed in the latest commits: Files Reviewed (6 files)
Previous review (commit 9dbf276)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (7 files)
Reviewed by kimi-k3 · Input: 93.7K · Output: 12.5K · Cached: 407.8K Review guidance: REVIEW.md from base branch |
…ict inline hints to native openai routes Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
…etails Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
…el AI SDK path Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
…Kilo Gateway Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
…rkers in transform.ts Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
…hing Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
…prompt-cache-breakpoints feat(cli): set prompt cache breakpoints on stable prefix and user query before environment details

Summary
promptCacheBreakpoint: { mode: 'explicit' }on stable prompt prefixes (system prompt / developer instructions) and user queries for OpenAI, Azure, and Kilo Gateway models on GPT-5.6+ in@kilocode/cli(ProviderTransform.message).<environment_details>or synthetic context blocks. This prevents subsequent turns (which strip or regenerate ephemeral timestamps and open tabs) from invalidating the cached conversation history prefix across turns.