whisper-money/resources/js/components/automation-rules
Víctor Falcón 8056ede636
feat(ai): suggest automation rules during onboarding (#523)
Suggests transaction categorization rules during onboarding.

After a sync or import, it groups the uncategorized transactions, asks
Gemini (via laravel/ai) to map the common merchants to categories, and
shows the results for review. The user edits or drops any and creates
the ones they want. During onboarding the accepted rules also categorize
existing transactions right away.

Off by default: it needs the `AiRuleSuggestions` Pennant flag and a
per-user AI consent. The model and thresholds are config-driven.
`ai:suggest-rules {user}` prints what a user would get.

The settings-page surface and monthly regeneration are a follow-up.
2026-06-13 22:51:15 +02:00
..
apply-automation-rule-dialog.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
apply-automation-rule-flow.test.ts Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
apply-automation-rule-flow.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
automate-categorization-dialog.tsx Prompt automation after categorizing transactions (#378) 2026-05-14 09:17:12 +02:00
automation-rule-action-badges.tsx Add labels to automation rules (#379) 2026-05-11 14:56:25 +02:00
automation-rule-form.tsx refactor(js): use InputError for inline form errors (#483) 2026-06-03 19:01:21 +02:00
automation-rules-dialog.tsx fix: preview categorizer rule application (#421) 2026-05-25 10:24:21 +02:00
create-automation-rule-dialog.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
delete-automation-rule-dialog.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
edit-automation-rule-dialog.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
post-save-apply-rule-prompt.test.ts Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
post-save-apply-rule-prompt.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
rule-builder.tsx feat(ai): suggest automation rules during onboarding (#523) 2026-06-13 22:51:15 +02:00