feat: kitchen screen, scan dedup, gemini-3.5-flash-lite, seed grapes/beetroot/pea shoots

This commit is contained in:
Sven (AAMOS AI)
2026-08-16 20:13:49 +07:00
parent d098bf705e
commit c0a15bb1b5
20 changed files with 295 additions and 48 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import {
PLAN_DEFINITIONS,
TRIAL_DAYS,
TRIAL_SCANS,
type Entitlements,
type SubscriptionPlan,
type SubscriptionStatus,
@@ -67,7 +68,7 @@ export function computeEntitlements(
plan: "family",
status: "trial",
maxHouseholdMembers: def.maxHouseholdMembers,
aiScansPerMonth: def.aiScansPerMonth,
aiScansPerMonth: TRIAL_SCANS,
aiScansUsedThisMonth: usage.aiScansUsedThisMonth,
weekPlanning: true,
advancedNutrition: true,