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
feat: add per-IP rate limiting to /api/copilotkit endpoint
Sliding-window rate limiter (20 req/min per IP) to prevent individual
abuse of the public CopilotKit endpoint. In-memory with periodic
cleanup to prevent unbounded Map growth. No new dependencies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments