whisper-money/app/Http/Controllers/OpenBanking
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
..
Concerns feat(ai): suggest automation rules during onboarding (#523) 2026-06-13 22:51:15 +02:00
AccountMappingController.php fix(accounts): sync currency from first account (#430) 2026-05-25 20:55:24 +02:00
AuthorizationController.php feat(open-banking): finalize bank connection without a session via state token (#498) 2026-06-06 12:12:07 +02:00
BinanceController.php fix(accounts): sync currency from first account (#430) 2026-05-25 20:55:24 +02:00
BitpandaController.php fix(accounts): sync currency from first account (#430) 2026-05-25 20:55:24 +02:00
CoinbaseController.php fix(accounts): sync currency from first account (#430) 2026-05-25 20:55:24 +02:00
ConnectionController.php feat: Coinbase banking integration (#388) 2026-05-13 19:53:30 +02:00
IndexaCapitalController.php fix(accounts): sync currency from first account (#430) 2026-05-25 20:55:24 +02:00
InstitutionController.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00