diff --git a/clients/intellij/build.gradle.kts b/clients/intellij/build.gradle.kts
index 16d76fe..59fd03c 100644
--- a/clients/intellij/build.gradle.kts
+++ b/clients/intellij/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "com.tabbyml"
-version = "0.1.0"
+version = "0.1.1"
repositories {
mavenCentral()
diff --git a/clients/intellij/src/main/kotlin/com/tabbyml/intellijtabby/status/StatusBarWidgetFactory.kt b/clients/intellij/src/main/kotlin/com/tabbyml/intellijtabby/status/StatusBarWidgetFactory.kt
index 34be7db..f9755a4 100644
--- a/clients/intellij/src/main/kotlin/com/tabbyml/intellijtabby/status/StatusBarWidgetFactory.kt
+++ b/clients/intellij/src/main/kotlin/com/tabbyml/intellijtabby/status/StatusBarWidgetFactory.kt
@@ -31,7 +31,7 @@ class StatusBarWidgetFactory : StatusBarEditorBasedWidgetFactory() {
override fun createWidget(project: Project): StatusBarWidget {
return object : EditorBasedStatusBarPopup(project, false) {
- val scope: CoroutineScope = CoroutineScope(Dispatchers.Main)
+ val updateStatusScope: CoroutineScope = CoroutineScope(Dispatchers.Main)
val text = "Tabby"
var icon = AllIcons.Actions.Refresh
var tooltip = "Tabby: Initializing"
@@ -39,7 +39,7 @@ class StatusBarWidgetFactory : StatusBarEditorBasedWidgetFactory() {
init {
val settings = service Tabby is an AI coding assistant that can suggest multi-line code or full functions in real-time. Requirements Tabby plugin requires Node.js 16.0+ installed and added into For more information, please check out our Website and GitHub.
If you encounter any problem or have any suggestion, please open an issue, or join our Slack community for more support! Try our online demo here. PATH enviroment variable.
Demo

Requirements
+ Tabby plugin requires Node.js 16.0+ installed and added into PATH enviroment variable.