Skip to content

Releases: arturbac/kdevcxx_with_ai

v0.1.5-devel

15 Mar 17:19
Compare
Choose a tag to compare

Release Notes for v0.1.5-devel

Enhancements:

  • Kate Plugin Addition: Introduced a new plugin for Kate.
  • AI Page in KDevelop Settings: A dedicated AI page has been added to the KDevelop settings (also present in Kate settings).

Fixes:

  • KDevelop Settings - Invalid Pointer Dereference: Addressed a issue where an invalid pointer dereference could occur within the KDevelop settings.
  • Context Menu Duplication Issue (#3): Resolved issue #3, which caused multiple Process with AI actions to appear in the context menu.

Refactor:

  • Plugin Common Split into Library: The common code used across plugins has been refactored into a standalone library.

v0.1.4

13 Mar 00:52
Compare
Choose a tag to compare

Release Notes

This version marks the first candidate for stable release, moving out of the development phase.

New Features

  • AI Page in KDevelop Settings: I've introduced a new AI settings page in KDevelop, making it easier for users to manage AI-related configuration.

  • Storing Settings: Enhanced the settings storage mechanism to provide storage of settings.

Improvement

  • Optimized C++ AI Rule: AI performed optimizations on the C++ AI rules for itself ..

v0.1.3-devel

12 Mar 18:51
Compare
Choose a tag to compare

Release Notes v0.1.3-devel

New Features

  • Context Menu Integration for OpenAI Requests: Users can now invoke OpenAI requests directly from the context menu.

Enhancements

  • GPT Model Setting in AI Settings: A new gpt_model setting has been introduced in the AI settings section. This addition allows users to specify the GPT model they prefer to use for their OpenAI requests.

  • Improved Default AI Rules: The default AI rules have been improved for better performance and user experience.

v0.1.2-devel

11 Mar 23:13
Compare
Choose a tag to compare

Release Notes for v0.1.2

Improvements

  • Various code improvements.
  • Changed max tokens to maximum value 4096, as it is not much when refactoring code.
  • Added error message box when an error happens.
  • Fixed modal dialog on startup.

v.0.1.1-devel

10 Mar 23:26
Compare
Choose a tag to compare

Release v0.1.1-devel

Features

  • Improved install script for any linux distirbution.

v0.1.0-devel

10 Mar 23:04
Compare
Choose a tag to compare

Release v0.1.0 - First Development Release

This is the first development release of our project, aimed at laying the groundwork for future features and improvements.

Features

  • Background processing with modal dialog for progress tracking.
  • Added logging and customizable settings.

Improvements

  • Updated packages for better performance and security.
  • AI-processed documents are now read-only.
  • In the latest update, the hotkey has been changed to Ctrl + 1. Additionally, this hotkey is now customizable within the settings.

Documentation Updates

  • Multiple updates to README.md for better clarity.

Your feedback is welcome as I will continue to enhance the project!