From b5fa8097997e499a4e1d8d48274f6ec53350072a Mon Sep 17 00:00:00 2001 From: AI Christianson <24681233+ai-christianson@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:49:41 +0000 Subject: [PATCH] Automatic commit before Assistant edits --- .replit | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..1927e2f --- /dev/null +++ b/.replit @@ -0,0 +1,8 @@ +modules = ["python-base-3.13"] +run = "ra-aid --chat" + +[nix] +channel = "stable-24_05" + +[deployment] +run = ["sh", "-c", "ra-aid --chat"]