Commit graph

1064 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
9155eea84d docs: update changelog 2025-11-17 10:17:24 +00:00
Carl-Robert Linnupuu
f3a560616f feat: support debug logs 2025-11-17 10:09:17 +00:00
Carl-Robert Linnupuu
0f95c1ce90 feat: inline edit quick question 2025-11-17 10:09:08 +00:00
Carl-Robert Linnupuu
2fa2674d5a fix: re-add improved version of the diff editor fragment 2025-11-17 10:09:00 +00:00
Carl-Robert Linnupuu
c5dc49636b 3.6.7 2025-11-13 11:21:36 +00:00
Carl-Robert Linnupuu
1adcea9e49 fix: build 2025-11-13 11:20:01 +00:00
Carl-Robert Linnupuu
01d0e3e35b docs: update changelog 2025-11-13 11:15:59 +00:00
Carl-Robert Linnupuu
c9e4d3bea1 feat: make the file tag labels colorful depending on its state in VCS 2025-11-13 11:10:56 +00:00
Carl-Robert Linnupuu
615def72af feat: improved tab experience 2025-11-13 11:10:45 +00:00
Carl-Robert Linnupuu
1c1732d37d 3.6.6 2025-10-29 13:48:50 +00:00
Carl-Robert Linnupuu
06bfcc11a8 docs: update changelog 2025-10-28 15:16:57 +00:00
Carl-Robert Linnupuu
f2ba60701b docs: update changelog 2025-10-28 14:28:17 +00:00
Carl-Robert Linnupuu
31c39491dc chore: bump llm-client (fixes #1142, #1151) 2025-10-28 14:28:12 +00:00
Carl-Robert Linnupuu
7b17756a83 fix: order of search tags 2025-10-28 14:28:07 +00:00
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