Skip to content

Conversation

@Ilanlido
Copy link
Collaborator

@Ilanlido Ilanlido commented Feb 4, 2026

No description provided.

Typer converts enum defaults to strings using str(enum), which returns
'AIIDEType.CURSOR' instead of 'cursor'. This caused scan command to fail
with "Unsupported IDE: aiidetype.cursor".

Fixed by using AIIDEType.CURSOR.value instead of AIIDEType.CURSOR for
all CLI option defaults and ide_provider assignments.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Ilanlido Ilanlido force-pushed the CM-58331-fix-enum-usage branch from 484ccd1 to 1c02ec0 Compare February 4, 2026 15:56
@gotbadger gotbadger merged commit e609c85 into main Feb 4, 2026
28 checks passed
@gotbadger gotbadger deleted the CM-58331-fix-enum-usage branch February 4, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants