The Opik Chat History
extension for VSCode will allow you to save your Cursor chat sessions in Opik. You can share these chat sessions with your team or even on Twitter / X if you are so inclined ! Your vibe coding session no longer need to be private !
Learn more about:
- Opik is an Open-Source LLM evaluation platform that allows you to keep track of all your LLM chat conversations in one place.
- Cursor is "the" AI Code Editor.
- Zencoder is an AI coding agent that can be used as a VSCode extension, no need to install yet another IDE just to get access to the best AI tools out there.
When you use this extension, it will automatically upload your Cursor chats to Opik and make them available in the cursor
project. You will be to view the conversations in the thread
tab and view your token usage in the metrics tab, you'd be surprised how many tokens you consume!
To install this extension in Cursor, first navigate to the Github repository Release page and download the latest release. Once downloaded, unzip the file and drag-and-drop it onto the Extensions tab in Cursor.
Once it is installed, you will be prompted in the bottom right of the screen to enter your Opik API key. You can create a free Opik account at https://www.comet.com/signup. Refer to the Condifuration section below for additional information.
To install the installation, navigate to the extensions tab and search for "Opik Chat History". Click on the extension name and then click Install.
To configure the extension, open up VSCode settings (Ctrl + ,), find the setting called "Zencoder - Opik Chat History: Opik API Key", and enter your Opik API key. You can create a free Opik account at https://www.comet.com/signup.
Once installed, there is nothing for you to do ! Just sit back and enjoy your coding experience knowing that all your chat history is saved in Opik
💻: This extension is currently under development 🚧. Please report any bugs on Github if you run into any issues.
This extension is Open-Source and available on Github.
In order to debug the application, you will need to:
- Run
npm run compile
- This is to compile the Typescript extension to javascript - Navigate to
./out/extension.js
and pressF5
.