Skip to content

Releases: NxtCore/OxideCode

v0.4.1

Choose a tag to compare

@Henrik-3 Henrik-3 released this 27 Apr 19:23
261a9ce

fix incrorrect prompt building and an issue where streams were not cancelled correctly

v0.4.0

Choose a tag to compare

@Henrik-3 Henrik-3 released this 23 Apr 21:00
ac8da99
Merge pull request #2 from NxtCore/rework/sweep-parity

Rework IntelliJ Plugin

v0.3.3

Choose a tag to compare

@Henrik-3 Henrik-3 released this 20 Apr 22:14

First release with meaningful parity between sweep and oxidecode.
IntelliJ only for now, VS Code is prepared to get the Rust Core changes as well

v0.2.7

Choose a tag to compare

@Henrik-3 Henrik-3 released this 11 Apr 23:01
Bump version to 0.2.7 and enhance cross-file context for NES predictions

Implemented cross-file recent change tracking and document context for the Next-Edit Suggestion (NES) engine. This allows the model to better understand edits spanning multiple files by passing relevant file chunks and diffs into the prompt.

- **Core**: Updated `engine.rs` and `prompt.rs` to compute and include `cross_file_recent_changes` and `cross_file_chunks` in the sweep prompt.
- **VS Code**: Enhanced `ApiClient` and `DocumentTracker` to track and provide content for external files involved in recent edits.
- **Version**: Bumped version to `0.2.7` in both IntelliJ and VS Code manifests.

v0.2.5

Choose a tag to compare

@Henrik-3 Henrik-3 released this 09 Apr 22:46
Make gradlew executable in build-universal workflow

Added a step to grant execution permissions to the Gradle wrapper within the `intellij-plugin` directory to ensure the IntelliJ plugin can be built correctly on CI runners.

v0.2.0

Choose a tag to compare

@Henrik-3 Henrik-3 released this 03 Apr 14:00
85af64f

First usable releases :D