Changelog
Stay up-to-date with the latest improvements and fixes in PURECODE AI.
Last updated
Stay up-to-date with the latest improvements and fixes in PURECODE AI.
Last updated
April 17, 2025
Removed the auth reducer from persistent storage.
Added an initial check in AuthWrapper
from secretstorage
to verify token availability. If the token is not present, it will attempt to fetch it from localStorage
. If not available, the token will be removed from the Redux state.
Updated the design and interaction of the "Continue Generation" button.
Fixed an issue where the cursor pointer would jump while editing the planning step and prompt.
Resolved the issue with the missing advanced indexing loader during generation.
Fixed the reminder logic to notify users about advanced indexing based on their preferences stored in the database.
Resolved an issue where normal indexing was not being computed unless advanced indexing was enabled.
Users are now prevented from enabling advanced indexing while normal indexing is in progress. A toast notification is shown in such cases.
All indexing operations are now stopped on user sign-out and will automatically restart after sign-in.
Fixed inconsistencies in indexing status updates, particularly during Git operations and other edge cases such as RepoMapInd
.