From f712fcf9c8dd4bec9f38bff1d24a6077eb4d07f6 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Fri, 20 Dec 2024 16:37:25 -0500 Subject: [PATCH] Chat mode changelog. --- CHANGELOG.md | 3 +++ ra_aid/tools/human.py | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb11ca..56411d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +- Chat mode. ## [0.7.1] - 2024-12-20 diff --git a/ra_aid/tools/human.py b/ra_aid/tools/human.py index f7ee7a0..cfd4072 100644 --- a/ra_aid/tools/human.py +++ b/ra_aid/tools/human.py @@ -41,6 +41,8 @@ def ask_human(question: str) -> str: vi_mode=True # Enable Vi mode for more intuitive Ctrl+D behavior ) + print() + response = session.prompt( "> ", wrap_lines=True