CursorLens icon indicating copy to clipboard operation
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.

Results 10 CursorLens issues
Sort by recently updated
recently updated
newest added

# 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: ![image](https://github.com/user-attachments/assets/d4bb2c88-8512-470f-bfd2-6140b4cf4de5) 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...

waiting to verify fix

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)) ![image](https://github.com/user-attachments/assets/8de61e25-fa3b-438b-b5dc-e246c6e45fed) ![image](https://github.com/user-attachments/assets/12f93540-fcbc-457f-a04f-4a6d3b2afe25) ![image](https://github.com/user-attachments/assets/8731d5b7-51ed-4a87-93be-e3a631908abd)

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

enhancement
help wanted
good first issue