trypost/tests/Unit
Paulo Castellano a962124097 feat: extend GeminiProvider with social-media aspect ratios
The stock provider only exposes 1:1, 2:3, 3:2 via defaultImageOptions()
match statement — any other ratio gets silently dropped to null.

ExtendedGeminiProvider adds 9:16, 16:9, 4:3, 3:4, 4:5, 5:4, 21:9 so
Image::of()->size('9:16') now works for Reels/Stories/TikTok/Shorts
and size('16:9') for X/LinkedIn/YouTube landscape content.

Gemini's native API supports all these ratios; the SDK restriction was
purely in the provider's match statement.
2026-04-16 09:50:36 -03:00
..
Ai/Providers feat: extend GeminiProvider with social-media aspect ratios 2026-04-16 09:50:36 -03:00
Broadcasting feat: introduce Account entity as billing owner and refactor architecture 2026-04-14 22:22:04 -03:00
Enums feat: introduce Account entity as billing owner and refactor architecture 2026-04-14 22:22:04 -03:00
Events feat: complete AI assistant with custom services and brand config 2026-04-16 09:25:08 -03:00
Exceptions/Social fix: Facebook/Instagram/Threads OAuthException type incorrectly treated as token error — now only code 190 triggers TokenExpiredException 2026-04-01 14:33:26 -03:00
Features feat: introduce Account entity as billing owner and refactor architecture 2026-04-14 22:22:04 -03:00
Mail feat: introduce Account entity as billing owner and refactor architecture 2026-04-14 22:22:04 -03:00
Models refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
Policies feat: introduce Account entity as billing owner and refactor architecture 2026-04-14 22:22:04 -03:00
Rules refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
Services feat: add PostCommentCreated broadcast event 2026-04-15 20:11:36 -03:00
Socialite refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
Traits feat: add PostCommentCreated broadcast event 2026-04-15 20:11:36 -03:00
ExampleTest.php refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
HelpersTest.php refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
PostHogServiceTest.php chore: posthog, ui, features and more 2026-03-30 21:18:07 -03:00