Commit graph

911 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
4e3d520ac8 feat: add sonnet 4 and flash 2.5 models 2025-06-02 12:47:01 +01:00
Carl-Robert Linnupuu
b9cfae712e refactor: sse message parsing 2025-06-02 12:46:56 +01:00
Carl-Robert Linnupuu
a2cb6f65c5 refactor: remove retry logic 2025-06-02 12:46:52 +01:00
Carl-Robert Linnupuu
9fcc369247 fix: toolwindow editor's header UI inconsistancies 2025-06-02 12:46:47 +01:00
Carl-Robert Linnupuu
14d6b5314d feat: direct apply based on Dice-Sørensen coefficient 2025-06-02 12:46:42 +01:00
Carl-Robert Linnupuu
9b6cb9de2c feat: diff based editing 2025-06-02 12:46:35 +01:00
Carl-Robert Linnupuu
59d3191957 3.3.0 2025-05-13 14:48:37 +01:00
Carl-Robert Linnupuu
9607d521c5 docs: update changelog 2025-05-13 14:43:54 +01:00
Carl-Robert Linnupuu
dce1e1045d feat: add o4-mini model 2025-05-13 14:43:13 +01:00
Carl-Robert Linnupuu
e5c965bc33 fix: build 2025-05-13 14:42:38 +01:00
Carl-Robert Linnupuu
b8f4ea4c47 fix: npe on quota exceeded error (fixes #1007) 2025-05-13 14:36:00 +01:00
Carl-Robert Linnupuu
6a58ccb090 fix: increase max output tokens limit (fixes #1017) 2025-05-13 14:35:54 +01:00
Carl-Robert Linnupuu
28a7aa7a1d fix: response editor min height 2025-05-13 14:35:49 +01:00
Carl-Robert Linnupuu
484fce1f83 fix: next edit calls upon empty completion 2025-05-13 14:35:44 +01:00
Carl-Robert Linnupuu
6536ff441b fix: dispose next edits on similar strings 2025-05-13 14:35:38 +01:00
Carl-Robert Linnupuu
8318fd7ec5 fix: scroll down on submit 2025-05-13 14:35:33 +01:00
Carl-Robert Linnupuu
e03b22a18e fix: threading issues 2025-05-13 14:35:28 +01:00
Carl-Robert Linnupuu
2900d4b76a fix: NPE on missing credential (fixes #1021) 2025-05-13 14:35:23 +01:00
Carl-Robert Linnupuu
cc8c6ad879 fix: run commit actions on background thread (fixes #1021) 2025-05-13 14:35:19 +01:00
Carl-Robert Linnupuu
c927ae4a04 feat: add message loading and several other UI improvements 2025-05-13 14:35:12 +01:00
Carl-Robert Linnupuu
0fa28f02a9 feat: new tab experience 2025-05-13 14:34:55 +01:00
pholica
1c678e7005 feat: new prompt format for granite (#1023) 2025-05-13 14:24:09 +01:00
Danil Ovchinnikov
68e57b790f feat: new icon to indicate that LLaMA model is not downloaded (#1018) 2025-05-13 14:24:05 +01:00
Carl-Robert Linnupuu
db8d42d5cd 3.2.5 2025-04-30 12:57:46 +01:00
Carl-Robert Linnupuu
31735ecf1b docs: update changelog 2025-04-30 12:40:39 +01:00
Carl-Robert Linnupuu
1037eae0d5 fix: build 2025-04-30 12:29:52 +01:00
Phil
3ac7b590a7 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-30 12:27:19 +01:00
Carl-Robert Linnupuu
60f943687d chore: fix build 2025-04-30 12:27:15 +01:00
Carl-Robert Linnupuu
0278cde66d feat: special handling for generated code blocks without the path 2025-04-30 12:27:11 +01:00
Carl-Robert Linnupuu
c53fcba00b feat: support file paths in generated code blocks 2025-04-30 12:27:07 +01:00
Carl-Robert Linnupuu
7294c5c4d7 3.2.4 2025-04-23 12:10:11 +01:00
Carl-Robert Linnupuu
11bc3609e5 docs: update changelog 2025-04-23 11:55:08 +01:00
Carl-Robert Linnupuu
e93afa0e82 fix: create lookup in read action (fixes #997) 2025-04-23 11:54:43 +01:00
Carl-Robert Linnupuu
b7fea58479 fix: internal ide error (fixes #1001) 2025-04-23 11:54:38 +01:00
somedev7
dfa72e3b8e feat: Add support for new OpenAI and Google models (#1002)
Co-authored-by: Slavik <slvk@dev>
2025-04-23 11:54:33 +01:00
Carl-Robert Linnupuu
9133b18766 3.2.3 2025-04-16 01:14:42 +01:00
Carl-Robert Linnupuu
6a9180e3de docs: update changelog 2025-04-16 01:02:28 +01:00
Carl-Robert Linnupuu
d157ef6917 fix: filter duplicate referenced files (relates #975) 2025-04-16 01:01:47 +01:00
Carl-Robert Linnupuu
80a5993748 feat: add gpt-4.1 models (relates #994) 2025-04-16 01:01:44 +01:00
dependabot[bot]
9c362e1a00 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-15 19:10:33 +01:00
dependabot[bot]
5855a29805 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-15 19:10:30 +01:00
dependabot[bot]
cfee52b610 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-15 19:10:27 +01:00
Aleksandr
71a4e6ed2a Add local.properties to gitignore and register runCustomIde task using customIdePath property. (#973)
Co-authored-by: a.iudin <a.iudin@vk.team>
2025-04-15 19:10:22 +01:00
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
c8d27d878f 3.2.2 2025-04-06 19:44:28 +01:00
Carl-Robert Linnupuu
41270fd105 docs: update changelog 2025-04-06 19:10:41 +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