Chat mode changelog.

This commit is contained in:
AI Christianson 2024-12-20 16:37:25 -05:00
parent 5b4aa746bf
commit f712fcf9c8
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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