Rene Leonhardt
d94865be8a
fix: High CPU usage in new files check ( #446 ) ( #474 )
...
* fix: High CPU usage in new files check (#446 )
* Resolve absolute path
2024-04-21 23:42:24 +03:00
Carl-Robert Linnupuu
e4c06fb851
fix: file watcher disposable by making it project-level service
2024-04-21 23:40:29 +03:00
Simon Svensson
bd1b85fc3e
fix: custom OpenAI service settings sync ( #472 )
2024-04-21 23:37:56 +03:00
Simon Svensson
eee497b108
Persist credentials back into the PasswordSafe ( #465 )
2024-04-21 23:37:50 +03:00
René
74a4f01e6c
feat: add support for placeholders in prompts ( #458 )
...
* fixes #432 adds support for Placeholders in Prompts
- activate gradle plugin Git4Idea
- adds PlaceholderUtil
- adds DATE_ISO_8601 PlaceholderReplacer
- adds BRANCH_NAME PlaceholderReplacer
* convert to kotlin, improve ui and add int. test
* fix: do not reuse projects from previous test runs
---------
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2024-04-21 23:37:43 +03:00
Carl-Robert Linnupuu
2e72a10225
2.6.2
2024-04-15 16:10:26 +03:00
Carl-Robert Linnupuu
db697c186d
chore(deps): bump llm-client
2024-04-15 16:05:40 +03:00
Rene Leonhardt
6454773946
fix: Use System Prompt from user configuration ( #454 ) ( #455 )
2024-04-15 16:05:31 +03:00
Carl-Robert Linnupuu
7e92291b26
fix: compatibility problems
2024-04-12 18:20:37 +03:00
Carl-Robert Linnupuu
ea5244c5cc
2.6.1
2024-04-12 17:56:42 +03:00
Carl-Robert Linnupuu
0830299b2c
docs: update changelog
2024-04-12 17:42:00 +03:00
Carl-Robert Linnupuu
6d43876d70
chore(deps): bump llm-client
2024-04-12 17:40:37 +03:00
Carl-Robert Linnupuu
b6be76f40c
fix: temporarily disable tree-sitter logic ( fixes #452 )
2024-04-12 17:40:21 +03:00
Rene Leonhardt
4c466e4618
fix: Use correct setting for updates and screenshot checkboxes ( #446 ) ( #451 )
2024-04-12 17:37:23 +03:00
Rene Leonhardt
438de05903
chore: Convert Java tests to Kotlin ( #447 )
2024-04-12 17:36:07 +03:00
Rene Leonhardt
e4e98466cf
fix: Catch AssertionError in countTokens() ( #445 )
2024-04-12 17:34:05 +03:00
Rene Leonhardt
ba7b51684e
chore: Improve code ( #442 )
...
* chore: Improve code
* Convert classes to records
2024-04-12 17:33:56 +03:00
Rene Leonhardt
f7702286f3
Update to latest 233 platform 2023.3.6 ( #439 )
...
* Update to latest 233 platform 2023.3.6
* Use first non-blank choice from response
2024-04-12 17:31:59 +03:00
Carl-Robert Linnupuu
4e7cdb688f
docs: extract getting started guide into its own doc
2024-04-12 17:30:57 +03:00
Carl-Robert Linnupuu
a677d8c455
fix: compatibility problems
2024-04-10 15:32:52 +03:00
Carl-Robert Linnupuu
f0c74c04dd
Revert "fix: correctly handle changed files to generate a commit message #338 ( #433 )"
...
This reverts commit 9ed95f4e4e .
2024-04-10 15:12:39 +03:00
Carl-Robert Linnupuu
6a25ca9aa3
2.6.0
2024-04-07 17:20:12 +03:00
Carl-Robert Linnupuu
123499dc7f
docs: update changelog
2024-04-07 17:18:20 +03:00
Rene Leonhardt
8fad64eb57
chore(deps): Update checkstyle to 10.15.0 ( #438 )
...
* Cleaned versions catalog and dependencies
* Fixed checkstyle finding
2024-04-07 17:13:17 +03:00
Carl-Robert Linnupuu
662e9986b2
refactor: remove 'Standard' prefix from toolwindow component class names, and other minor cleanup
2024-04-07 17:12:56 +03:00
Rene Leonhardt
dbf05aebc6
chore(deps): Update and centralize dependencies ( #436 )
...
* chore(deps): Update and centralize dependencies
* Update treesitter to 0.22.2
* Update kotlin to 1.9.23
* Update jackson to 2.17.0
* Update gradle-intellij-plugin to 1.17.3
* Update gradle to 8.7
* Use BOMs where possible
* Centralize dependencies in version catalog
* Allow Dependabot to update other modules (add treesitter and buildSrc/src/main/kotlin, remove core)
* fix: preload credentials only once for all headers
2024-04-07 17:12:50 +03:00
Carl-Robert Linnupuu
bce33a9196
fix: use the proper callback for text area autofocus
2024-04-07 17:12:40 +03:00
Carl-Robert Linnupuu
284bec5c01
feat: request focus for text area on toolwindow state changes ( closes #423 )
2024-04-07 17:12:22 +03:00
Artem Borzov
a23371deb7
fix: correctly handle changed files to generate a commit message #338 ( #433 )
...
* fix: properly handle changed files to generate commit message (resolve #338 )
* fix: re-include staged diff in the final prompt
---------
Co-authored-by: borzov <borzov@skbkontur.ru>
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2024-04-07 17:12:02 +03:00
Carl-Robert Linnupuu
02cc4c2a69
docs: update readme
2024-04-07 17:11:54 +03:00
Carl-Robert Linnupuu
44dc629637
docs: update plugin description
2024-04-07 17:11:48 +03:00
Carl-Robert Linnupuu
101e0ba905
docs: update changelog
2024-04-07 17:11:07 +03:00
Carl-Robert Linnupuu
9e27fb1f46
docs: update changelog
2024-04-03 02:25:12 +03:00
Carl-Robert Linnupuu
478be075d9
fix: send button enabled state
2024-04-03 02:25:02 +03:00
Carl-Robert Linnupuu
db182e6377
feat: display total tokens for all providers ( closes #397 )
2024-04-03 02:24:46 +03:00
Carl-Robert
68e35ff323
feat: OpenAI and Claude vision support ( #430 )
...
* feat: add OpenAI and Claude vision support
* refactor: replace awaitility with PlatformTestUtil.waitWithEventsDispatching
* feat: display error when image not found
* chore: bump llm-client
* feat: configurable file watcher and minor code cleanup
* fix: ensure image notifications are triggered only for image file types
* docs: update changelog
* fix: user textarea icon button behaviour
* refactor: minor cleanup
2024-04-03 02:24:29 +03:00
Carl-Robert Linnupuu
9d6346a979
fix: preload credentials to avoid long running tasks on EDT
2024-04-03 02:19:57 +03:00
Carl-Robert Linnupuu
a882bb82fe
fix: migrate from StartupActivity to ProjectActivity
2024-04-03 02:19:42 +03:00
Carl-Robert Linnupuu
171e494409
bump gradle-intellij-plugin version
2024-04-03 02:18:40 +03:00
Carl-Robert Linnupuu
7deba8ab2b
add necessary kotlin deps
2024-04-03 02:17:40 +03:00
Carl-Robert Linnupuu
878e4e7d98
fix: plugin since/until build versions
2024-03-26 15:35:27 +02:00
Chris Campbell
8ccf331988
fix: Allow single Java files to be added to context ( #420 )
2024-03-25 11:50:49 +02:00
Carl-Robert Linnupuu
c0c02d9afb
refactor: remove custom Azure service configuration
2024-03-14 14:58:58 +02:00
Carl-Robert Linnupuu
42105bf308
refactor: clean up old code
2024-03-14 14:34:29 +02:00
Carl-Robert Linnupuu
33c597d8e5
2.5.1
2024-03-14 14:09:59 +02:00
Carl-Robert Linnupuu
8151a69c7e
fix: DeleteConversationAction update thread
2024-03-14 14:06:56 +02:00
Carl-Robert Linnupuu
d4964d139e
docs: update changelog
2024-03-14 13:39:22 +02:00
Carl-Robert Linnupuu
a7610acfa1
fix: couple of intellij platform warnings
2024-03-13 16:47:00 +02:00
Carl-Robert Linnupuu
31f96f8642
fix: github workflow build
2024-03-13 12:03:51 +02:00
Carl-Robert Linnupuu
1edea138cf
chore: bump sinceBuild and javaVersion
2024-03-13 11:53:15 +02:00