Consolidate the standalone user-description-match extension into ai-categorization, adding an AI description analyzer that provides account/VAT suggestions alongside template matching. The describe transaction dialog now shows AI suggestions with confidence scores and supports both template-based and AI-based booking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
294 B
TypeScript
13 lines
294 B
TypeScript
// AUTO-GENERATED — do not edit. Run `npm run setup:extensions` to regenerate.
|
|
|
|
export const ENABLED_EXTENSION_IDS: ReadonlySet<string> = new Set([
|
|
'receipt-ocr',
|
|
'ai-categorization',
|
|
'ai-chat',
|
|
'push-notifications',
|
|
'invoice-inbox',
|
|
'calendar',
|
|
'enable-banking',
|
|
'email',
|
|
])
|