Commit graph

806 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
fd57cc0b4d fix: revert inception default model 2025-12-03 17:54:04 +00:00
Carl-Robert Linnupuu
5f34888e33 fix: basic auto imports reranking 2025-12-03 17:19:07 +00:00
Carl-Robert Linnupuu
a5b3e28c65 fix: resolve Node-based MCP commands more reliably 2025-12-03 16:02:06 +00:00
Carl-Robert Linnupuu
9fc36fb101 feat: auto import 2025-12-03 13:14:01 +00:00
Carl-Robert Linnupuu
380ea2942d fix: allow autocompletion to be triggered when lookup is active 2025-12-02 14:05:39 +00:00
Carl-Robert Linnupuu
10d2789de7 fix: suppress near match completions 2025-12-02 13:56:07 +00:00
Carl-Robert Linnupuu
647c3de057 refactor: Inception API NES prompt building 2025-12-02 13:54:52 +00:00
Carl-Robert Linnupuu
7f04741e2e feat: mcp support for openai and custom openai providers 2025-11-28 11:21:04 +00:00
Carl-Robert Linnupuu
4e126c14bc feat: add MCP configuration form 2025-11-18 19:47:35 +00:00
Carl-Robert Linnupuu
1502cb5a4a feat: include <think> tags in request 2025-11-17 17:51:58 +00:00
Carl-Robert Linnupuu
71b167670d fix: inline edit requests for other providers 2025-11-17 13:26:18 +00:00
Carl-Robert Linnupuu
485b6319d6 fix: inline edit apply request 2025-11-17 13:08:27 +00:00
Carl-Robert Linnupuu
3f7ffb36a6 feat: support debug logs 2025-11-17 10:07:12 +00:00
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
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
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
f5dd7be84c fix: editor highlight context 2025-10-22 14:53:57 +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
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
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
ee9962a1ae fix: read access exception on GoLand (fixes #1139) 2025-10-08 12:32:53 +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
379fa6bcd3 fix: make selected editor tag removable by default 2025-10-03 15:52:06 +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
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