Skip to content

Latest commit

 

History

History
386 lines (213 loc) · 21.2 KB

CHANGELOG.md

File metadata and controls

386 lines (213 loc) · 21.2 KB

Changelog

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

0.3.33 (2024-12-22)

0.3.32 (2024-12-19)

0.3.31 (2024-12-18)

0.3.30 (2024-12-18)

0.3.29 (2024-12-17)

0.3.28 (2024-12-17)

0.3.27 (2024-12-17)

0.3.26 (2024-12-17)

0.3.25 (2024-12-16)

0.3.24 (2024-12-15)

0.3.23 (2024-12-15)

Features

Refactor

0.3.22 (2024-10-07)

0.3.21 (2024-10-04)

0.3.20 (2024-09-30)

0.3.19 (2024-09-25)

0.3.18 (2024-09-25)

0.3.17 (2024-09-25)

0.3.16 (2024-09-19)

0.3.15 (2024-09-18)

0.3.14 (2024-09-17)

0.3.13 (2024-09-17)

0.3.12 (2024-09-16)

Bug Fixes

  • can not refresh if no maxCount option (191dda0)

Refactor

  • follow up stream changed (6912143)

0.3.11 (2024-09-02)

0.3.10 (2024-09-02)

0.3.9 (2024-09-01)

0.3.8 (2024-08-31)

0.3.7 (2024-08-28)

Features

  • add search cmd, and minor doc changed (76c7730)

0.3.6 (2024-08-25)

0.3.5 (2024-08-25)

Bug Fixes

  • skip count updated record (6e71d39)

0.3.4 (2024-08-25)

Bug Fixes

  • should wait the db initData to end (2c89acc)
  • sould return count after error (60b232a)

0.3.3 (2024-08-24)

Features

0.3.2 (2024-08-24)

Features

0.3.1 (2024-08-24)

0.3.0 (2024-08-24)

⚠ BREAKING CHANGES

  • change verifyQuant from defaults true to false

Features

  • add hint to suggestion update index for older than a week (3259db4)

Refactor

  • change verifyQuant from defaults true to false (95ed1dc)

0.2.3 (2024-08-24)

0.2.2 (2024-08-23)

0.2.1 (2024-08-18)

0.2.0 (2024-08-16)

⚠ BREAKING CHANGES

  • follow the cli-common to change the loadConfig as async

Refactor

  • follow the cli-common to change the loadConfig as async (9f15c92)

0.1.2 (2024-08-16)

Bug Fixes

  • forget to remove help not here (1aa0bd6)

0.1.1 (2024-08-16)

0.1.3 (2024-08-14)

Features

  • search scripts can be aborted by ctrl+C to avoid stuck (55548f5)

0.1.2 (2024-08-12)

0.1.1 (2024-08-11)

0.1.0 (2024-08-11)

⚠ BREAKING CHANGES

  • remove pwd for agentDirs and promptDirs

Bug Fixes

  • remove pwd for agentDirs and promptDirs (6b6e4df)

0.0.17 (2024-08-11)

0.0.16 (2024-08-11)

Bug Fixes

  • do not search current dir! (7a79464)

0.0.15 (2024-08-11)

Features

  • add --trace-warnings for develop (9ac0630)
  • add brain refresh command (88590c7)
  • add char type (9b6a4f8)
  • add new backup-chat option (97039c5)
  • add refresh models from huggingface directly (57bcdfc)
  • add test fixture command(draft) (adcc9c9)
  • add translator-simple example (860a65f)
  • brain: add verify quant callback (d1a9eeb)
  • refresh: add hubUrl, verifyQuant, brainDir options to refresh brain (85b0386)
  • show downloaded and filesize (9faa2dc)

Bug Fixes

Refactor

0.0.14 (2024-07-08)

Features

Bug Fixes

  • show error always after logUpdate.clear (26494c9)

0.0.13 (2024-06-21)

Bug Fixes

0.0.12 (2024-06-21)

Features

  • add a seperator "<---STREAMING END--->" when no consoleClear (bd8770c)
  • show brain file size (0f36ee8)

Bug Fixes

  • can not save history if abort on non-interactive mode (212ae5d)

