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
- Created a new LogsPage component to display structured log entries with filtering and pagination capabilities.
- Implemented log level filtering with KPI badges for different log levels (debug, info, warn, error).
- Added search functionality to filter logs by message content.
- Introduced auto-refresh feature for logs.
- Developed a detailed log view with collapsible rows to show additional metadata.
- Created an ObservabilityPage component to visualize trace performance and errors.
- Implemented filtering for traces by name and status (OK, Error, Unset).
- Added KPI cards to display total traces, average duration, error rate, and total errors.
- Integrated a detail view for traces with attributes and events displayed in a JSON format.
- Enhanced UI with responsive design and loading states using skeleton components.
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