Skip to content

Releases: NxtCore/OxideCode

v0.4.1

27 Apr 19:23
261a9ce

Choose a tag to compare

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

v0.4.0

23 Apr 21:00
ac8da99

Choose a tag to compare

Merge pull request #2 from NxtCore/rework/sweep-parity

Rework IntelliJ Plugin

v0.3.3

20 Apr 22:14

Choose a tag to compare

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

11 Apr 23:01

Choose a tag to compare

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

09 Apr 22:46

Choose a tag to compare

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

03 Apr 14:00
85af64f

Choose a tag to compare

First usable releases :D