Commit graph

1193 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
eb6371f3d2 3.6.8
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-11-17 13:34:30 +00:00
Carl-Robert Linnupuu
71b167670d fix: inline edit requests for other providers 2025-11-17 13:26:18 +00:00
Carl-Robert Linnupuu
d074d8328f Revert "3.6.8"
This reverts commit 8873548254.
2025-11-17 13:10:09 +00:00
Carl-Robert Linnupuu
485b6319d6 fix: inline edit apply request 2025-11-17 13:08:27 +00:00
Carl-Robert Linnupuu
8873548254 3.6.8 2025-11-17 10:27:10 +00:00
Carl-Robert Linnupuu
b9ae7faa88 docs: update changelog 2025-11-17 10:16:41 +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
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