Tags: MiniCodeMonkey/chief
Tags
fix(loop): close events channel when loop finishes The events channel was never closed after Run() returned, causing the Manager's event forwarding goroutine to block indefinitely. This led to the TUI becoming unresponsive after a ralph loop completed.
feat(tui): add syntax highlighting for code snippets in log view Use Chroma library with Tokyo Night theme to highlight code from Read tool results. Detects language from file extension and strips line number prefixes from output before highlighting.
PreviousNext