Open Issues Need Help
View All on GitHub Add CLI progress spinner 16 days 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 19 days ago
enhancement good first issue
Add keyboard shortcut for analyze 23 days ago
bug good first issue feature
Support GitLab issues 23 days ago
help wanted feature
Add request/response logging 23 days 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 23 days ago
good first issue easy backend
Improve AI prompts for better summaries 23 days ago
good first issue easy prompt
Implement response caching 23 days ago
help wanted backend medium
Add support for GitLab issues 23 days ago
help wanted backend medium
Add CLI progress spinner 23 days ago
good first issue easy cli
Write more test cases 24 days ago
good first issue easy tests
Create GitHub Action 24 days ago
help wanted medium github actions