v0.5.103: memory util instrumentation, API docs, amplitude, google pagespeed insights, pagerduty#3391
v0.5.103: memory util instrumentation, API docs, amplitude, google pagespeed insights, pagerduty#3391waleedlatif1 merged 3 commits intomainfrom
Conversation
waleedlatif1
commented
Mar 2, 2026
- fix(monitoring): set MemoryTelemetry logger to INFO level for production visibility (fix(monitoring): set MemoryTelemetry logger to INFO for production #3386)
- feat(integrations): add amplitude, google pagespeed insights, and pagerduty integrations (feat(integrations): add amplitude, google pagespeed insights, and pagerduty integrations #3385)
- feat(docs): add API reference with OpenAPI spec and auto-generated endpoint pages (feat(docs): add API reference with OpenAPI spec and auto-generated endpoint pages #3388)
…ion visibility (#3386) Production defaults to ERROR-only logging. Without this override, memory snapshots would be silently suppressed.
…erduty integrations (#3385) * feat(integrations): add amplitude and google pagespeed insights integrations * verified and regen docs * fix icons * fix(integrations): add pagerduty to tool and block registries Re-add registry entries that were reverted after initial commit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * more updates * ack comemnts --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…dpoint pages (#3388) * feat(docs): add API reference with OpenAPI spec and auto-generated endpoint pages * multiline curl * random improvements * cleanup * update docs copy * fix build * cast * fix builg --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Lakee Sivaraya <71339072+lakeesiv@users.noreply.github.com> Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai> Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is kicking off a free cloud agent to fix these issues. This run is complimentary, but you can enable autofix for all future PRs in the Cursor dashboard.
| )} | ||
| > | ||
| API | ||
| </Link> |
There was a problem hiding this comment.
Navbar links lose language context for non-English users
Medium Severity
The new "Documentation" and "API" nav links use hardcoded English paths (/introduction and /api-reference/getting-started) without including the current language prefix. Since hideLocale is set to 'default-locale', these paths always resolve to English. Non-English users (e.g. browsing at /de/...) who click either link silently lose their language context. The component already calls usePathname() and could extract the language prefix, similar to how stripLangPrefix works in the sidebar components.
Greptile SummaryThis release (v0.5.103) adds three major features: Memory Telemetry Enhancement
New Integrations
All three integrations follow established patterns with proper block configurations, tool implementations, and registry entries. API keys use API Documentation System
The documentation includes auto-generated pages for all languages (en, es, fr, de, ja, zh) with proper authentication guides and SDK examples. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 79bb4e5 |
| @import "tailwindcss"; | ||
| @import "fumadocs-ui/css/neutral.css"; | ||
| @import "fumadocs-ui/css/preset.css"; | ||
| @import "fumadocs-openapi/css/preset.css"; |
There was a problem hiding this comment.
679 lines added to global.css for OpenAPI styling. Per project guidelines, consider if some styles could be moved to component-scoped CSS modules or styled-components to reduce global scope.
Context Used: Rule from dashboard - Avoid editing the globals.css file unless absolutely necessary. Move style changes to local componen... (source)

