We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744911f commit d183e2eCopy full SHA for d183e2e
cycode/cli/apps/scan/prompt/types.py
@@ -15,9 +15,9 @@ class AiHookEventType(StrEnum):
15
are mapped to these canonical types using the mapping dictionaries below.
16
"""
17
18
- PROMPT = 'prompt'
19
- FILE_READ = 'file_read'
20
- MCP_EXECUTION = 'mcp_execution'
+ PROMPT = 'Prompt'
+ FILE_READ = 'FileRead'
+ MCP_EXECUTION = 'McpExecution'
21
22
23
# IDE-specific event name mappings to canonical types
0 commit comments