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
Copy file name to clipboardExpand all lines: app/AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,10 @@ From `components.json`:
64
64
65
65
## Recent Updates
66
66
67
+
- 2026-03-18: Landing motion/runtime fix:
68
+
-`app/components/network-background.tsx` must import `gsap` explicitly before calling it inside `useGSAP` callbacks.
69
+
- For SVG groups in React/Next (`<g>`), avoid JSX props like `transform-origin` / `transformOrigin`; prefer GSAP runtime `transformOrigin` settings or `style` when needed.
70
+
67
71
- 2026-02-16: Public subpages upgraded for premium consistency:
68
72
- Migrated major subpage content components to shared `PublicPageHero` with GSAP SVG accents (`blog`, `changelog`, `examples`, `api-reference`, `pricing`, `contact`).
69
73
- Added focus-visible accessibility polish and explicit empty-state handling for list/search-heavy pages.
-`agent-tools.tsx` now explicitly routes browser-family backend tool ids to custom UI cards instead of relying on generic fallback rendering.
6
+
- For new tool integrations, prefer direct file-level imports for the card implementation when barrel/index resolution becomes unstable during refactors.
0 commit comments