feat(vscode): add CI failure fix action - #13867
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (33 files)
Previous Review Summary (commit 1210261)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 1210261)Status: No Issues Found | Recommendation: Merge Files Reviewed (33 files)
Reviewed by grok-4.6 · Input: 139.3K · Output: 10.7K · Cached: 472.7K Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge
September 7, 2026 11:38
eshurakov
approved these changes
Sep 7, 2026
This was referenced Sep 8, 2026
This was referenced Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
Failed CI checks in the Agent Manager PR panel had no direct way to send actionable feedback to the agent. Sending full logs would also consume too much model context, especially for smaller-context models.
Why This Change Was Made
The PR Checks panel now provides a
Fix with Kiloaction. It sends a bounded CI summary through the existing review-feedback flow and gives the agent on-demand commands for individual GitHub Actions job logs. Log commands write stdout and stderr to a temporary file and print only its path. The prompt limits log inspection to small excerpts and prohibits polling or full-log output.CI feedback is represented separately from file and GitHub review comments, so it remains expandable without fake file locations or file-navigation actions. External CI links remain available without inventing GitHub Actions commands.
User Impact
Users can select
Fix with Kilofrom the Checks section. The feedback is sent to the active chat or terminal, while existing drafts are preserved and duplicate feedback is merged by ID. The action is generic and does not assume that a failure is a test failure.Evidence
bun run compilebun test tests/unit/pr-check-feedback.test.ts tests/unit/pr-comments-render.test.ts tests/unit/review-comments-pr.test.ts tests/unit/am-pr-utils.test.ts tests/unit/agent-manager-i18n-split.test.ts tests/unit/i18n-unused-keys.test.tsbun run knipbun run check-kilocode-change