freshcrate
Home > Frameworks > ralph-tui

ralph-tui

Ralph TUI - AI Agent Loop Orchestrator

Description

Ralph TUI - AI Agent Loop Orchestrator

Release History

VersionChangesUrgencyDate
0.11.0Imported from npm (0.11.0)Low4/21/2026
v0.11.0## What's Changed * Allow runtime updates to autoCommit setting via TUI by @subsy in https://github.com/subsy/ralph-tui/pull/333 * Enforce minimum Bun version 1.3.6 at runtime by @subsy in https://github.com/subsy/ralph-tui/pull/334 * fix: parallel workflow reliability and recovery (#328) by @subsy in https://github.com/subsy/ralph-tui/pull/335 * fix: use --robot-next for task selection to prevent picking blocked tasks by @mwarger in https://github.com/subsy/ralph-tui/pull/329 * Stabilize dottedLow2/25/2026
v0.10.0## What's Changed * Update Beads-BV tracker documentation with correct repository link by @subsy in https://github.com/subsy/ralph-tui/pull/322 * fix(beads-rust): enrich getTasks with dependency IDs for parallel execution by @thunter009 in https://github.com/subsy/ralph-tui/pull/321 * fix(beads): enrich dependency IDs for parallel graph analysis by @subsy in https://github.com/subsy/ralph-tui/pull/323 * fix: support symlinked skill discovery and robust install agent counting by @subsy in https:/Low2/20/2026
v0.9.0## What's Changed * fix(beads-rust): use dependency_type instead of type in br show --json by @thunter009 in https://github.com/subsy/ralph-tui/pull/308 * Fix Beads sync to use --flush-only flag to prevent data loss by @subsy in https://github.com/subsy/ralph-tui/pull/316 * Mark @opentui packages as external in build configuration by @subsy in https://github.com/subsy/ralph-tui/pull/315 * feat: add Kimi CLI agent plugin by @27mfp in https://github.com/subsy/ralph-tui/pull/306 * fix(parallel): stLow2/18/2026
v0.8.0## What's Changed * feat: wire up AI conflict resolution for parallel execution by @subsy in https://github.com/subsy/ralph-tui/pull/283 * feat(images): Add image attachment support for create-prd by @jesse-merhi in https://github.com/subsy/ralph-tui/pull/195 * fix(oom): cap output buffers to stop 96GB memory blowups by @dyxushuai in https://github.com/subsy/ralph-tui/pull/288 * fix: filter tombstoned issues from beads-rust tracker by @thunter009 in https://github.com/subsy/ralph-tui/pull/297 * Low2/14/2026
v0.7.1## What's Changed * Add parallel execution and progress file configuration schemas by @subsy in https://github.com/subsy/ralph-tui/pull/280 * Fix theme directory path for bun bundler flat output by @subsy in https://github.com/subsy/ralph-tui/pull/279 * Remove PRD link inclusion from bead conversion by @subsy in https://github.com/subsy/ralph-tui/pull/282 * Fix prompt preview pane flickering by @subsy in https://github.com/subsy/ralph-tui/pull/270 * Add conflict resolution callbacks to parallel Low2/5/2026
v0.7.0## What's Changed * Improve beads tracker detection and markdown PRD handling by @subsy in https://github.com/subsy/ralph-tui/pull/232 * feat: add idempotent manual testing workflow by @subsy in https://github.com/subsy/ralph-tui/pull/242 * refactor: copy test PRD to workspace instead of modifying source by @subsy in https://github.com/subsy/ralph-tui/pull/243 * docs: Add analysis for issue #244 - Start not working after refresh by @subsy in https://github.com/subsy/ralph-tui/pull/251 * feat(parLow2/3/2026
v0.6.0## What's Changed * Centralize agent configuration resolution logic by @subsy in https://github.com/subsy/ralph-tui/pull/229 * Fix file handling on Windows for session registry by @subsy in https://github.com/subsy/ralph-tui/pull/228 * Use HEREDOC syntax for safe bead description handling by @subsy in https://github.com/subsy/ralph-tui/pull/227 * feat: add --theme CLI option for custom color schemes by @esumerfd in https://github.com/subsy/ralph-tui/pull/217 * Remove progress file writing, keep Low1/27/2026
v0.5.0## What's Changed * Replace XML tags with markdown formatting in chat prompts by @subsy in https://github.com/subsy/ralph-tui/pull/205 * Add environment variable passthrough allowlist for blocked vars by @subsy in https://github.com/subsy/ralph-tui/pull/207 * Fix Windows shell execution with paths containing spaces by @subsy in https://github.com/subsy/ralph-tui/pull/211 * Delegate skills installation to Vercel's add-skill CLI by @subsy in https://github.com/subsy/ralph-tui/pull/209 * Add trackeLow1/23/2026
v0.4.0## What's Changed * docs: Fix tasks.json example by @ArnaudRinquin in https://github.com/subsy/ralph-tui/pull/164 * feat: add PRD context support to beads and JSON trackers by @subsy in https://github.com/subsy/ralph-tui/pull/168 * feat: beads-rust tracker plugin and improvements by @subsy in https://github.com/subsy/ralph-tui/pull/179 * feat: add Gemini CLI, Codex, and Kiro CLI agent plugins by @medhatgalal in https://github.com/subsy/ralph-tui/pull/170 * feat: auto-scroll output window to showLow1/23/2026
v0.3.0## What's Changed * fix: info command version detection, skills display, and documentation updates by @subsy in https://github.com/subsy/ralph-tui/pull/149 * feat(ux): improve first-time user experience by @subsy in https://github.com/subsy/ralph-tui/pull/155 * feat: Remote Instance Monitoring and Control by @subsy in https://github.com/subsy/ralph-tui/pull/157 * fix: pass OpenCode prompt via stdin to avoid Windows shell interpretation by @subsy in https://github.com/subsy/ralph-tui/pull/159 *Low1/20/2026
v0.2.1## What's New ### Features Feat: 'ralph-tui info' command to assist troubleshooting Feat: 'ralph-tui skill install' command for re-installation of skills Feat: Multi-agent skill installation - agent plugins now declare their specific skills folders and ralph-tui will offer to install to those specific folders. Bonus - this also fixes skills for Factory Droid Feat: TAB switches focus between Task list and Agent Tree panel Feat: Subagent output now displayed in output view when subagent Low1/18/2026
v0.2.0## What's New ### Features - Sandboxing - run all your agents in sandboxes for host FS isolation (bubblewrap on linux / WSL, sandbox-exec on mac) - New agent output parser with TUI-native rendering, more granular output and colour coding - Refactored prompt templates system with global templates and project-specific overrided. - Revised prompts that improve token usage - Added new prompt preview panel ('o' will now cycle through views - details -> output -> prompt) - Pressing 's' whenLow1/18/2026
v0.1.7## What's New ### Factory Droid Agent Integration - Added Factory Droid (`droid`) as a supported agent plugin - TTY handling via pseudo-TTY wrapper for Ink-based CLI compatibility - JSONL output parsing with cost tracking and event filtering ### Documentation - Updated agent plugin docs for Claude, Droid, and OpenCode - Clarified autonomous operation mode (always enabled for ralph-tui) ### Bug Fixes - Fixed droid agent shell escaping and argument ordering - Fixed output parser to correctly deLow1/15/2026
v0.1.6See CHANGELOG.md for detailsLow1/14/2026
v0.1.5See CHANGELOG.md for detailsLow1/14/2026
0.1.4## Release 0.1.4 ### Features - **Runtime iteration adjustment** - Add/remove iterations while Ralph is running using `+`/`=` and `-`/`_` keys - Iteration counter displayed in TUI header: `[current/max]` - Auto-restart when adding iterations after hitting max ### Contributors - @tajquitgenius - Runtime iteration controls featureLow1/14/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

@cnrai/pavePAVE - Personal AI Virtual Environment. AI agent framework for the terminal.0.9.19
navada-edge-cliAI agent in your terminal — 3-tier memory, 16 tools, automation pipeline, bring your own model. Learns who you are, remembers across sessions.4.2.0
@ai-tui/coreBuild AI agent terminal UIs with the Vercel AI SDK0.2.2
openpaeanOpen source AI agent CLI with executor framework (a8e, Claude Code), gateway relay, MCP support, and scrolling TUI0.7.15
@aaif/gooseGoose - an open-source AI agent0.17.0