Skip to content

Releases: sigoden/aichat

v0.6.0

10 Mar 02:41
Compare
Choose a tag to compare

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

08 Mar 13:47
Compare
Choose a tag to compare

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

06 Mar 03:09
Compare
Choose a tag to compare

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

05 Mar 03:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Mar 11:41
Compare
Choose a tag to compare

What's Changed

  • feat: support highlight reply markdown by @sigoden in #3

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Mar 03:09
0de680a
Compare
Choose a tag to compare

✨ first release.