petercat-ai / petercat

A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories
https://petercat.ai
MIT License
595 stars 16 forks source link

fix(bot_edit): fix bug of get the right repo_name #491

Closed ch-liuzhide closed 3 days ago

vercel[bot] commented 3 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 8:18am
petercat-assistant[bot] commented 3 days ago

Walkthrough

This pull request addresses a bug related to obtaining the correct repo_name in the bot editing functionality. The change ensures that the repoName field is correctly mapped from data.repo_name.

Changes

File Summary
client/app/factory/edit/page.tsx Removed a console log statement and corrected the mapping of repoName to data.repo_name.