Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.8.3 #198

Merged
merged 1 commit into from
Nov 4, 2024
Merged

1.8.3 #198

merged 1 commit into from
Nov 4, 2024

Conversation

acharneski
Copy link
Member

@acharneski acharneski commented Nov 4, 2024

This pull request includes several significant changes, primarily focusing on refactoring and adding new actions, as well as a minor version update. The most important changes include the removal of two actions, the addition of three new actions, and the renaming of a configuration dialog.

Refactoring and Removal:

  • Removed DocumentDataExtractorAction and SaveAsQueryIndexAction classes from src/main/kotlin/com/github/simiacryptus/aicoder/actions/generic/. [1] [2]

New Actions:

  • Added CreateProjectorFromQueryIndexAction class to src/main/kotlin/com/github/simiacryptus/aicoder/actions/knowledge/. This action creates a projector from a query index file.
  • Added DocumentDataExtractorAction class to src/main/kotlin/com/github/simiacryptus/aicoder/actions/knowledge/. This action extracts data from various document types.
  • Added GoogleSearchAndDownloadAction class to src/main/kotlin/com/github/simiacryptus/aicoder/actions/knowledge/. This action performs a Google search and downloads the results.

Configuration Changes:

  • Renamed DocumentDataExtractorConfigDialog from src/main/kotlin/com/github/simiacryptus/aicoder/actions/generic/ to src/main/kotlin/com/github/simiacryptus/aicoder/actions/knowledge/.

Version Update:

  • Updated the plugin version in gradle.properties from 1.8.2 to 1.8.3.

@acharneski acharneski merged commit 1cc7c5e into main Nov 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant