Skip to content

Latest commit

 

History

History
144 lines (68 loc) · 5.85 KB

CHANGELOG.md

File metadata and controls

144 lines (68 loc) · 5.85 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.3.0 (2024-10-07)

⚠ BREAKING CHANGES

  • change default streamEcho to line and streamEchoChars to 80

Refactor

  • change default streamEcho to line and streamEchoChars to 80 (c6b6ebe)
  • remove single char alias for config flag (dc4a3d3)

0.2.14 (2024-10-04)

0.2.13 (2024-09-30)

Features

  • add logLevelMaxLen flag (2d53abf)

0.2.12 (2024-09-25)

Features

0.2.11 (2024-09-19)

0.2.10 (2024-09-19)

0.2.9 (2024-09-19)

0.2.8 (2024-09-19)

0.2.7 (2024-09-19)

0.2.6 (2024-09-19)

0.2.5 (2024-09-19)

0.2.4 (2024-09-19)

Features

  • can disable color by none color for uText (985c95b)

Refactor

0.2.3 (2024-09-18)

Bug Fixes

  • -h confict with help flag (eacfc3b)

0.2.2 (2024-09-17)

Bug Fixes

  • remove searching current dir to avoid stuck. (b6664d4)

0.2.1 (2024-09-17)

0.2.0 (2024-09-16)

⚠ BREAKING CHANGES

  • add streamEchoChars option

Features

  • add streamEchoChars option (d949b11)
  • add verbose to logLevel (fe74985)

0.1.13 (2024-09-02)

0.1.12 (2024-09-02)

0.1.11 (2024-09-01)

0.1.10 (2024-08-31)

0.1.9 (2024-08-28)

Features

  • add --data -D option to passed to the ai-agent script: key1=value1 key2=value2 (3d750c5)
  • help: add "--no-banner" option for help command (0f53c97)

Bug Fixes

  • --data option can not work (c4db24b)

Refactor

0.1.8 (2024-08-25)

0.1.7 (2024-08-24)

0.1.6 (2024-08-24)

0.1.5 (2024-08-24)

0.1.4 (2024-08-23)

Features

  • add aiPreferredLanguage option (d9014be)
  • add streamEcho command line option (51cdb49)
  • add userPreferredLanguage option (3d18093)

Bug Fixes

  • should append agentsDir instead of replace (8ca8d34)

0.1.3 (2024-08-18)

Features

  • expandPath: the path beginning with ~ will be treat as $HOME (e51fc16)

0.1.2 (2024-08-16)

0.1.1 (2024-08-15)