PureCode AI
  • PureCode AI Extension
  • Getting Started
    • Getting Started
  • Features
    • Chat
      • @Features
        • @Docs
        • @Files
        • @Folder
        • @Code
        • @Git
        • @Terminal
        • @UI
    • Dual Operation Modes
      • Normal Mode [ Chat ]
      • Agent Mode
      • Switching Between Modes
    • Context Awareness
      • Normal Indexing
      • Advance Indexing
    • Human-like Code Understanding with @codebase
    • Interactive Planning Mode
    • Adaptive Learning Preferences
    • Global and Project Custom Instructions
      • Global Instructions
      • Project Chat Instructions:
    • Docs Indexes and UI Docs Indexes
      • Docs Indexes
      • UI Docs Indexes
    • "Reject" and "Accept"
    • Image-to-Code
    • Video Tutorial's
    • Prompting Techniques
    • Chat Vs Codebase Chat
    • Solving Errors
  • Frequently Asked Questions
  • Changelog
Powered by GitBook
On this page
  • v4.0.2
  • Added:
  • Improved:
  • Fixed:
  • v 4.0.1
  • v 4.0.0
  • New UI Feature: Smooth Version Navigation
  • New Model Support: Gemini 2.5 Pro, Claude 3.7 and GPT-4.1
  • v 3.0.9
  • Auth:
  • UI/UX Update:
  • Bug Fix:
  • Indexing Improvements and Bug Fixes:

Changelog

Stay up-to-date with the latest improvements and fixes in PURECODE AI.

PreviousFrequently Asked Questions

Last updated 22 hours ago

v4.0.2

May 10, 2025

Added:

  • Support for Checkpoint and Restore File Changes: This feature enables users to restore project files to specific snapshots, offering an easy way to roll back changes.

  • Agents for Codebase Context & Running Terminal Commands: Now you can manage the codebase context more efficiently and run terminal commands directly for streamlined workflows.

  • read_codebase Toolcall Implemented Using Provider \ A new toolcall method read_codebase has been introduced, implemented through a provider, offering enhanced access to the codebase for better management and context retrieval.

Improved:

  • Trimming Content of Terminal Provider to 150 Lines: To keep things clean and efficient, the terminal provider will now limit its output to 150 lines. This helps prevent too much clutter and ensures better performance without overwhelming you with excessive data.

  • Preventing the Calculation of Advanced Indexing on Queries for Agent Mode: When working in agent mode, we've stopped the system from calculating advanced indexing during queries. This change improves speed and ensures the process is more efficient, without unnecessary tasks slowing things down.

  • Preventing Context Passing in Agent Mode: Context won't be automatically passed along in agent mode anymore. This makes sure each operation is more focused, avoiding any interference from previous contexts and keeping things precise.

  • Files Visible in Provider Once Created or Added to Codebase: Now, as soon as you create or add files to your codebase, they’ll be visible in the provider. No need to wait or refresh; you’ll have immediate access to your files when you need them.

  • More Dynamic Actions and Management for Generated Codes: The Accept All and Reject All options now appear above the Continue Generating button, even when responses are interrupted. Users can accept/reject all at once and continue the generation process, allowing them to manage further responses as they come. This applies to all assistant responses with code blocks for easier code management.

Fixed:

  • UI/UX Stability and Improvements: Removed gradient loaders and replaced them with a more straightforward "Generating" status view, including an option to stop the process. This update improves visual clarity and access during task generation.

  • Image Input Copy/Paste Issue Fixed: Resolved issues where image inputs were being pasted twice in the chat area and where no response was being received after pasting and hitting send.

v 4.0.1

May 01, 2025

  • Switched default model to Gemini 2.5 pro preview

  • UI/Ux Improvements

v 4.0.0

April 26, 2025

New UI Feature: Smooth Version Navigation

  • New Interactive Feature: Users can now smoothly navigate between different chat versions by hovering over horizontal dots in the chat area, making it easier to switch and view previous states of the conversation.

New Model Support: Gemini 2.5 Pro, Claude 3.7 and GPT-4.1

  • We've integrated support for three advanced AI models—GPT-4.1, Claude 3.7, and Gemini 2.5 Pro into our platform. These additions provide users with access to cutting-edge AI capabilities, offering enhanced performance, improved accuracy, and greater versatility across various tasks.

v 3.0.9

April 17, 2025

Auth:

  • 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.

UI/UX Update:

  • Updated the design and interaction of the "Continue Generation" button.

Bug Fix:

  • 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.

Indexing Improvements and Bug Fixes:

  • 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.