Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to Semantic Calendar Versioning with format YYYY.MM.DD.

## [Unreleased]

### Changed
- **Bot Messages**: Updated task start confirmation to use proper British Army Voice Procedure
- Changed "Roger that!" to "Roger!" (single word affirmative as per military radio protocol)

### Fixed
- **Build and Release Workflow**: Fixed multiple critical build failures
- Updated Nuitka Action to use `mode=onefile` instead of deprecated `onefile/standalone` options
Expand Down
2 changes: 1 addition & 1 deletion chatrixcd/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'task_start': [
"On it! Starting **{task_name}**... πŸš€ Let's make some magic happen!",
"Here we go! Running **{task_name}**... πŸƒ Hold onto your keyboards!",
"Roger that! Executing **{task_name}**... 🫑 This is gonna be good!",
"Roger! Executing **{task_name}**... 🫑 This is gonna be good!",
"Yes boss! Starting **{task_name}**... πŸ’ͺ Watch me work!",
"Doing it now! **{task_name}** is launching... 🎯 No pressure or anything!",
"Let's go! **{task_name}** starting up... ⚑ Time to show off!",
Expand Down
2 changes: 1 addition & 1 deletion messages.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"task_start": [
"On it! Starting **{task_name}**... πŸš€ Let's make some magic happen!",
"Here we go! Running **{task_name}**... πŸƒ Hold onto your keyboards!",
"Roger that! Executing **{task_name}**... 🫑 This is gonna be good!",
"Roger! Executing **{task_name}**... 🫑 This is gonna be good!",
"Yes boss! Starting **{task_name}**... πŸ’ͺ Watch me work!",
"Doing it now! **{task_name}** is launching... 🎯 No pressure or anything!",
"Let's go! **{task_name}** starting up... ⚑ Time to show off!",
Expand Down
Loading