mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
feat: status toolbar completion progress for all core actions
This commit is contained in:
parent
99b8cbd16d
commit
756fea1897
16 changed files with 101 additions and 80 deletions
|
|
@ -15,12 +15,13 @@ public class CodeGPTKeys {
|
|||
Key.create("codegpt.userDetails");
|
||||
public static final Key<String> REMAINING_EDITOR_COMPLETION =
|
||||
Key.create("codegpt.editorCompletionLines");
|
||||
public static final Key<Boolean> IS_FETCHING_COMPLETION =
|
||||
Key.create("codegpt.isFetchingCompletion");
|
||||
public static final Key<Call> PENDING_PREDICTION_CALL =
|
||||
Key.create("codegpt.editorPendingPredictionCall");
|
||||
public static final Key<Boolean> COMPLETION_IN_PROGRESS =
|
||||
Key.create("codegpt.completionInProgress");
|
||||
public static final Key<Boolean> IS_PROMPT_TEXT_FIELD_DOCUMENT =
|
||||
Key.create("codegpt.isPromptTextFieldDocument");
|
||||
public static final Key<CodeSuggestionDiffViewer> EDITOR_PREDICTION_DIFF_VIEWER =
|
||||
Key.create("codegpt.editorPredictionDiffViewer");
|
||||
public static final Key<Call> PENDING_PREDICTION_CALL =
|
||||
Key.create("codegpt.editorPendingPredictionCall");
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue