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
605 stars 17 forks source link

fix: change name from petercat-bot to petercat-assistant #409

Closed xingwanying closed 2 months ago

xingwanying commented 2 months ago

close #406

vercel[bot] commented 2 months 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 Sep 24, 2024 9:58am
petercat-assistant[bot] commented 2 months ago

Walkthrough

This pull request changes all instances of the name petercat-bot to petercat-assistant across various files in the repository. This is a straightforward renaming task to update the bot's name.

Changes

File Summary
server/README.zh-CN.md Updated the bot name in the configuration instructions.
server/agent/prompts/issue_helper.py Changed the bot name in the issue helper prompts.
server/event_handler/discussion.py Renamed the bot in the discussion event handler and updated prompt concatenation logic.
server/event_handler/issue.py Updated the bot name in the issue event handler and prompt concatenation logic.
server/tests/fixtures/github/events/discussion/comment.json Modified the bot name in the test fixture for discussion comments.
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
server/event_handler/issue.py 0.00% 1 Missing :warning:
Files with missing lines Coverage Δ
server/agent/prompts/issue_helper.py 66.66% <ø> (ø)
server/event_handler/discussion.py 21.00% <100.00%> (-6.94%) :arrow_down:
server/event_handler/issue.py 29.41% <0.00%> (ø)