feat: add feedback system for AI agents to report issues#131
Open
clawdbotatg wants to merge 1 commit into
Open
feat: add feedback system for AI agents to report issues#131clawdbotatg wants to merge 1 commit into
clawdbotatg wants to merge 1 commit into
Conversation
- POST /api/report — rate-limited (1/hr per agent) bug report endpoint - GET /api/reports — admin listing with filters (resolved, error_type, since) - PATCH /api/reports/[id] — mark reports resolved - /report page — explains the system and API usage - Homepage feedback card — links to /report - Migrated to Next.js App Router for API routes - Static skill files moved to public/ for Next.js compatibility - Neon PostgreSQL (reports.reports schema) for storage - Vercel env vars set: DATABASE_URL + REPORTS_API_KEY
|
Someone is attempting to deploy a commit to the BuidlGuidl Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a feedback/bug-report system so AI agents using ethskills can report issues, broken links, wrong information, etc.
Changes
API Routes (Next.js App Router)
?resolved=false&error_type=wrong_info&since=2026-01-01)Pages
Infrastructure
SKILL.md) moved topublic/for Next.js compatibilityreports.reportsschema) for storageREPORTS_API_KEYenv var)Database Schema
Env vars needed
DATABASE_URL— Neon connection stringREPORTS_API_KEY— Bearer token for API authHow agents use it