- Streamlined bulk update embedding logic
- Cleaned up schema and removed deprecated columns from subscription logic.
- Added support for tracking install status and user identity in credits table.
- Refactored webhook event flow for installation lifecycle into a unified handler.
- Improved credit tracking consistency across create, delete, and suspend events.
- Launched context-aware documentation updates using vector-based semantic search.
- Improved update accuracy by leveraging full-repo context during code analysis.
- Introduced support for full repository syncing and version-aware update tracking.
- Expanded support for documentation stored in subfolders or external repositories.
- Improved GitHub URL parsing to handle complex paths and advanced repo structures.
- Enhanced validation for configuration files to ensure consistency.
- Enabled automatic documentation updates based on relevant code changes.
- Added support for commenting on pull requests with update summaries.
- Implemented intelligent matching between modified source code and corresponding documentation files.
- Released the first version of the DeepDocs GitHub App.
- Introduced support for reading a
deepdocs.ymlconfiguration file to define code-to-doc mapping. - Integrated with GitHub webhooks to track code changes and trigger update workflows.