feat(cli): estimate and hint about Code context at Plan exit#12134
feat(cli): estimate and hint about Code context at Plan exit#12134cbrunnkvist wants to merge 9 commits into
Conversation
a9ee845 to
66f93c9
Compare
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Incremental review at HEAD The new commit fully resolves the previously flagged WARNING on
The commit also adds a reasonable optimization: No new issues found in the incremental diff. Files Reviewed (2 files in incremental diff)
Previous Review Summaries (5 snapshots, latest commit 50895ae)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 50895ae)Status: No Issues Found | Recommendation: Merge Re-verified at HEAD
No new issues found. Files Reviewed (57 files)
Previous review (commit 076088d)Status: No Issues Found | Recommendation: Merge Full re-review (previous incremental base commit no longer resolvable, likely due to a rebase). All four previously flagged WARNINGs on
No new issues found in the added Files Reviewed (57 files)
Previous review (commit 974406b)Status: No Issues Found | Recommendation: Merge Incremental review vs Files Reviewed (3 files)
Previous review (commit 9d0f9e1)Status: 1 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Fix these issues in Kilo Cloud Files Reviewed (57 files)
Previous review (commit 66f93c9)Status: 3 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Fix these issues in Kilo Cloud Files Reviewed (3 files)
Reviewed by claude-sonnet-5 · Input: 32 · Output: 6.3K · Cached: 758.8K Review guidance: REVIEW.md from base branch |
|
Okay @kilocode-bot I think you ought to be done with your review now..? |
|
To use Kilo from GitHub you first need to link your GitHub account to Kilo. Link your Kilo account to continue. After linking, mention me again in this issue or pull request. |
|
Yeah okay my account is already linked, but do I also have to link this
individual tissue..?! Either way, your *link*-link has very short expiry.
…On Tue, 14 Jul 2026 at 20:06 kilo-code-bot[bot] ***@***.***> wrote:
*kilo-code-bot[bot]* left a comment (Kilo-Org/kilocode#12134)
<#12134 (comment)>
To use Kilo from GitHub you first need to link your GitHub account to
Kilo. Link your Kilo account
<https://app.kilo.ai/github/link?token=eyJwbGF0Zm9ybUludGVncmF0aW9uSWQiOiI3MzczMDFjZC1jOTZiLTQ1MzAtODY5My1iMDRiYTJlMWU5OTMiLCJpbnN0YWxsYXRpb25JZCI6IjEyODM4ODYxNSIsImlhdCI6MTc4NDAzNDM3OSwibm9uY2UiOiJ0T1J2TFQ3WWdPcUgzU2lQTHZVRlNnIn0.fAz8P1gq8iPDEanGHTQN9pDcbKJqNUVQuO-ZkeDKpJs>
to continue. After linking, mention me again in this issue or pull request.
—
Reply to this email directly, view it on GitHub
<#12134?email_source=notifications&email_token=AAAIJVWE52RYFLWD5EJB6GD5EYV6BA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOJWHE2DONZYGY42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4969477869>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAIJVXGVD67G5C5FDQN4IL5EYV6BAVCNFSNUABFKJSXA33TNF2G64TZHM4TINRQHA3TIMRSHNEXG43VMU5TIOBWGU2DKNBQGUYKC5QC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
@kilocode-bot I need a fresh account-link URL; the previous link expired. |
|
To use Kilo from GitHub you first need to link your GitHub account to Kilo. Link your Kilo account to continue. After linking, mention me again in this issue or pull request. |
|
@kilocode-bot I need a fresh account-link URL; the previous link expired. |
|
To use Kilo from GitHub you first need to link your GitHub account to Kilo. Link your Kilo account to continue. After linking, mention me again in this issue or pull request. |
|
(this link dance is ridiculous) |
OH NOW I GET IT, it's not for commoners. Well, never mind then @kilocode-bot. |
|
To use Kilo from GitHub you first need to link your GitHub account to Kilo. Link your Kilo account to continue. After linking, mention me again in this issue or pull request. |
|
@kilocode-bot you must cancel runs/87060187791 now. The workflow has been going for 1d+ and obviously not getting anywhere. |
|
To use Kilo from GitHub you first need to link your GitHub account to Kilo. Link your Kilo account to continue. After linking, mention me again in this issue or pull request. |
974406b to
076088d
Compare
076088d to
50895ae
Compare
|
I vote we rename this clanker |
Closes #12135 by making the plan handoff prompt context-aware: before a finalized plan is implemented, Kilo estimates how much of the configured Code-mode model context the current session has already used.
Implementation
Before presenting the follow-up prompt, Kilo compares the assistant message’s token count with the configured Code-mode model’s available context and surfaces the result in the options:
Screenshot
Notes