Release 0.9.0#17
Conversation
Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Rich terminal output to key features - Add --format and --output options to all commands - Document shell completion command - Document multiple export formats (csv, sql, json, xlsx) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add project documentation including: - Release process with proper version/tag synchronization steps - CI/CD workflow descriptions - Local development commands - Project structure overview Also add technical and product analysis reports: - SENIOR_TECHNICAL_REVIEW.md - Comprehensive technical review - PRODUCT_ANALYSIS.md - Feature ideas and market analysis 🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Add missing __init__.py file to reddit_cli/commands/ to ensure the package is properly recognized as a subpackage when installed via pip. This fixes ModuleNotFoundError when running the reddit command after pip install. Version bump to 0.9.0 Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughVersion is bumped from 0.8.1 to 0.9.0 in the project configuration and Towncrier settings. A new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
__init__.pyinreddit_cli/commands/package causingModuleNotFoundErrorafter pip installTest plan
pip install -e .in editable modereddit --helpworks without import errors🤖 Generated with Claude Code
Summary by CodeRabbit