Commit graph

834 commits

Author SHA1 Message Date
dependabot[bot]
206ada9cb7 chore(deps): bump org.junit:junit-bom from 5.11.0 to 5.12.1 (#926)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.12.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.12.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 11:56:27 +00:00
Violine
966f859f48 fix: custom open ai settings UI (#938)
* Added Coroutine dispatchers for EDT

* Don't apply custom open ai settings immediately

* Use Coroutine EDT dispatchers for update UI

---------

Co-authored-by: alexander.korovin <alexander.korovin@vk.team>
2025-03-24 11:56:22 +00:00
Aleksandr
04e35a7fdb fix: suggestions popup positioning and tag panel styling (#934)
Commit Summary:
- Improve suggestions popup positioning with screen bounds check
- Replace wildcard imports with explicit imports
- Fix tag panel sizing and styling
- Properly scale tag height using JBUI
- Improve close button margins and sizing

Co-authored-by: a.iudin <a.iudin@vk.team>
2025-03-24 11:56:18 +00:00
atifsld
90184c0515 fix: typo in Rubber Duck persona (#892)
Co-authored-by: Atif Saleed <atif@Atifs-Mac-mini.local>
2025-03-24 11:56:12 +00:00
Mirko Jantschke
56e2029705 fix: use correct array indices (#933)
Co-authored-by: Mirko Jantschke <mjantschke@novomind.com>
2025-03-24 11:56:08 +00:00
Carl-Robert Linnupuu
1d09a627f8 chore: disable plugin verifier (temp) 2025-03-24 11:56:02 +00:00
Carl-Robert Linnupuu
5c5139f2c0 3.1.0 2025-03-20 12:41:35 +00:00
Carl-Robert Linnupuu
9b55b8b311 fix: long running task on EDT 2025-03-20 12:29:55 +00:00
Carl-Robert Linnupuu
8d68773cb9 fix: build error 2025-03-20 03:06:07 +00:00
Carl-Robert Linnupuu
5273f39b1b docs: update changelog, plugin and repo description 2025-03-20 03:03:54 +00:00
Carl-Robert Linnupuu
da4732af7a feat: improve chat tags UX 2025-03-20 03:03:12 +00:00
Carl-Robert Linnupuu
f70f1fc826 fix: temp disable code completions when next edits is active 2025-03-20 03:03:08 +00:00
Carl-Robert Linnupuu
7aa789b8e0 feat: add popup menu with close actions for chat tags 2025-03-20 03:03:01 +00:00
Carl-Robert Linnupuu
f47a1178b1 fix: next edit trigger on random events 2025-03-20 03:02:55 +00:00
Carl-Robert Linnupuu
734c4951f4 refactor: chat configuration location and definitions 2025-03-20 03:02:51 +00:00
Carl-Robert Linnupuu
709c7a328b fix: editorContextTag state on toggle 2025-03-20 03:02:46 +00:00
Carl-Robert Linnupuu
7fbae569b1 feat: improved multi-line edits (#923)
* fix: llama.cpp copy task

* feat: next edit predictions

* feat: minor clean up
2025-03-20 03:02:35 +00:00
Violine
9382160fe4 feat: import export custom openai settings (#921)
* Add import and export button to custom Open AI Settings

* Export Custom OpenAI settings to file

* Import Custom OpenAI settings from file

* Replace deprecated JTabbedPane

* Fix update template type

---------

Co-authored-by: alexander.korovin <alexander.korovin@vk.team>
2025-03-20 03:01:58 +00:00
Aleksandr
77fd95db64 feat: psi structure for chat (#897)
* Change SwingDispatcher to Dispatchers.Main.immediate

* Change PSI analyzer package

* Added a blank for PSI analysis in the chat

* Add support for code structure analysis and improve tag management

- Refactor TagManager to use thread-safe collections
- Add support for new tag types (EditorTagDetails, FileTagDetails)
- Update UI components to handle structure analysis
- Add new icon for structure tags

* Refactoring tags v2

* Add PSI structure to chat settings

* Add VirtualFile to ClassStructure and improve PSI token tracking

* Support passing PSI structure to completion requests

* Add removeListener method to TagManager and fix memory leak

* Update buildOpenAIMessages to support PSI structure for all providers

* Add selected editor tag when initializing user input header

* Add chat settings configuration screen

* Remove unused editor tag and PSI structure settings panels

---------

Co-authored-by: a.iudin <a.iudin@vk.team>
2025-03-20 03:01:49 +00:00
Carl-Robert Linnupuu
042de5c226 fix: llama.cpp copy task 2025-03-04 14:51:30 +00:00
Carl-Robert Linnupuu
0299f24b1f 3.0.0 2025-03-04 00:46:01 +00:00
Carl-Robert Linnupuu
0f6bb39269 chore: rebranding 2025-03-04 00:37:30 +00:00
Carl-Robert Linnupuu
0819b1cae5 2.16.4 2025-02-25 23:52:31 +00:00
Carl-Robert Linnupuu
0e93c38e29 fix: compatibility issue 2025-02-25 23:41:48 +00:00
Carl-Robert Linnupuu
a120ce544f chore: disable code completion and code assistant by default 2025-02-25 23:39:28 +00:00
Carl-Robert Linnupuu
2e39ac19b8 feat: add Claude 3.7 Sonnet (CodeGPT) 2025-02-25 23:39:23 +00:00
Carl-Robert Linnupuu
6f66fc3b5d 2.17.0 2025-02-12 14:50:13 +00:00
Carl-Robert Linnupuu
c74a29f884 chore: change plugin's name to Proxy AI 2025-02-12 11:57:50 +00:00
carlrobertoh@gmail.com
349a48e6c6 fix: remove internal api usages 2025-02-12 11:57:46 +00:00
carlrobertoh@gmail.com
6a2818c5a8 2.16.3 2025-02-11 12:25:04 +00:00
carlrobertoh@gmail.com
6bfc169f82 docs: update changelog 2025-02-11 12:07:46 +00:00
carlrobertoh@gmail.com
68e081b546 fix: stop statusbar spinner when request fails 2025-02-11 11:54:23 +00:00
carlrobertoh@gmail.com
e37635d11e fix: find referenced files outside of edt 2025-02-11 11:54:20 +00:00
carlrobertoh@gmail.com
e954a0e1ef feat: support latest gemini models (closes #860) 2025-02-11 11:54:16 +00:00
carlrobertoh@gmail.com
220eddd4b2 chore: enable code completion by default 2025-02-11 11:54:05 +00:00
carlrobertoh@gmail.com
aae4c69446 fix: do not include duplicate files 2025-02-11 11:54:01 +00:00
carlrobertoh@gmail.com
060f9c4460 fix: include unsaved content in prompt 2025-02-11 11:53:57 +00:00
carlrobertoh@gmail.com
b816f29bc5 fix: inconsistencies in chat tags 2025-02-11 11:53:53 +00:00
carlrobertoh@gmail.com
c25ad6ee38 fix: remove clashing coroutines deps 2025-02-11 11:53:49 +00:00
carlrobertoh@gmail.com
a487eb0483 feat: add gemini 2.0 flash model and update model combobox menu ui 2025-02-11 11:53:45 +00:00
Aleksandr
c5f2e6065c feat: multiple custom providers (#859)
* Initial changes to switch to multiple custom providers

* Change CredentialKey from enum to sealed class

* Changes in the form of settings, support for saving and other logic

* Add copy service settings logic

* Add service settings migration logic

* Fixed the error of working with passwords on the main thread, added api token cleanup for remote settings

* Check style fix

---------

Co-authored-by: a.iudin <a.iudin@vk.team>
2025-02-11 11:53:40 +00:00
Carl-Robert Linnupuu
b1819c3c8a 2.16.2 2025-02-06 13:53:55 +00:00
Carl-Robert Linnupuu
0043c04b15 docs: update changelog 2025-02-06 12:11:59 +00:00
Carl-Robert Linnupuu
b6d34bfe98 fix: prevent race condition during tool window initialization (fixes #856) 2025-02-06 11:12:10 +00:00
Carl-Robert Linnupuu
bdf5d2bc66 fix: temp workaround for invalid openai model state (fixes #842) 2025-02-06 11:12:07 +00:00
Carl-Robert Linnupuu
0c4340bbd6 fix: adjust tag panel layout to use GridBagLayout for proper vertical alignment (relates #857) 2025-02-06 11:12:04 +00:00
Carl-Robert Linnupuu
926ef3f90c 2.16.1 2025-02-04 00:48:48 +00:00
Carl-Robert Linnupuu
a4829a7ffe refactor: adjust chat avatar sizes 2025-02-04 00:26:18 +00:00
Carl-Robert Linnupuu
2d7a1d73e3 fix: change chat response editor type to 'Untyped' (fixes #832) 2025-02-04 00:11:57 +00:00
Carl-Robert Linnupuu
169496ab06 fix: replace 'Open Prediction' shortcut key (fixes #839) 2025-02-04 00:11:45 +00:00