Releases: sigoden/aichat
Releases · sigoden/aichat
v0.6.0
What's Changed
- feat: add role info to readline indicator by @sigoden in #47
- feat: support conversation by @sigoden in #48
- fix: abort by ctrlc unexpectedly prints error message by @sigoden in #49
- feat: add remain tokens indicator and max tokens guard by @sigoden in #50
- feat: support two types of role prompts by @sigoden in #52
- feat: add config.conversation_first by @sigoden in #55
- feat: type
{
[
(
to enter multi-line editing mode by @sigoden in #58
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- refactor: use syntect for highlight, abandon mdcat by @sigoden in #26
- refactor: optimize ctrl+c/ctrl+d abort handling by @sigoden in #27
- refactor: support highlighting more languages by @sigoden in #28
- refactor: adjust repl by @sigoden in #30
- feat: command mode supports stream out by @sigoden in #31
- refactor: theme and code color by @sigoden in #32
- refactor: split long paragraphs for smoother stream output by @sigoden in #33
- fix: repl set save true not work if not rerun by @sigoden in #34
- refactor: replace dump with print_now! by @sigoden in #35
- fix: windows no stream output by @sigoden in #37
- feat: add role-specific config by @sigoden in #42
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat: replace
.editor
with.multiline
by @sigoden in #18 - refactor: rename config.no_highlight to highlight by @sigoden in #19
- feat: add
.set
command by @sigoden in #20 - feat: add
.prompt
command by @sigoden in #21 - fix: combine pipe and input text by @sigoden in #23
- feat: add
--no-highlight
option by @sigoden in #24 - fix: AICHAT_CONFIG_DIR points to the parent directory by @sigoden in #25
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- refactor: no need tui, just render stream by @sigoden in #8
- feat: add
.editor
command by @sigoden in #9 - feat: add
.copy
command by @sigoden in #10 - feat: add
.info
command by @sigoden in #11 - refactor: message record format by @sigoden in #12
- refactor: optimize role prompt by @sigoden in #13
- refactor: adjusted command name by @sigoden in #14
- refactor: optimize clear screen by @sigoden in #16
- feat: accept pipe by @sigoden in #17
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Full Changelog: v0.1.0...v0.2.0
v0.1.0
✨ first release.