Files
accounted/lib/extensions/_generated/enabled-extensions.ts
T
Jakob WennbergandClaude Opus 4.6 1a1c6ba40f feat: merge user-description-match into ai-categorization with AI-powered description analysis
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>
2026-03-01 19:22:31 +01:00

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',
])