Releases: jezweb/roo-commander
8000
Releases Β· jezweb/roo-commander
Release v7.3.0 - Wallaby
Release v7.1.5
Release Notes - v7.1.5
This release includes several new developer modes, documentation updates, and internal improvements.
β¨ Features
57192f6
- Update project configuration and documentation (Jez)03cacc8
- Update workflow definitions (Jez)f8ac861
- Added Rust Developer (dev-rust) mode. (#33) (Paul Robinson)b74b903
- Java and Kotlin Developer Modes (#32) (Paul Robinson)5983c4d
- new custom mode dev-solidity (#29) (beruf)f186b69
- Added Spring framework mode. (#31) (Paul Robinson)
π Fixes
6894ded
- fixing and improving prompts (Jez)
π Docs
5a29fbc
- Update guides (Jez)8041913
- Update README with setup info and improvements (Jez)
β»οΈ Refactor
246f9d1
- Rename Repomix mode folder to lowercase and update references (Jez)
π§Ή Chores
e45679e
- update generated mode files after build (Jez)
v7.1.2 (Wallaby)
Changelog
[v7.1.2] - YYYY-MM-DD
Added
- Various fixes and updates to mode files
v7.1.1 (Wallaby)
Changelog for v7.1.1 (Wallaby)
- (Improvements to mode creation workflow, fixed a missing file in roo commander kb for workflow creation, planning in progress for cli-npm, kb enrichment. Added mcp manager and joined it into the roo commander decision tree. Added installation flows for vertex ai mcp and unsplash mcp. Placeholder for uninstall and update mcp.
v7.1.0 (Wallaby)
Release Notes - v7.1.0 (Wallaby)
Summary
This release focuses on optimisation and improvements across Roo Commander modes and commands. Key updates include:
- Optimized mode files and commands.
- Improved workspace prompts.
- Updated OS command preferences handling (Rule
RURU-RULE-OS-AWARE-CMDS-V3
). - Refreshed onboarding prompt (Rule
ROO-CMD-RULE-INIT-V3
). - General quality-of-life prompt improvements for Roo Commander.
- Renamed
dev-general
mode todev-core-web
and enhanced its Knowledge Base with more vanilla JavaScript specifics.
v7.0.5 (Wallaby)
v7.0.5 (Wallaby) - 2025-04-21
Added
- Enhanced Command Compatibility: Introduced a new system rule (
.roo/rules/05-os-aware-commands.md
) ensuring that CLI commands generated via theexecute_command
tool are automatically tailored for the user's specific operating system (Linux, macOS, Windows), improving cross-platform reliability. - New Prime Meta-Development Suite: Added three specialized 'Prime' modes (
prime
,prime-dev
,prime-txt
) and their corresponding rules (.roo/rules-prime*
). This suite provides a streamlined and controlled workflow specifically designed for modifying Roo Commander's own configuration files (modes, rules, KBs), enhancing maintainability and safety during meta-development.
v7.0.4 (Wallaby)
v7.0.4 (Wallaby) - 2025-04-21
Fixed
- Fixed references to 'project_journal' in various mode definitions and knowledge base files to align with the standard hidden folder structure (e.g.,
.tasks/
,.docs/
).
Changed
- Updated the build workflow (
.workflows/WF-CREATE-ROO-CMD-BUILD-001.md
) to include a step for creating a GitHub release using thegh
CLI and attaching the build artifact.
v7.0.3 (Wallaby)
Changelog
v7.0.3 (Wallaby) - 2025-04-20
Documentation
- Updated
README.md
with new installation instructions focused on using build artifacts. - Included link to v6.3 archived mode bundle in
README.md
. - Updated build workflow documentation (
.workflows/WF-CREATE-ROO-CMD-BUILD-001.md
) to reflect changes in the build script.
Build
- Modified
create_build.js
script:- Excluded root-level build scripts (
create_build.js
,build_roomodes.js
,build_mode_summary.js
),README.md
, andLICENSE
from the build archive. - Included the
.docs
directory and its contents in the build archive.
- Excluded root-level build scripts (