Carl-Robert Linnupuu
82cd5ca0b2
3.6.5
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-10-22 15:02:02 +01:00
Carl-Robert Linnupuu
f5dd7be84c
fix: editor highlight context
2025-10-22 14:53:57 +01:00
Carl-Robert Linnupuu
b51eb77638
docs: update changelog
2025-10-22 13:22:33 +01:00
Patrick Hemmer
661a06dcaa
feat: add middle-click to remove files from context. ( #1148 )
...
* add middle-click to remove files from context.
Previously when you wanted to remove files which were previously added to the chat context, you had to click the little "x" icon one by one. When you had several files to remove, this got tedious and difficult, especially since the file box varies in width, so the "x" is not in the same space.
This change makes this operation easier by allowing you to middle-click anywhere on the file box to remove it.
* fix: mouse actions when clicked outside of the tag label
---------
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2025-10-22 13:14:30 +01:00
Carl-Robert Linnupuu
e5785180c6
chore: upgrade to 2025.1 and align dependencies
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
2025-10-22 11:46:09 +01:00
Patrick Hemmer
c15976d4d9
feat: make the send shortcut configurable ( #1149 )
...
This change makes it so the user can select the key combination to send the message. Users may configure any combination of ctrl, alt, or shift (or the mac equivalents) plus enter. If any are configured, that combination plus enter will send the message, and enter by itself will insert a newline. If none are configured, enter by itself and any of the modifiers plus enter inserts a newline. This means the previous behavior of shift+enter to insert a newline is preserved.
2025-10-21 12:23:17 +01:00
Patrick Hemmer
6a881194c8
fix: message deletion ( #1147 )
...
Previously when a message wass deleted, the Conversation object was modified in memory but not correctly updated in the master list of conversations (ConversationsState.conversations). The effect of this was that when you sent a new message, the deleted messages were resurrected.
2025-10-21 12:13:13 +01:00
Patrick Hemmer
e55aa31b89
fix: backtick code overflowing and going out of view ( #1145 )
...
Previously when text was enclosed in backticks, that text wouldn't wrap, and would instead overflow beyond the viewport. In addition, there is no horizontal scroll bar, so the text is completely inaccessible. And to make it even worse, because of this, the virtual viewport was extended, causing other non-backtick text to also go out of view.
This fixes the issue by overriding the style to enable wrapping.
2025-10-21 12:02:56 +01:00
Patrick Hemmer
02a5526890
fix: code block handling containing nested backticks ( #1144 )
...
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
Previously there was an issue where if a code block contained nested triple-backticks, it would end the code block, causing the message window to become horribly mangled.
This fixes the issue by only considering a triple-backtick to be an end to the code block if the triple-backticks are at the same indention level which started the code block.
2025-10-21 11:13:57 +01:00
xuliefeng
1fe0e35aa5
feat: Handle "stop" parameter transformation in CodeCompletionRequestFactory ( #1125 )
2025-10-21 11:07:54 +01:00
Carl-Robert Linnupuu
67824c2689
docs: update changelog
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
2025-10-20 17:20:28 +01:00
Carl-Robert Linnupuu
14b878936d
fix: when switching between editors, maintain a rolling list of up to 2 unselected tags
2025-10-20 17:15:39 +01:00
Carl-Robert Linnupuu
78d6904803
fix: closing the 'Apply' view doesn't bring back the updated code
2025-10-20 16:31:34 +01:00
Carl-Robert Linnupuu
50afd96a2f
fix: psi preview theme issues
2025-10-20 16:15:24 +01:00
Carl-Robert Linnupuu
fba4a5e951
fix: performance issues caused by token calculation
2025-10-20 16:05:52 +01:00
Carl-Robert Linnupuu
f25ef8af35
3.6.4
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-10-15 14:18:11 +01:00
Carl-Robert Linnupuu
7c209f70be
docs: update changelog
2025-10-15 14:01:02 +01:00
Carl-Robert Linnupuu
58c7a320ee
feat: add sonnet 4.5 and codex models (proxyai)
2025-10-15 13:58:00 +01:00
Carl-Robert Linnupuu
86d5ed26e4
fix: improve auto apply error handling
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-10-09 10:17:59 +01:00
Carl-Robert Linnupuu
6e432f7fe8
feat: enable auto apply for inception labs
2025-10-08 16:40:43 +01:00
Carl-Robert Linnupuu
811280d3cd
refactor: change proxai default autocomplete model
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
2025-10-08 13:35:45 +01:00
Carl-Robert Linnupuu
33f7030450
3.6.3
2025-10-08 12:49:03 +01:00
Carl-Robert Linnupuu
ee9962a1ae
fix: read access exception on GoLand ( fixes #1139 )
2025-10-08 12:32:53 +01:00
Carl-Robert Linnupuu
d55533e9c3
docs: update changelog
2025-10-08 12:28:57 +01:00
Carl-Robert Linnupuu
a4a0f37830
fix: Next Edit model migration (ProxyAI)
2025-10-08 12:26:02 +01:00
Carl-Robert Linnupuu
411a553d8e
feat: add different set of specialized apply models for ProxyAI provider
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
2025-10-07 17:39:42 +01:00
Carl-Robert Linnupuu
79a7084377
fix: redefine commit message actions ( fixes #1134 )
2025-10-07 11:23:49 +01:00
Carl-Robert Linnupuu
da50e55ba1
feat: add inception provider
2025-10-06 14:41:32 +01:00
Carl-Robert Linnupuu
f8b36b294d
3.6.2
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-10-03 16:10:23 +01:00
Carl-Robert Linnupuu
3dc09a9caa
docs: update changelog
2025-10-03 16:03:38 +01:00
Carl-Robert Linnupuu
379fa6bcd3
fix: make selected editor tag removable by default
2025-10-03 15:52:06 +01:00
Carl-Robert Linnupuu
2a36bf6b84
3.6.1
2025-10-03 13:43:43 +01:00
Carl-Robert Linnupuu
199cb55bda
docs: update changelog
2025-10-03 12:55:34 +01:00
Carl-Robert Linnupuu
7720b2901c
feat: add psi link doc hover preview (Java support only)
2025-10-03 12:54:02 +01:00
Carl-Robert Linnupuu
eb10ff327c
refactor: improve quick link navigation for psi elements
2025-10-02 14:47:38 +01:00
Carl-Robert Linnupuu
9ba05cd0b1
feat: copy-paste placeholder for prompt text field
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
2025-10-02 13:29:51 +01:00
Carl-Robert Linnupuu
aed31a017b
fix: EDIT_CODE model backward compatibility ( fixes #1129 )
2025-10-02 02:38:27 +01:00
Carl-Robert Linnupuu
3011dba44d
feat: quick link navigation
2025-10-02 00:13:49 +01:00
Carl-Robert Linnupuu
2a0a9d9a51
refactor: clean up ( #1111 )
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-09-24 00:42:39 +01:00
Carl-Robert Linnupuu
233f856321
feat: add tooltips for input editor tags ( closes #1109 )
2025-09-24 00:38:37 +01:00
Carl-Robert Linnupuu
fc64dfb5ec
fix: google model selection ( fixes #1111 )
2025-09-23 23:45:53 +01:00
Carl-Robert Linnupuu
6d6fbf6d8a
fix: mistral autcompletion toggle ( fixes #1114 )
2025-09-23 23:33:21 +01:00
Carl-Robert Linnupuu
fa9a6d3148
3.6.0
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
2025-09-23 19:31:25 +01:00
Carl-Robert Linnupuu
e068190d57
docs: update changelog
2025-09-23 19:24:10 +01:00
Carl-Robert Linnupuu
46d61e68ab
feat: additional inline edit improvements
2025-09-23 18:23:55 +01:00
Carl-Robert Linnupuu
c3fc404bf6
feat: configurable screenshot detection
2025-09-22 22:11:03 +01:00
Carl-Robert Linnupuu
163758a2be
fix: migrate Custom OpenAI services to use UUIDs and several other fixes
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-09-17 16:37:03 +01:00
Carl-Robert Linnupuu
fdfde4243d
feat: inline edit
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-09-16 03:11:20 +01:00
Carl-Robert Linnupuu
80ba956c5e
feat: add Diagnostics tag
2025-09-16 01:34:34 +01:00
Carl-Robert Linnupuu
0d3bfc739f
feat: dnd files and folders from project window ( closes #1124 )
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-09-12 17:23:26 +01:00