From dd0472aea89b4eb9e628ff8dae52e62597d59ab0 Mon Sep 17 00:00:00 2001 From: Zijie Tian Date: Thu, 5 Feb 2026 01:27:53 +0800 Subject: [PATCH] [plugin] Added ralph-tui setup. --- .ralph-tui/config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .ralph-tui/config.toml diff --git a/.ralph-tui/config.toml b/.ralph-tui/config.toml new file mode 100644 index 0000000..68bd83a --- /dev/null +++ b/.ralph-tui/config.toml @@ -0,0 +1,12 @@ +# Ralph TUI Configuration +# Generated by setup wizard +# See: ralph-tui config help + +configVersion = "2.1" +tracker = "json" +agent = "claude" +maxIterations = 30 +autoCommit = false + +[trackerOptions] +[agentOptions]