Carlrobertoh CodeGPT Versions Save

JetBrains extension providing access to state-of-the-art LLMs, such as GPT-4, Claude 3, Code Llama, and others, all for free

2.4.1-pre

2 months ago

2.2.0

6 months ago

#178 - Add support for running local LLMs via LLaMA C/C++ port

2.2.0-pre

6 months ago

#178 - Add support for running local LLMs via LLaMA C/C++ port

2.0.6

8 months ago

Removed

  • Functionality to fetch/use OpenAI account name

Fixed

  • Rendering user input's newlines

Added

  • Support for closing other tabs (#172)
  • Support for configuring custom hosts for OpenAI and Azure services

2.0.3

10 months ago

Fixed

  • Empty editor context menu item text (#137)
  • Temp file path resolving (#130)

Improved

  • Response streaming

Added

  • Reset chat window toolbar action (#138)

2.0.2

10 months ago

Fixed

  • Settings deserialization error

Improved

  • Memory consumption by disposing unused editors which are no longer needed

Removed

  • Main editor focus stealing on response streaming

2.0.1

10 months ago

Added

  • New GPT-3.5-16k model

Fixed

  • NPE when displayName couldn't be fetched

Improved

  • Proxy support by disabling the default trustmanager

Removed

  • Off-screen rendering setting option
  • Automatic textarea focus on stream completion (#126)

2.0.0

11 months ago

Added

  • Automatic retry logic on stream timeouts

Improved

  • Input prompt text field UI/UX (height grows with the content)

Removed

  • Custom prompt editor action (users can now provide custom actions within the chat window itself)

Replaced

  • ToolWindow HTML content with native Swing components

Secured

  • OPENAI_API_KEY persistence, key is saved in the OS password safe from now on

1.10.8

11 months ago

Added

  • Support custom server/model configuration, allowing easy integration with LocalAI and Langchain
  • Support API Key retrieval from environment variable

1.10.7

1 year ago

Added

  • Keymap support for plugin actions
  • Support for off-screen browser rendering