CursorLens
CursorLens copied to clipboard
An open-source dashboard for Cursor.sh IDE. Log AI code generations, track usage, and control AI models (including local ones). Run locally or use upcoming hosted version.
# Improve Log Handling and Database Storage This PR addresses the issue reported in [#23](https://github.com/HamedMP/CursorLens/issues/23) regarding empty `log.body.messages` on the logs page. The changes improve log handling, database storage, and...
Before creating a PR witha a fix for ["Issue on logs page - log.body.messages is empty" ](https://github.com/HamedMP/CursorLens/issues/23), I wanted to introduce unit tests to the project. I've added setup for...
I'm struggling with the following issue:  The issue is caused by the incorrect encoding of log body that is getting added to the database. While reading, it cannot be...
Tried doing a clean reset and the regular build but both are stuck after migration on Running generate ... its been hours upon hours the last few days using npx...
- fix ENV vars on build. - add `cursorlens-` to prefix intances. - use local dir for volume to avoid losing volume on prunes. - re-add missing ngrok
Im using Claude and Im using my own api keys, but when i enter my ngrok API endpoint under Open AI, I still don’t t see the toggle button to...
Use any of the OpenRouter models with CursorLens, including `claude-3.5-sonnet` (by default [Cursor doesn't support it when it's through OpenRouter](https://github.com/getcursor/cursor/issues/1511))   
Here's a good list of the alternatives. Cloudflare tunneling looks very interesting. https://github.com/anderspitman/awesome-tunneling
… scripts - Introduces a docker compose to provision a local pg database and a make file. `make up` to spin up the pg database. - Also introduces prisma alias...
At the moment running it is not easy. You need: - Postgres - ngrok running beside your Nextjs app. Ideally with one `docker compose up` everything will be set for...