Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 782 Bytes

File metadata and controls

17 lines (12 loc) · 782 Bytes

Changelog

[1.1.0] - 2025-09-10

Rebuild to work using official Cursor API.

[1.0.0] - 2025-08-01~

Added voice message support with Google Gemini AI transcription and custom prompt configuration via CUSTOM_PROMPT environment variable. Refactored message processing logic and improved access control for better code maintainability.

NEW: Added image support for Cursor AI tasks:

  • Send photos to bot and they'll be automatically included in tasks
  • Images are cached for 3 minutes and attached to next task creation
  • Multiple images support (media groups)
  • Automatic image conversion to Cursor-compatible format
  • File-based image cache stored alongside database (respects DB_PATH location)
  • Updated Cursor API to support image attachments in conversation history