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: require user-provided API key for relabel endpoint
- Add webEnv export that omits CODEBUFF_API_KEY (type-level protection)
- Add ESLint rule to catch direct process.env.CODEBUFF_API_KEY in web
- Relabel endpoint extracts API key from Authorization header
- Web imports webEnv to get TypeScript error if accessing CODEBUFF_API_KEY
- Update agent-runtime README paths
0 commit comments