Skip to content

Conversation

@kiloconnect
Copy link
Contributor

@kiloconnect kiloconnect bot commented Jan 7, 2026

Summary

This PR removes the JetBrains-specific gate that was preventing autocomplete from being enabled by default.

Changes

  • src/services/ghost/GhostServiceManager.ts: Removed JetBrains check for and settings. Both now default to for all users.
  • src/extension.ts: Removed JetBrains check for first-install setting.
  • .changeset/enable-autocomplete-jetbrains.md: Added changeset documenting this change.

Background

Previously, autocomplete ( and ) was disabled by default for JetBrains IDEs. This was a conservative approach while the feature was being tested. Now that the feature is stable, we're enabling it by default for all users, including JetBrains users.

@changeset-bot
Copy link

changeset-bot bot commented Jan 7, 2026

🦋 Changeset detected

Latest commit: c3b94c5

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

}
// Auto-enable autocomplete by default, but disable for JetBrains IDEs
// JetBrains users can manually enable it if they want to test the feature
// Auto-enable autocomplete by default
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Unused import left behind

The getKiloCodeWrapperProperties import on line 12 is no longer used after removing the JetBrains-specific checks. This dead import should be removed to keep the code clean and avoid lint warnings.

@kiloconnect
Copy link
Contributor Author

kiloconnect bot commented Jan 7, 2026

Code Review Summary

Status: 2 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 1
WARNING 1
SUGGESTION 0
Issue Details (click to expand)

CRITICAL

File Line Issue
.changeset/enable-autocomplete-jetbrains.md 1 Invalid changeset format - missing --- delimiters

WARNING

File Line Issue
src/services/ghost/GhostServiceManager.ts 78 Unused import left behind
Files Reviewed (3 files)
  • .changeset/enable-autocomplete-jetbrains.md - 1 issue
  • src/extension.ts - 0 issues
  • src/services/ghost/GhostServiceManager.ts - 1 issue

Fix these issues in Kilo Cloud

@kiloconnect kiloconnect bot force-pushed the enable-autocomplete-jetbrains branch from c0cdbbf to c3b94c5 Compare January 7, 2026 09:03
@@ -0,0 +1,3 @@
"kilocode-jetbrains": minor
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: Invalid changeset format - missing --- delimiters

The changeset file is missing the required YAML frontmatter delimiters. Without these, the changeset won't be parsed correctly by the changesets tool.

Suggested change
"kilocode-jetbrains": minor
---
"kilocode-jetbrains": minor
---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant