Commit graph

1050 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
195ebded48 fix: inception provider labels 2025-10-28 14:28:00 +00:00
Carl-Robert Linnupuu
064a4f320c fix: grpc timeouts 2025-10-28 14:27:53 +00:00
Carl-Robert Linnupuu
28a03c5db2 3.6.6 2025-10-23 12:28:21 +01:00
Carl-Robert Linnupuu
c7a9f1be01 fix: grpc timeouts 2025-10-23 12:25:48 +01:00
Carl-Robert Linnupuu
138414df61 3.6.5 2025-10-22 14:58:15 +01:00
Carl-Robert Linnupuu
02b110d948 fix: editor highlight context 2025-10-22 14:54:58 +01:00
Carl-Robert Linnupuu
46918e4bf5 docs: update changelog 2025-10-22 13:31:24 +01:00
Patrick Hemmer
1ce192de16 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:31:20 +01:00
Patrick Hemmer
dd1a63b6e5 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-22 13:30:40 +01:00
Patrick Hemmer
2263afe543 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-22 13:30:36 +01:00
Patrick Hemmer
d72c73ab2f 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-22 13:30:33 +01:00
Patrick Hemmer
debb573bc9 fix: code block handling containing nested backticks (#1144)
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-22 13:30:29 +01:00
xuliefeng
14937e8a2a feat: Handle "stop" parameter transformation in CodeCompletionRequestFactory (#1125) 2025-10-22 13:30:25 +01:00
Carl-Robert Linnupuu
efde35c55e docs: update changelog 2025-10-22 13:30:17 +01:00
Carl-Robert Linnupuu
7676cad3ac fix: when switching between editors, maintain a rolling list of up to 2 unselected tags 2025-10-22 13:29:50 +01:00
Carl-Robert Linnupuu
5a3a05e07a fix: closing the 'Apply' view doesn't bring back the updated code 2025-10-22 13:29:38 +01:00
Carl-Robert Linnupuu
a0f94f241a fix: improve auto apply error handling 2025-10-22 13:29:23 +01:00
Carl-Robert Linnupuu
ea8e84f7d8 feat: enable auto apply for inception labs 2025-10-22 13:29:14 +01:00
Carl-Robert Linnupuu
24b73a9287 fix: psi preview theme issues 2025-10-22 13:24:07 +01:00
Carl-Robert Linnupuu
3245f195fe fix: performance issues caused by token calculation 2025-10-22 13:24:03 +01:00
Carl-Robert Linnupuu
f9c9b24723 3.6.4 2025-10-15 14:15:41 +01:00
Carl-Robert Linnupuu
45c7c827d5 docs: update changelog 2025-10-15 14:03:17 +01:00
Carl-Robert Linnupuu
031a279b7f feat: add sonnet 4.5 and codex models (proxyai) 2025-10-15 14:02:21 +01:00
Carl-Robert Linnupuu
ac4200bd0c refactor: change proxai default autocomplete model 2025-10-08 13:40:16 +01:00
Carl-Robert Linnupuu
c177f32606 3.6.3 2025-10-08 12:46:55 +01:00
Carl-Robert Linnupuu
c0e3d994b6 fix: read access exception on GoLand (fixes #1139) 2025-10-08 12:35:13 +01:00
Carl-Robert Linnupuu
968ee43464 docs: update changelog 2025-10-08 12:19:52 +01:00
Carl-Robert Linnupuu
6490b1879e fix: Next Edit model migration (ProxyAI) 2025-10-08 12:13:56 +01:00
Carl-Robert Linnupuu
70bb94c0ce feat: add different set of specialized apply models for ProxyAI provider 2025-10-08 12:05:51 +01:00
Carl-Robert Linnupuu
77b4197e52 fix: redefine commit message actions (fixes #1134) 2025-10-08 12:05:46 +01:00
Carl-Robert Linnupuu
3e7736798d feat: add inception provider 2025-10-08 12:05:42 +01:00
Carl-Robert Linnupuu
a6ec23fca2 3.6.2 2025-10-03 16:07:44 +01:00
Carl-Robert Linnupuu
43bce6527f docs: update changelog 2025-10-03 16:04:27 +01:00
Carl-Robert Linnupuu
ca104cc4e2 fix: make selected editor tag removable by default 2025-10-03 16:04:03 +01:00
Carl-Robert Linnupuu
882bf8eeb8 3.6.1 2025-10-03 13:40:59 +01:00
Carl-Robert Linnupuu
082712b922 docs: update changelog 2025-10-03 13:31:07 +01:00
Carl-Robert Linnupuu
cec9bb6f87 feat: add psi link doc hover preview (Java support only) 2025-10-03 13:30:34 +01:00
Carl-Robert Linnupuu
58fa8d8819 refactor: improve quick link navigation for psi elements 2025-10-03 13:30:28 +01:00
Carl-Robert Linnupuu
08804c4c6e feat: copy-paste placeholder for prompt text field 2025-10-03 13:30:21 +01:00
Carl-Robert Linnupuu
14f16465d3 fix: EDIT_CODE model backward compatibility (fixes #1129) 2025-10-03 13:30:17 +01:00
Carl-Robert Linnupuu
6c3f19b131 feat: quick link navigation 2025-10-03 13:30:10 +01:00
Carl-Robert Linnupuu
eb6cd0ffe2 refactor: clean up (#1111) 2025-10-03 13:30:06 +01:00
Carl-Robert Linnupuu
fb449f62e3 feat: add tooltips for input editor tags (closes #1109) 2025-10-03 13:30:02 +01:00
Carl-Robert Linnupuu
38b9705e74 fix: google model selection (fixes #1111) 2025-10-03 13:29:56 +01:00
Carl-Robert Linnupuu
9b7c7a448a fix: mistral autcompletion toggle (fixes #1114) 2025-10-03 13:29:51 +01:00
Carl-Robert Linnupuu
dcdda29af7 3.6.0 2025-09-23 19:28:27 +01:00
Carl-Robert Linnupuu
b31fd4f3b2 docs: update changelog 2025-09-23 19:25:18 +01:00
Carl-Robert Linnupuu
d87a3ecae8 fix: build error 2025-09-23 19:14:42 +01:00
Carl-Robert Linnupuu
62d3c0819b feat: additional inline edit improvements 2025-09-23 19:05:40 +01:00
Carl-Robert Linnupuu
f83ce88984 feat: configurable screenshot detection 2025-09-23 19:05:12 +01:00