Commit graph

587 commits

Author SHA1 Message Date
Violine
6608005931 feat: Import export prompts (#966)
* feat: added import and export prompt button

* feat: export prompts to file

* feat: import prompts from file

---------

Co-authored-by: alexander.korovin <alexander.korovin@vk.team>
2025-04-15 19:10:19 +01:00
Carl-Robert Linnupuu
f8d4338e86 fix: several minor errors and warnings 2025-04-15 18:21:52 +01:00
Carl-Robert Linnupuu
9da5ec10f9 fix: remove FF when triggering next edits manually 2025-04-06 19:10:10 +01:00
Carl-Robert Linnupuu
7abc74b89a feat: add gemini 2.5 pro model 2025-04-06 19:10:06 +01:00
Carl-Robert Linnupuu
eab997aaed fix: UI issues when image in context 2025-04-06 19:10:01 +01:00
Carl-Robert Linnupuu
3e3d605ab0 fix: update gRPC client with SSL support 2025-04-04 17:33:35 +01:00
Carl-Robert Linnupuu
98ace2ea48 fix: EDT issues when reading files 2025-04-03 14:51:18 +01:00
Carl-Robert Linnupuu
c0c47631e9 fix: toolwindow id inconsistencies 2025-04-03 14:51:15 +01:00
Carl-Robert Linnupuu
ba5eb4fe1f fix: remove clear tags from editor context menu 2025-04-03 14:51:10 +01:00
Carl-Robert Linnupuu
a293c9d5bc feat: add gemini 2.5 pro (exp) model (closes #959) 2025-04-03 14:51:02 +01:00
Carl-Robert Linnupuu
b6d20c0030 fix: do not read file content for directories 2025-03-28 12:36:27 +00:00
Carl-Robert Linnupuu
5e5a1e7826 feat: img support for claude 3.7 sonnet 2025-03-28 12:09:24 +00:00
Carl-Robert Linnupuu
3c72c74af2 feat: replace custom suggestions UI logic with editor lookup API 2025-03-28 12:09:16 +00:00
Violine
c41f2fd2e9 feat: clear chat tag by keyboard shortcut (#946)
* Added a keyboard shortcut to remove tags from an active chat

* Replace Main.immediate dispatcher to EdtDispatcher

---------

Co-authored-by: alexander.korovin <alexander.korovin@vk.team>
2025-03-28 12:08:12 +00:00
Pavel Khattu
c7308a4512 feat: custom base host support for anthropic provider (#948)
* Add support for custom baseHost for Anthropic provider
https://github.com/carlrobertoh/ProxyAI/issues/697

* Use intellij-provided socket factory and trust manager for default client

---------

Co-authored-by: borgotta <paul.khattu@gmail.com>
2025-03-28 12:08:06 +00:00
Carl-Robert Linnupuu
6d0b4b291a fix: do not trigger next edit diff when no change detected 2025-03-24 11:56:50 +00:00
Carl-Robert Linnupuu
02e3a72e52 feat: re-add logic to include the active editor selection when creating a new chat 2025-03-24 11:56:45 +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
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
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
0f6bb39269 chore: rebranding 2025-03-04 00:37:30 +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
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
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
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