You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(api): improve env loading and JWKS retry handling
- Load .env manually before NestJS bootstrap
- Add automatic JWKS retry on key mismatch
- Remove redundant ConfigModule envFilePath
* fix(auth): add automatic token refresh on 401 errors
- Auto-refresh token and retry request on 401
- Add race condition protection and cooldown
- Fix useTask hook to wait for orgId from URL params
* feat(automation): add AI-generated suggestions for new automations
- Generate task-specific suggestions using GPT-4o-mini
- Load suggestions asynchronously for faster page load
- Add loading state for automation page
* feat(automation): improve suggestion prompts and error handling
- Ensure suggestions match exact task topic
- Exclude screenshots, require API integrations only
- Add fallback for broken vendor logo images
* feat(automation): add skeleton loaders for suggestion cards
- Show animated skeleton cards while AI suggestions are loading
- Match card structure and layout for smooth transition
- Load suggestions asynchronously without blocking page render
* chore(deps): update @trycompai/db to version 1.3.17 and add dotenv
* refactor(automation): remove reduced limits on vendor queries for clarity
* feat(automation): improve suggestion UI and add vendor diversity
- add flushSync for immediate UI updates after suggestions load
- change placeholder to generic text
- add vendor diversity requirement to AI prompts to avoid duplicate vendors
---------
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
0 commit comments