Chat mode changelog.
This commit is contained in:
parent
5b4aa746bf
commit
f712fcf9c8
|
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Chat mode.
|
||||||
|
|
||||||
## [0.7.1] - 2024-12-20
|
## [0.7.1] - 2024-12-20
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,8 @@ def ask_human(question: str) -> str:
|
||||||
vi_mode=True # Enable Vi mode for more intuitive Ctrl+D behavior
|
vi_mode=True # Enable Vi mode for more intuitive Ctrl+D behavior
|
||||||
)
|
)
|
||||||
|
|
||||||
|
print()
|
||||||
|
|
||||||
response = session.prompt(
|
response = session.prompt(
|
||||||
"> ",
|
"> ",
|
||||||
wrap_lines=True
|
wrap_lines=True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue