mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 05:51:28 +00:00
feat: add quick code snippet referencing in prompts (#690)
* feat: ability to include cone snippets in prompt text field * refactor: revert changes * refactor: improve main editor actions group configuration * refactor: clean up * refactor: improve editor actions keymap * fix: inlay casting * refactor: consolidate labels
This commit is contained in:
parent
9a94813237
commit
6641daf6fd
21 changed files with 505 additions and 97 deletions
|
|
@ -50,6 +50,10 @@ public final class ChatToolWindowContentManager {
|
|||
.sendMessage(message, conversationType);
|
||||
}
|
||||
|
||||
public Optional<ChatToolWindowTabPanel> tryFindActiveChatTabPanel() {
|
||||
return tryFindChatTabbedPane().flatMap(ChatToolWindowTabbedPane::tryFindActiveTabPanel);
|
||||
}
|
||||
|
||||
public void displayConversation(@NotNull Conversation conversation) {
|
||||
displayChatTab();
|
||||
tryFindChatTabbedPane()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue