mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[GH-ISSUE #169] [Bug]: Ralph crashed due to a UTF-8 boundary issue #65
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jarod on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/169
Operating system
macOS 15.7
Ralph version
ralph 2.5.0
AI backend
Claude Code
Hat preset / workflow
spec-driven
Steps to reproduce
Expected behavior
not to crash
Actual behavior
thread 'main' (5222433) panicked at crates/ralph-cli/src/main.rs:1267:36:
Logs or error output
Config / preset file
No response
@mikeyobrien commented on GitHub (Feb 13, 2026):
Fixed in recent release - the truncate function now properly handles UTF-8 boundaries using char_indices() to find valid character boundaries before slicing.