Commit graph

1176 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
e7e9a2d9d8 feat: inline edit quick question 2025-11-17 01:07:33 +00:00
Carl-Robert Linnupuu
3a5ca4edf8 fix: re-add improved version of the diff editor fragment
Some checks are pending
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
2025-11-16 17:24:02 +00:00
Carl-Robert Linnupuu
8a7e6c3c66 3.6.7
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-11-13 13:35:15 +00:00
Carl-Robert Linnupuu
38acc6cbfa docs: update changelog 2025-11-13 11:14:22 +00:00
Carl-Robert Linnupuu
8e567302dc feat: make the file tag labels colorful depending on its state in VCS 2025-11-13 11:08:15 +00:00
Carl-Robert Linnupuu
550fcce797 feat: improved tab experience 2025-11-13 11:07:23 +00:00
Carl-Robert Linnupuu
1a8cf581a9 docs: update changelog 2025-10-28 14:26:02 +00:00
Carl-Robert Linnupuu
6e6870015d chore: bump llm-client (fixes #1142, #1151)
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-10-28 14:19:24 +00:00
Carl-Robert Linnupuu
dea90998c0 fix: order of search tags 2025-10-28 11:26:43 +00:00
Carl-Robert Linnupuu
380f2f8797 fix: inception provider labels 2025-10-28 11:26:26 +00:00
Carl-Robert Linnupuu
2cb79c89d7 fix: grpc timeouts 2025-10-28 11:24:57 +00:00
Carl-Robert Linnupuu
82cd5ca0b2 3.6.5
Some checks failed
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
Some checks are pending
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)
Some checks are pending
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
Some checks are pending
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
Some checks failed
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
Some checks failed
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
Some checks are pending
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
Some checks are pending
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
Some checks failed
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
Some checks are pending
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)
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-09-24 00:42:39 +01:00