What's new?

6.1 (Aug 9, 2024)

  • Research
    Multiple AI agents will perform research in parallel to find all relevant information about the task and project. Helps AI models understand the project better and work on existing codebases

  • Planner
    Creates a plan before task execution and shows the progress

  • File context management
    Helps reduce token usage by allowing you to remove no longer needed files from chat context

  • Automatic code linter runs after file changes
    Automated code validation provides feedback to AI model when code validation fails for:
    JavaScript, Python, Java, TypeScript, C, C++, C#, Ruby, Go, PHP, Rust, HTML, JSON, CSS

6.0 (Jul 26, 2024)

  • Integrated real Browser with Dev Tools - (resolves console errors automatically, takes screenshots)

  • Git integration

  • New UI

  • Minor bug fixes

5.25

  • Claude Sonnet 3.5

  • gpt-4o-mini

  • "diff" preview for code changes

  • reduced token usage ( multiple file operations in one tool call help reduce number of roundtrips)

5.23

  • GPT-4 Turbo with Vision! Build anything from a screenshot

5.22

  • Latest GPT-3.5 Model

  • Basic GPT-4 Vision Support

  • Task-based conversation

  • Dynamic Context (dynamic system message, summarization of conversation when exceeds certain limit) - reduces tokens usage significantly

5.21

  • Latest OpenAI models

  • Parallel function calling (will reduce roundtrips and token usage)

  • Removed PDF parsing / uploading

  • Minor bug fixes

5.19

  • Major improvements to reduce tokens usage

5.18

  • File names are clickable, configure to open your IDE of choice by clicking on a file name

  • Use "arrow up" key to bring up last message from chat

5.16

  • GPT-4 Tubo

  • Response streaming

  • Removed SQL and Chat modes

5.15

  • Google search

  • URL fetching and searching

5.14

  • Semantic code search. Vector embeddings created for source code files in the project with OpenAI API embeddings. All data and embeddings are stored locally on your computer.
    Ask questions about your code, or let AI decide when it should use code search.
    Code search makes it easier to work on existing projects

5.13

  • Smart Context - dynamic context that helps reduce token usage and extend context limitations. This feature will get improved over time.

5.12

  • Chat history. Save entire chat and continue from where you left off.
    Also can be used as a way to build and save reporting dashboards in SQL mode.

    All chat history is saved on your computer

5.11

  • Copy, Delete message functionality
    Allows deleting all conversation down from a certain point. Also can delete attached files

  • SQL - Refresh button was added, now you can rerun SQL query

  • Code - Ability to read multiple files at once - saves tokens usage and time by reducing round trips

  • Code - Ability to make multiple updates at ounce - saves tokens usage

  • What's New link

  • Other minor UI/UX improvements