mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 22:32:04 +00:00
- describe-file.ts: Route to Cursor provider when using Cursor models (composer-1, etc.) - describe-image.ts: Route to Cursor provider with image path context for Cursor models - auto-mode-service.ts: Fix logging to use console.log instead of this.logger Both routes now detect Cursor models using isCursorModel() and use ProviderFactory.getProviderForModel() to get the appropriate provider instead of always using the Claude SDK. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>