whisper-money/routes
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
..
api.php feat(analysis): per-category 12-month spending drawer (#519) 2026-06-11 09:52:53 +02:00
console.php feat: add Discord admin feed for daily stats and Stripe events (#458) 2026-05-30 18:14:46 +02:00
settings.php feat(settings): let users disable bank transactions email (#472) 2026-06-02 12:24:39 +02:00
web.php feat(ai): suggest automation rules during onboarding (#523) 2026-06-13 22:51:15 +02:00