Commit graph

1023 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
447a0e1940 fix: npe on quota exceeded error (fixes #1007)
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-05-13 11:23:31 +01:00
Carl-Robert Linnupuu
c0417e558b fix: increase max output tokens limit (fixes #1017) 2025-05-13 11:07:08 +01:00
Carl-Robert Linnupuu
430136d779 fix: response editor min height 2025-05-13 11:04:23 +01:00
Carl-Robert Linnupuu
f9f1282ab4 fix: next edit calls upon empty completion 2025-05-13 11:03:39 +01:00
Carl-Robert Linnupuu
b7f7f22fc3 fix: dispose next edits on similar strings 2025-05-13 00:57:46 +01:00
Carl-Robert Linnupuu
9c7649d365 fix: scroll down on submit 2025-05-13 00:11:27 +01:00
Carl-Robert Linnupuu
a7ee551226 fix: threading issues 2025-05-12 23:25:07 +01:00
Carl-Robert Linnupuu
cbf8d62b28 fix: NPE on missing credential (fixes #1021) 2025-05-12 23:24:07 +01:00
Carl-Robert Linnupuu
77e1f3c397 fix: run commit actions on background thread (fixes #1021) 2025-05-12 23:22:37 +01:00
Carl-Robert Linnupuu
ef998a7283 feat: add message loading and several other UI improvements 2025-05-12 22:56:43 +01:00
Carl-Robert Linnupuu
73f73f5950 feat: new tab experience 2025-05-12 16:02:39 +01:00
pholica
def02bba72
feat: new prompt format for granite (#1023)
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-05-12 13:23:47 +01:00
Danil Ovchinnikov
bce1fc2999
feat: new icon to indicate that LLaMA model is not downloaded (#1018) 2025-05-12 13:23:18 +01:00
Carl-Robert Linnupuu
2501d4d2c1 3.2.5
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-04-30 12:59:43 +01:00
Carl-Robert Linnupuu
b1d8b0ce07 docs: update changelog 2025-04-30 12:39:26 +01:00
Phil
9f3d1cf3bf
feat: use GoogleCompletionRequest.systemInstruction for system prompt (#989)
* feat: use GoogleCompletionRequest.systemInstruction for system prompt

* fix(test): req body assertion

---------

Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2025-04-29 17:59:47 +01:00
Carl-Robert Linnupuu
612ccc440a chore: fix build 2025-04-29 16:55:28 +01:00
Carl-Robert Linnupuu
77e651986d feat: special handling for generated code blocks without the path 2025-04-29 14:16:59 +01:00
Carl-Robert Linnupuu
9fb1f9b924 feat: support file paths in generated code blocks 2025-04-29 01:33:10 +01:00
Carl-Robert Linnupuu
f63326a57e 3.2.4
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-04-23 12:12:43 +01:00
Carl-Robert Linnupuu
3fac93ef8b docs: update changelog 2025-04-23 11:51:27 +01:00
Carl-Robert Linnupuu
e0025bd78b fix: create lookup in read action (fixes #997)
Some checks failed
Build / Build (push) Failing after 2s
Build / Verify Plugin (push) Has been skipped
2025-04-22 13:26:31 +01:00
Carl-Robert Linnupuu
e9630f22a0 fix: internal ide error (fixes #1001) 2025-04-22 13:23:56 +01:00
somedev7
7e5828a7b9
feat: Add support for new OpenAI and Google models (#1002)
Co-authored-by: Slavik <slvk@dev>
2025-04-22 13:17:58 +01:00
Carl-Robert Linnupuu
0f69390632 3.2.3 2025-04-16 01:19:23 +01:00
Carl-Robert Linnupuu
7ffc45278c docs: update changelog 2025-04-16 00:57:59 +01:00
Carl-Robert Linnupuu
c59df693aa fix: filter duplicate referenced files (relates #975) 2025-04-16 00:46:30 +01:00
Carl-Robert Linnupuu
cb7389fd7f feat: add gpt-4.1 models (relates #994) 2025-04-15 23:14:45 +01:00
Carl-Robert Linnupuu
52978d2ce6 fix: several minor errors and warnings 2025-04-15 19:08:32 +01:00
dependabot[bot]
bbb0f54a12
chore(deps): bump com.rudderstack.sdk.java.analytics:analytics (#953)
Bumps [com.rudderstack.sdk.java.analytics:analytics](https://github.com/rudderlabs/rudder-sdk-java) from 3.0.0 to 3.1.2.
- [Release notes](https://github.com/rudderlabs/rudder-sdk-java/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-java/compare/v3.0.0...v3.1.2)

---
updated-dependencies:
- dependency-name: com.rudderstack.sdk.java.analytics:analytics
  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-04-07 00:50:05 +01:00
dependabot[bot]
2d77618637
chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#952)
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.1.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.1.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  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-04-07 00:49:55 +01:00
dependabot[bot]
b83c6e8e88
chore(deps): bump org.jsoup:jsoup from 1.17.2 to 1.19.1 (#951)
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.17.2 to 1.19.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.17.2...jsoup-1.19.1)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  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-04-07 00:49:43 +01:00
Aleksandr
7a5598eb1d
Add local.properties to gitignore and register runCustomIde task using customIdePath property. (#973)
Co-authored-by: a.iudin <a.iudin@vk.team>
2025-04-07 00:49:18 +01:00
Violine
2a6fc7c7ba
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-07 00:49:07 +01:00
Carl-Robert Linnupuu
3cae567e4f 3.2.2 2025-04-06 19:48:13 +01:00
Carl-Robert Linnupuu
3f2c8e1a42 docs: update changelog 2025-04-06 19:07:55 +01:00
Carl-Robert Linnupuu
b7d6400594 fix: remove FF when triggering next edits manually 2025-04-06 18:59:54 +01:00
Carl-Robert Linnupuu
4247cbddfb feat: add gemini 2.5 pro model 2025-04-06 18:37:57 +01:00
Carl-Robert Linnupuu
1ec5e3ad58 fix: UI issues when image in context 2025-04-06 17:45:58 +01:00
Carl-Robert Linnupuu
109aa46131 docs: update changelog 2025-04-04 17:34:49 +01:00
Carl-Robert Linnupuu
1dfca8116b fix: update gRPC client with SSL support 2025-04-04 16:46:02 +01:00
Carl-Robert Linnupuu
46aa0be33a 3.2.1 2025-04-03 15:24:15 +01:00
Carl-Robert Linnupuu
faf8e90835 docs: update changelog 2025-04-03 14:56:12 +01:00
Carl-Robert Linnupuu
60284004ef fix: EDT issues when reading files 2025-04-03 14:38:02 +01:00
Carl-Robert Linnupuu
8575cfa40d fix: toolwindow id inconsistencies 2025-04-03 14:05:02 +01:00
Carl-Robert Linnupuu
c460e9dd8a fix: remove clear tags from editor context menu 2025-04-03 14:04:43 +01:00
Carl-Robert Linnupuu
7fe98cc6d5 docs: add cloudfront 2025-04-03 13:48:29 +01:00
Carl-Robert Linnupuu
9a54623d92 feat: add gemini 2.5 pro (exp) model (closes #959) 2025-04-02 00:23:37 +01:00
Carl-Robert Linnupuu
fcef0ed9f8 3.2.0 2025-03-28 12:47:45 +00:00
Carl-Robert Linnupuu
1b3afe8a84 fix: do not read file content for directories 2025-03-28 12:32:30 +00:00