Skip to content

Comments

fix: rename exitStatus interpolation param to exitCode to match i18n template#11655

Draft
roomote[bot] wants to merge 2 commits intomainfrom
fix/exit-code-interpolation
Draft

fix: rename exitStatus interpolation param to exitCode to match i18n template#11655
roomote[bot] wants to merge 2 commits intomainfrom
fix/exit-code-interpolation

Conversation

@roomote
Copy link
Contributor

@roomote roomote bot commented Feb 21, 2026

Opened by @roomote on behalf of Hannes Rudolph

Fixes the interpolation parameter mismatch identified in PR #11644 review. The code was passing exitStatus as the interpolation key but the translation template in en/chat.json expects exitCode. This caused the exit code value to be missing from the tooltip text.

Change: { exitStatus: status.exitCode } -> { exitCode: status.exitCode }


View task on Roo Code Cloud

Interactively review PR in Roo Code Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants