All notable changes to the CodeDraft extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Proactive Monitoring: CodeDraft now intelligently monitors your coding activity (file saves) and suggests capturing learnings when it detects significant changes (refactors, bug fixes).
- Git Integration: Automatically analyzes git commits for keywords (e.g., "fix", "refactor") and complexity to suggest captures.
- Status Bar Integration: New status bar item shows monitoring status and pending capture count.
- Automated Triggers:
- Weekly Review reminders on Fridays.
- Draft generation suggestions after accumulating 5+ captures.
- Configuration: New settings to control notification cooldowns, enable/disable proactive mode, and set review schedules.
- Anonymous Telemetry: Added optional usage data collection to help improve the extension.
- Privacy Controls: Users can opt-out of general usage telemetry via
codedraft.telemetry.enabled. - Unique Installation Tracking: Privately tracks unique installation and activation counts separate from usage data.
- Updated README with new illustrations.
- Initial release of CodeDraft.
- In-flow capture of code snippets and learning notes.
- Git-aware context aggregation.
- AI-powered draft generation (Ollama, OpenAI, Anthropic, Grok).
- Sidebar panel for managing captures and drafts.
- Comprehensive documentation suite (README, CONTRIBUTING, LICENSE, SECURITY).
- Professional visual assets (logo and preview images).
- ESLint and Prettier configuration for code quality.
- Markdown preview of draft content.