Refactor

  • change default onlyFeatured to false (0a1d28e)
  • change noConsoleClear flag to consoleClear and default to true for interactive mode, false for non-interactive mode (5e1fc1a)

0.0.11 (2024-06-17)

Bug Fixes

  • should show load script error (a001453)

0.0.10 (2024-06-16)

Features

  • add examples dir into agentsDir (3093faa)

0.0.9 (2024-06-13)

Features

  • add http proxy supports (23c38f7)
  • pass data string as last user message in the script dynamically (ccaa0e1)

Bug Fixes

  • args data could accept string (d0d51f8)
  • can not save chat history for special id (e4df600)
  • do not use logUpdate if noConsoleClear (bb5c825)
  • no-chats should be use non-interactive mode (68d8fff)
  • run: should follow the option autoRunLLMIfPromptAvailable of script in interactive mode (7e67c39)

0.0.8 (2024-06-11)

Features

  • brainCommand: add refresh flag option (129dd3f)

0.0.7 (2024-06-10)

Bug Fixes

  • noConsoleClear can not work (b3d2323)

0.0.6 (2024-06-10)

Features

  • command: run add noConsoleClear flag option to debug (c92ebe4)

0.0.5 (2024-06-09)

0.0.4 (2024-06-09)

Features

  • expand env for path (5e269c2)
  • load-config: add expandPath func (39a50f4)

0.0.3 (2024-06-09)

0.0.2 (2024-06-09)

0.0.1 (2024-06-09)

Features

  • add $detectLang method to script (56fe813)
  • add abort (6880ac0)
  • add abstract ai-command (95f93a2)
  • add AIScriptEx to call external script in script (f4ea069)
  • add brain helper funcs (536e294)
  • add brain manager command (e8cbdab)
  • add command line prompt (123df12)
  • add config command (e91d4b2)
  • add current working dir to searchPaths if no specify searchPaths (a49b906)
  • add empty input to make assistant continue (c59037f)
  • add enableJsonFlag to abstract AICommand (17234bc)
  • add flags.banner to enable/disable banner (bb898d5)
  • add history option to run command (b7433b9)
  • add interfact and stream supports (d21b9ef)
  • add load-config helper functions (7fd31ff)
  • add load/save chat history (68dec24)
  • add logLevel aliases: loglevel, log-level (b097a4f)
  • add saveConfigFile func (f9f56ae)
  • add slash command support (2f2b928)
  • AICommand: add loadConfig method to AICommand (3c1ad5f)
  • can record the assistant message for abort controller (db94f61)
  • config: can get single config item value now (61d1024)
  • convert to argument data to json (c3a1883)
  • display stream content on non-interactive mode (7623503)
  • prompt: add tab support (4b8fac8)
  • read config from user-config file (cef8bdd)
  • showBanner: add extenal string to show (e6aaf41)
  • start newChats via defaults in non-interactive mode, set newChats to false will replace history.yaml file now (efabd11)
  • use color-json to output json (90976d9)
  • uText: using random font if no specify font (525db76)

Bug Fixes

  • add exclude fonts (16277ac)
  • can detect lang for 2 chars now (996308e)
  • can not get correct createdAt time as log file (e5ab2f7)
  • can not quit immediately (d5909a9)
  • do not check file exists in command here (e7ccee0)
  • do not exit directly when detect ctrl+c, just send SIGINT event (a272158)
  • do not output result if interactive (7f761d3)
  • do not save inputs history if no filename (5fd7ba1)
  • do not show bannar if output json (d6b3d12)
  • help: duplication banner (a5c047f)
  • hidden the test command (ee4dc59)
  • ignore AbortError (09a43a7)
  • multi duplications stream response for event duplication (41c639e)
  • output the local messages after initDone (74d1045)
  • raise error in interactive if output is forceJson (640081f)
  • run-script: can not call/exec external script (7a2643e)
  • should be quient if loglevel is silence (95d087d)
  • should use local zone as log time (e3aecc6)
  • show variable command expand depth level to 9 (5cac2b6)
  • stream output is duplication (84bfb56)
  • the ConfigFile etc move to ai-tool now (f7df29a)