Commit graph

343 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
b72ddfccd6 fix: migrate from StartupActivity to ProjectActivity 2024-03-27 21:48:48 +02:00
Carl-Robert Linnupuu
9d28e3e009 refactor: code cleanup 2024-03-27 18:27:37 +02:00
Carl-Robert
657868453f
feat: migrate to a new inline completion api (#425)
* fix: plugin since/until build versions

* add necessary kotlin deps

* migrate to new inline completions api

* remove previous implementation

* replace build and platform versions

* bump gradle-intellij-plugin version
2024-03-27 14:34:09 +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
dependabot[bot]
6b2bcc4bf6
chore(deps): bump org.json:json in /codegpt-core (#394)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240205 to 20240303.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 23:21:15 +02:00
dependabot[bot]
04c98ba715
chore(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (#402)
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.16.2.

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 23:20:52 +02:00
Carl-Robert Linnupuu
678768c069 fix: intellij platform warning (#400) 2024-03-12 23:13:16 +02:00
Carl-Robert Linnupuu
8c986fd7de feat: support git commit message generation with custom openai and anthropic service (#390) 2024-03-12 21:27:51 +02:00
Carl-Robert Linnupuu
9990c6a57b feat: add code completion feature toggle keyboard-shortcut (#392) 2024-03-12 16:54:51 +02:00
Carl-Robert
91dd7bdb43
feat: apply post-processing for code completions (#404) 2024-03-11 23:13:10 +02:00
Dmitry Melanchenko
12cf5198f8
feat: implement support for You Pro modes (#399)
* Implement support for You Pro modes: Default, Agent, Custom with various 3rd party models and Research

* Update list of You modes/models depending on user having subscription

* add default value for chatMode
2024-03-11 22:25:33 +02:00
Carl-Robert Linnupuu
acbe550810 2.5.0 2024-03-06 16:10:07 +02:00
Carl-Robert Linnupuu
56c2995707 chore(deps): bump llm-client 2024-03-06 15:44:29 +02:00
Carl-Robert Linnupuu
74e0db5eb6 fix: add default api version 2024-03-06 15:07:58 +02:00
Carl-Robert Linnupuu
1aeac0d867 docs: update docs 2024-03-06 13:02:10 +02:00
Carl-Robert Linnupuu
672b7c6a5a docs: update changelog 2024-03-06 12:55:56 +02:00
Carl-Robert
9706a357d2
feat: support claude completions (#398) 2024-03-06 12:48:29 +02:00
squall
20c31de21d
fix: completion prompt template for Deepseek Coder (#387)
* fix: completion prompt template for Deepseek Coder

* Add stop token
2024-02-29 16:23:29 +02:00
Carl-Robert Linnupuu
b972078395 2.4.0 2024-02-26 15:10:26 +02:00
Carl-Robert Linnupuu
88946343c5 fix: custom service request body value conversions 2024-02-24 17:06:52 +02:00
Carl-Robert Linnupuu
eeda43b0e4 feat: support lookup completions for custom openai service 2024-02-24 14:38:51 +02:00
Carl-Robert Linnupuu
557f9b0ca0 fix: custom service request body serialization 2024-02-24 01:12:21 +02:00
Carl-Robert Linnupuu
fbf43393cb docs: update changelog 2024-02-23 18:01:03 +02:00
Carl-Robert
8507c779b1
feat: support custom OpenAI-compatible service (#383) 2024-02-23 17:41:44 +02:00
jlatiav
c8bb33d9b2
fix: respect proxy settings for azure client (#382) 2024-02-22 12:40:12 +02:00
Oleksii Maryshchenko
9627bbda15
feat: use llama cpp for generation of git commit message. (#380)
* Enable remote llama cpp server for Windows.

* Mixtral instruct template was added.

* Use llama cpp for generation of git commit message.

* style fix
2024-02-22 12:23:22 +02:00
Oleksii Maryshchenko
6e1a116ed2
feat: enable remote server settings for Windows + Mixtral Instruct template (#378)
* Enable remote llama cpp server for Windows.

* Mixtral instruct template was added.
2024-02-21 00:03:06 +02:00
Carl-Robert Linnupuu
dd4460a84f 2.3.1 2024-02-19 18:45:03 +02:00
Carl-Robert Linnupuu
df71b04301 docs: update changelog 2024-02-19 18:22:47 +02:00
Carl-Robert Linnupuu
29c40a06aa fix: azure credential condition (fixes #375) 2024-02-19 18:17:06 +02:00
Carl-Robert Linnupuu
ad55078107 chore(deps): bump com.knuddels:jtokkit from 0.6.1 to 1.0.0 2024-02-19 14:52:37 +02:00
Carl-Robert Linnupuu
5a88a7d9f3 feat: hide code completion feature for Azure and You service 2024-02-19 14:33:25 +02:00
Carl-Robert Linnupuu
c05b42fddf fix: caret offset location upon document changes (fixes #367) 2024-02-19 14:11:08 +02:00
Carl-Robert Linnupuu
b059aeac6c fix: general settings isModified state 2024-02-19 01:11:29 +02:00
Carl-Robert Linnupuu
08cb81dabf refactor: openai settings form 2024-02-19 00:56:10 +02:00
Carl-Robert Linnupuu
d475ddb36f feat: support custom openai model configuration 2024-02-19 00:46:28 +02:00
Carl-Robert Linnupuu
4ccba567d9 2.3.0 2024-02-15 21:14:13 +02:00
Carl-Robert Linnupuu
33de777374 feat: upgrade llama submodule 2024-02-14 18:10:30 +02:00
Carl-Robert Linnupuu
4ed74a31c1 feat: second set of autocomplete improvements
- support typing as suggested functionality
- do not fetch completions on cursor change
- other minor fixes
2024-02-11 01:31:34 +02:00
PhilKes
056276d626 fix: Skip AbstractCredentialsManager.setCredential if credential is null 2024-02-09 01:37:08 +02:00
Carl-Robert Linnupuu
01ec29c102 fix: code completion int. test 2024-02-08 02:32:36 +02:00
Carl-Robert Linnupuu
e831213509 fix: code completion cancelling 2024-02-08 01:58:15 +02:00