This release introduces a comprehensive automated release notes generation system and includes various documentation improvements and configuration updates. The major highlight is the new release notes agent that automatically generates professional release notes from GitHub pull requests and commits.
This release includes 6 commits with changes across multiple categories. Navigate through the tabs above to explore specific types of changes.
| Category | Count | Description |
|---|---|---|
| Features | 1 | New functionality and enhancements |
| Bug Fixes | 0 | Resolved issues and error corrections |
| Breaking Changes | 0 | Changes that may affect compatibility |
| Documentation | 2 | Documentation updates and improvements |
| Performance | 0 | Performance optimizations and improvements |
| Refactoring | 1 | Code structure and quality improvements |
| Dependencies | 1 | Dependency updates and changes |
| Other | 1 | Miscellaneous changes and improvements |
| Commit | Title | Type | Author |
|---|---|---|---|
| 4458ed0 | Modify release notes agent to publish to release-notes-website branch | Feature | @AdamWalker-112358 |
| 9930eb5 | Update to agent toml | Documentation | @AdamWalker-112358 |
| 26daf74 | Agent should use a template for consistent styling | Documentation | @AdamWalker-112358 |
| a68d148 | Add HTML and Markdown Formatting to the agent toml | Refactoring | @AdamWalker-112358 |
| 9507075 | Update the releas | Dependencies | @AdamWalker-112358 |
| 23c3bb8 | First version of the release note agent | Other | @AdamWalker-112358 |
| Change | Commit | Author |
|---|---|---|
| Automated Release Notes Generation Added a complete release notes generation system with both markdown and HTML output formats. Includes new release notes agent with comprehensive templates and styling, GitHub workflow for automatic release notes generation on new releases, professional HTML output with tabbed navigation and responsive design, and integration with release-notes-website branch for publishing. |
4458ed0 | @AdamWalker-112358 |
| Change | Commit | Author |
|---|---|---|
| README Improvements Fixed grammar and formatting issues in the main README. Corrected "Qodo Merge, and Qodo Aware" to "Qodo Merge and Qodo Aware", simplified agent configuration documentation, and updated configuration file references for consistency. |
9930eb5 | @AdamWalker-112358 |
| Agent Configuration Updates Various improvements to agent TOML files. Fixed typos in agent descriptions and instructions, updated output schema property names for consistency, and improved error handling in test generation agents. |
26daf74 | @AdamWalker-112358 |
| Change | Commit | Author |
|---|---|---|
| Build Configuration Streamlined Docker and npm configurations. Simplified .dockerignore and .npmignore files, removed unnecessary build dependencies and scripts, and cleaned up package.json dependencies. |
a68d148 | @AdamWalker-112358 |
| Change | Commit | Author |
|---|---|---|
| Package Updates Reverted some dependency versions for stability. Restored eventsource to v4.0.0, removed unnecessary tar and yaml dependencies, and cleaned up package-lock.json inconsistencies. |
9507075 | @AdamWalker-112358 |
| Change | Commit | Author |
|---|---|---|
| Configuration Cleanup Removed obsolete configuration files and examples. Deleted unused YAML agent example, removed ripgrep binary and download scripts (now using bundled version), and cleaned up test configuration files. Enhanced GitHub Actions workflows with release notes generation workflow and improved CI pipeline configuration. |
23c3bb8 | @AdamWalker-112358 |