fix(jetbrains): detect unsupported remote workspaces - #13217
Merged
Conversation
Retry exhaustion for workspace/app data loads logged via IntelliJ's Logger.error, which IntelliJ turns into an 'IDE Internal Error' popup. Downgrade the exhausted-retry log to warn and enrich workspace fetch failures with HTTP status and response body so the real cause (e.g. a 500 from the CLI /agent endpoint) is visible in diagnostics instead of a generic crash-style dialog.
Contributor
Code Review SummaryStatus: 4 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (12 files)
Fix these issues in Kilo Cloud Previous Review Summary (commit a4ab432)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit a4ab432)Status: 4 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (12 files)
Reviewed by grok-4.6 · Input: 19.7K · Output: 63 · Cached: 2.2K Review guidance: REVIEW.md from base branch |
marius-kilocode
approved these changes
Aug 19, 2026
Show unsupported workspace directories (Dev Container / WSL / invalid virtual path) through the standard in-session connection banner instead of a stuck "Loading…" state. The banner includes the workspace path and two clear, localized options: reopen in the container/WSL via JetBrains Gateway, or open from the local filesystem. Expanded error details now fit the full text, capped to the available transcript height. Remove the dev-only kilo.dev.forceUnsupportedWorkspace override used to reproduce the state during development.
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
Why
Dev Container and WSL virtual filesystem projects can point at paths that are valid in the IDE but not reachable by the locally spawned Kilo runtime. Marking them unsupported prevents confusing load behavior and gives the frontend a stable state to render dedicated guidance.
Tests