Open Issues Need Help
View All on GitHub Add CLI progress spinner 2 months ago
AI Summary: This GitHub issue proposes adding a visual progress spinner to the CLI during issue analysis in `cli/issuepilot.py` to improve user experience. It involves integrating a library like `rich` or `halo` to display a spinner and elapsed time, ensuring cross-platform compatibility.
Complexity:
2/5
enhancement good first issue
Add request logging middleware 2 months ago
enhancement good first issue
Add keyboard shortcut for analyze 2 months ago
bug good first issue feature
Support GitLab issues 2 months ago
help wanted feature
Add request/response logging 2 months ago
AI Summary: This GitHub issue requests the implementation of structured logging for API requests and responses within the `backend/app/main.py` file. The primary goal is to add middleware that logs request method/path, response status, and request duration, with a critical requirement to prevent any sensitive data like secrets or tokens from being logged.
Complexity:
3/5
good first issue easy backend
Add more detailed error messages 2 months ago
good first issue easy backend
Improve AI prompts for better summaries 2 months ago
good first issue easy prompt
Implement response caching 2 months ago
help wanted backend medium
Add support for GitLab issues 2 months ago
help wanted backend medium
Add CLI progress spinner 2 months ago
good first issue easy cli
Write more test cases 2 months ago
good first issue easy tests
Create GitHub Action 2 months ago
help wanted medium github actions