Skip to content

Commit

Permalink
fix: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 1, 2024
1 parent 4a5c8f6 commit 463dc13
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -2,22 +2,17 @@ package cc.unitmesh.devti.actions.vcs

import cc.unitmesh.devti.actions.chat.base.ChatBaseAction
import cc.unitmesh.devti.gui.chat.ChatActionType
import cc.unitmesh.devti.gui.chat.ChatCodingService
import cc.unitmesh.devti.gui.chat.ChatContext
import cc.unitmesh.devti.gui.sendToChatPanel
import cc.unitmesh.devti.gui.sendToChatWindow
import cc.unitmesh.devti.llms.LlmFactory
import cc.unitmesh.devti.prompting.VcsPrompting
import cc.unitmesh.devti.provider.ContextPrompter
import com.intellij.openapi.actionSystem.AnActionEvent
import com.intellij.openapi.components.service
import com.intellij.openapi.project.ProjectManager
import com.intellij.openapi.vcs.VcsConfiguration
import com.intellij.openapi.vcs.VcsDataKeys
import com.intellij.openapi.vcs.changes.Change
import com.intellij.openapi.vcs.ui.CommitMessage
import kotlinx.coroutines.flow.cancellable
import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.flow.collect

class CommitMessageSuggestionAction : ChatBaseAction() {
override fun getActionType(): ChatActionType = ChatActionType.GEN_COMMIT_MESSAGE
Expand Down

0 comments on commit 463dc13

Please sign in to comment.