Skip to content

Tags: MiniCodeMonkey/chief

Tags

v0.6.1

Toggle v0.6.1's commit message
docs: update changelog for v0.6.1

v0.6.0

Toggle v0.6.0's commit message
docs: update changelog for v0.6.0

v0.5.4

Toggle v0.5.4's commit message
docs: update changelog for v0.5.4

v0.5.3

Toggle v0.5.3's commit message
Chief v0.5.3

v0.5.2

Toggle v0.5.2's commit message
docs: update changelog for v0.5.2

v0.5.1

Toggle v0.5.1's commit message
docs: update changelog for v0.5.1

v0.5.0

Toggle v0.5.0's commit message
docs: update changelog for v0.5.0

v0.4.0

Toggle v0.4.0's commit message
docs: add CHANGELOG.md with full release history

v0.3.1

Toggle v0.3.1's commit message
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.

v0.3.0

Toggle v0.3.0's commit message
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.