Skip to content

ralph-tui

v0.12.0 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

ReleasePort's take

Light signal
editorial:auto 13d

Release v0.12.0 adds configurable preflight timeout and auto‑commit message template.

Why it matters: Adjust the preflight timeout setting to match your workflow latency; configure commit templates for consistent changelog formatting before upgrading.

Summary

AI summary

Add configurable preflight timeout, auto‑commit message template, new CLI flags, remote‑only TUI mode, and in‑session agent/model picker.

Changes in this release

Feature Medium

Support for Beads-Rust-BV plugin added to tracker

Support for Beads-Rust-BV plugin added to tracker

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Pi Coding Agent plugin added

Pi Coding Agent plugin added

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Linear Task Tracker implemented

Linear Task Tracker implemented

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Jira Cloud tracker plugin added with --to jira conversion

Jira Cloud tracker plugin added with --to jira conversion

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Secure remote WebSocket URLs supported (codex)

Secure remote WebSocket URLs supported (codex)

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

--remote-only flag added to run TUI as pure remote client

--remote-only flag added to run TUI as pure remote client

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

In-session agent and model picker with runtime switching added

In-session agent and model picker with runtime switching added

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Multi-epic orchestration support added

Multi-epic orchestration support added

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Preflight timeout made configurable

Preflight timeout made configurable

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Auto-commit message template made configurable

Auto-commit message template made configurable

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

--model and --variant flags added to create-prd command

--model and --variant flags added to create-prd command

Source: llm_adapter@2026-05-21

Confidence: low

Performance Medium

Auto-refresh TUI task list after task completion

Auto-refresh TUI task list after task completion

Source: llm_adapter@2026-05-21

Confidence: high

Performance Medium

OpenCode Windows execution path fixed

OpenCode Windows execution path fixed

Source: llm_adapter@2026-05-21

Confidence: low

Bugfix Medium

Skills use kiro-cli agent mapping and support --copy installs

Skills use kiro-cli agent mapping and support --copy installs

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

Incorrect cursor cli command fixed

Incorrect cursor cli command fixed

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

Fallback description shown for [read] and [apply_patch] tool lines

Fallback description shown for [read] and [apply_patch] tool lines

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

Noninteractive backup tag creation fixed (codex)

Noninteractive backup tag creation fixed (codex)

Source: llm_adapter@2026-05-21

Confidence: low

Bugfix Medium

Shared skill install detection fixed (codex)

Shared skill install detection fixed (codex)

Source: llm_adapter@2026-05-21

Confidence: low

Bugfix Medium

Review shortcuts no longer interrupt chat input

Review shortcuts no longer interrupt chat input

Source: llm_adapter@2026-05-21

Confidence: low

Bugfix Medium

Settings model selection fixed (codex)

Settings model selection fixed (codex)

Source: llm_adapter@2026-05-21

Confidence: low

Refactor Medium

Unwrap br JSON envelope before filtering in beads-rust

Unwrap br JSON envelope before filtering in beads-rust

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

What's Changed

  • chore: bump version to 0.11.0 by @subsy in https://github.com/subsy/ralph-tui/pull/341
  • Add dynamic vertical landing pages for brand use cases by @subsy in https://github.com/subsy/ralph-tui/pull/356
  • Revert "Merge pull request #356 from subsy/claude/fix-vertical-pages-error-8GxJY" by @subsy in https://github.com/subsy/ralph-tui/pull/357
  • feat(tracker): Support for Beads-Rust-BV plugin by @cachemoney in https://github.com/subsy/ralph-tui/pull/342
  • feat: add Pi Coding Agent plugin by @oneilltomhq in https://github.com/subsy/ralph-tui/pull/344
  • feat: Linear Task Tracker by @omer9564 in https://github.com/subsy/ralph-tui/pull/343
  • fix(skills): use kiro-cli agent mapping and support --copy installs by @medhatgalal in https://github.com/subsy/ralph-tui/pull/349
  • Auto-refresh TUI task list after task completion by @mwarger in https://github.com/subsy/ralph-tui/pull/361
  • Investigate GitHub issue 351 by @subsy in https://github.com/subsy/ralph-tui/pull/359
  • Fix incorrect cursor cli command by @TimLevert in https://github.com/subsy/ralph-tui/pull/374
  • fix: show fallback description for [read] and [apply_patch] tool lines by @thunter009 in https://github.com/subsy/ralph-tui/pull/363
  • fix(beads-rust): unwrap br JSON envelope before filtering by @thunter009 in https://github.com/subsy/ralph-tui/pull/366
  • feat: add Jira Cloud tracker plugin + convert --to jira by @jcouser in https://github.com/subsy/ralph-tui/pull/369
  • [codex] Fix noninteractive backup tag creation by @subsy in https://github.com/subsy/ralph-tui/pull/377
  • Fix OpenCode Windows execution path by @subsy in https://github.com/subsy/ralph-tui/pull/378
  • [codex] Fix shared skill install detection by @subsy in https://github.com/subsy/ralph-tui/pull/379
  • [codex] Support secure remote WebSocket URLs by @subsy in https://github.com/subsy/ralph-tui/pull/380
  • fix: stop review shortcuts from interrupting chat input by @luisanton-io in https://github.com/subsy/ralph-tui/pull/376
  • feat: make preflight timeout configurable by @zoitrok in https://github.com/subsy/ralph-tui/pull/385
  • feat: make auto-commit message template configurable by @subsy in https://github.com/subsy/ralph-tui/pull/387
  • feat: add --model and --variant flags to create-prd command by @subsy in https://github.com/subsy/ralph-tui/pull/388
  • feat: add --remote-only flag to run TUI as pure remote client by @subsy in https://github.com/subsy/ralph-tui/pull/389
  • Add in-session agent and model picker with runtime switching by @subsy in https://github.com/subsy/ralph-tui/pull/390
  • Add multi-epic orchestration support by @subsy in https://github.com/subsy/ralph-tui/pull/391
  • [codex] Fix settings model selection by @subsy in https://github.com/subsy/ralph-tui/pull/392
  • Release v0.12.0 by @subsy in https://github.com/subsy/ralph-tui/pull/393

New Contributors

  • @oneilltomhq made their first contribution in https://github.com/subsy/ralph-tui/pull/344
  • @omer9564 made their first contribution in https://github.com/subsy/ralph-tui/pull/343
  • @TimLevert made their first contribution in https://github.com/subsy/ralph-tui/pull/374
  • @jcouser made their first contribution in https://github.com/subsy/ralph-tui/pull/369
  • @luisanton-io made their first contribution in https://github.com/subsy/ralph-tui/pull/376
  • @zoitrok made their first contribution in https://github.com/subsy/ralph-tui/pull/385

Full Changelog: https://github.com/subsy/ralph-tui/compare/v0.11.0...v0.12.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track ralph-tui

Get notified when new releases ship.

Sign up free

About ralph-tui

Direct AI agents through task lists with autonomous execution.

All releases →

Beta — feedback welcome: [email protected]