6.3 KiB
| description | argument-hint |
|---|---|
| Generate Discord-formatted release notes from existing release files | <version(s)> [compress] |
<convert_links>
- Internal docs: [text](/path) → [text](https://docs.roocode.com/path)
- Preserve external links as-is
- Ensure all links are absolute
</convert_links>
<preserve_elements>
- Section structure and headings
- Contributor acknowledgments (thanks username!)
- Feature descriptions and benefits
- Bullet point formatting
</preserve_elements>
<output_format> <single_version> - Include version and date in title - Maintain original section order - Add footer: Full X.Y.Z Release Notes </single_version>
<multiple_versions>
- Separate sections per version with clear headers
- Option to combine by category with version indicators
- Include footer links for each version
</multiple_versions>
<compression optional="true">
- When character count exceeds 1800 (leaving buffer for Discord's 2000 limit)
- Compress smaller sections into summary format
- Keep major features expanded
- Format: "## :wrench: [Other Improvements and Fixes](link)"
- List contributor count and affected areas
</compression>
</output_format>
Parse version inputThis release adds context condensing, improves performance, and fixes UI bugs.
Context Condensing is Now Default
We've made context condensing the default behavior (thanks contributor!):
- Automatic optimization: Reduces token usage by up to 40%
- Smart selection: Preserves relevant context
- Configurable: Adjust settings via preferences
This significantly improves response times for large codebases.
Bug Fixes
- File handling: Fixed errors with special characters (thanks user1!)
- Terminal output: Resolved streaming issues (thanks user2!)
Full 3.20.3 Release Notes </output_preview>
/discord-release-notes 3.20.3, 3.20.4 compress # Roo Code Updates: v3.20.3 & v3.20.4v3.20.3 - Context Condensing (2024-01-15)
Major feature: Context condensing is now default, reducing token usage by up to 40% (thanks contributor!)
v3.20.4 - Performance Boost (2024-01-18)
Key improvements: 2x faster file operations and improved memory usage (thanks dev-team!)
🔧 Other Improvements and Fixes
Both releases include 15+ bug fixes and QOL improvements. Thanks to all 12 contributors!
Release Notes: v3.20.3 | v3.20.4 </output_preview>
<error_handling> Release notes for version X.Y.Z not found. Would you like to: 1. Process only existing versions 2. Create release notes first 3. Cancel
Warning: Output exceeds Discord's 2000 character limit (current: [count]). Consider using 'compress' flag or splitting into multiple messages. Invalid version format. Please use: X.Y.Z or vX.Y.Z<output_instructions> Present the Discord-formatted text in a code block for easy copying. Include metadata: character count, versions processed, compression status. Never create files - only display formatted output. </output_instructions>