All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
0.7.0 (2024-12-19)
- Change the Advanced RegExp Formatting Spec from
/.../
to[[/.../]]
- Change the Advanced RegExp Formatting Spec from
/.../
to[[/.../]]
(c8d082b)
0.6.2 (2024-12-18)
0.6.1 (2024-12-18)
- add group chat in message content (c3fe558)
0.6.0 (2024-12-17)
- Change the Advanced Script Invocation Formatting Spec from
@script
to[[@script]]
- Change the Advanced Script Invocation Formatting Spec from
[@script](https://github.com/script)
to[[[@script](https://github.com/script)]]
(a6bb6f2)
0.5.19 (2024-12-17)
0.5.18 (2024-12-17)
0.5.17 (2024-12-17)
0.5.16 (2024-12-16)
0.5.15 (2024-12-15)
0.5.14 (2024-12-15)
0.5.13 (2024-10-07)
- example: change temperature to 0 for reproduce result (2c0e743)
0.5.12 (2024-10-06)
0.5.11 (2024-10-06)
- examples: add repeatQiz test case (fec9d65)
0.5.10 (2024-10-05)
0.5.9 (2024-10-04)
0.5.8 (2024-09-30)
- add demo split-text-paragraphs by autoPrompt (5959399)
0.5.7 (2024-09-25)
0.5.6 (2024-09-25)
0.5.5 (2024-09-25)
- example: add Original Auto generation Prompt by Claude (d3b9f08)
0.5.4 (2024-09-19)
0.5.3 (2024-09-18)
0.5.2 (2024-09-17)
0.5.1 (2024-09-17)
0.5.0 (2024-09-16)
- freeze the lib folder, move lib folder to @offline-ai/cli-plugin-core package
- freeze the lib folder, move lib to plugin-core
- extract lib to plugin-core package
- extract lib to plugin-core package (e2cb4af)
- lib: add sslVerify option (2132272)
- lib: add url lib (e748836)
- lib: add url supports to file lib (7eaf3e4)
- freeze the lib folder, move lib folder to @offline-ai/cli-plugin-core package (68324cc)
- freeze the lib folder, move lib to plugin-core (64616c3)
0.4.3 (2024-09-02)
0.4.2 (2024-09-02)
- guide: add Invocation of External Scripts section (feedc42)
- guide: move guide to lib/ (20e969a)
0.4.1 (2024-09-01)
- guide: add light version to extract title (be20e9b)
- guide: add titleify and allow user ask a quiz (c25ef50)
- guide: demo select local (f51c7d0)
- guide: now can interactive simply (bcbf065)
- guide: select a file from dir (6a62b76)
- example: add input to more clearly explain (911654d)
- guide: can not work on english (66c3167)
- guide: lang-core link error in README (e902e71)
- guide: minor changes (1b35c96)
- guide: should not memoized to guide_lib_explain_file (457490b)
- lib: only output title do not explain (c6cad4c)
- lib: sometimes can not output one title only (e901682)
- guide: extract guide_lib_explain_file (0aa7d96)
0.4.0 (2024-08-31)
- add guide as AI App
- lib: add onlyContent to load file lib (2fa68ef)
- lib: add terms option (714e06c)
- lib: pass file path by position argument (083cc51)
- lib: support_langs output as {name=lang, value=iso6391} array now (56bdd5c)
- lib: add sep from file (f4202ca)
- lib: inc short content length (6b0d6a7)
- lib: sometimes LLM not extract content accurately (67b2476)
- add guide as AI App (c0d0e0b)
0.3.9 (2024-08-28)
- example: add cpp-expert char (32a58a7)
- lib: abstract more to char (d05ea53)
- lib: add get LLM supported langs list (968ceba)
- lib: add input WIP (bba72ab)
0.3.8 (2024-08-25)
0.3.7 (2024-08-25)
0.3.6 (2024-08-25)
- http proxy can not work (649392c)
0.3.5 (2024-08-24)
0.3.4 (2024-08-24)
0.3.3 (2024-08-24)
0.3.2 (2024-08-24)
0.3.1 (2024-08-24)
- lib: add summary lib (26f7bc9)
- lib: more detail added (9db9162)
- translator: add source language detected automatically if no lang provided (cfcc24c)
0.3.0 (2024-08-23)
- follow the new spec using the "content" input instead of the old deprecated "result" input argument
- execString for push/replace message return content string only. closes #11
- @script and -> use "content" name as input argument instead "result". closes #10
- $ret params can be executed as part enhancement. closes #7 (1db4669)
- add "aiPreferredLanguage" option to translate the user input string automatically (db6b9c3)
- add "userPreferredLanguage" option to translate the ai string result automatically (801d683)
- add AIHelp init (b12a4d4)
- add LatestResult public readonly field. close #9 (78cffd7)
- add translator lib (cb8d54f)
- example: add a Multilingual Recipe Assistant (ccb4b81)
- example: add demo howto the call the external agent script (ecb8013)
- example: add interactive mode support (e13bab8)
- example: add resolve-math-problem (9773840)
- formatString @script should not add space if following is symbol char. closes #8 (bb16738)
- lib: add titleify lib script (f1c41a3)
- lib: add translate file supports to translator lib (560e229)
- "---" directive can be used in block. closes #12 (47feda0)
- [[VAR]] trigger infinite loop if LLM continue output [[VAR]]. closes #5 (8213908)
- Circular reference detected in call external to external script. closes #6 (1e0bf23)
- example: remove unused input (1ab6381)
- lib: could translate the short phrase (8f0ab82)
- the deffered message not be formatted if no AI running at last. #13 (89e8e85)
- When using [[VAR]], debugging information from the LLM configuration cannot be retained in the message. (922cf20)
- @script and -> use "content" name as input argument instead "result". closes #10 (85a9226)
- example: update (a401a41)
- execString for push/replace message return content string only. closes #11 (838adb6)
- follow the new spec using the "content" input instead of the old deprecated "result" input argument (db154c5)
0.2.1 (2024-08-18)
- lib: filepath can use env variable replace now in file.ai (a8b7924)
- lib: json extractor can be called by other script (9aa2db5)
0.2.0 (2024-08-16)
- extract brain command and common funcs as packages
- add version to lib
- add update check (dd95ac7)
- add version to lib (c2465fa)
- lib: add the file loader lib used in prompt (c4adec7)
- forget to register update plugin (49602c9)
- extract brain command and common funcs as packages (901f5e3)
- extract command config to package (9cdb906)
- use async to init (0ff5fd7)
0.1.3 (2024-08-14)
- 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)
- remove pwd for agentDirs and promptDirs
- remove pwd for agentDirs and promptDirs (6b6e4df)
0.0.17 (2024-08-11)
0.0.16 (2024-08-11)
- do not search current dir! (7a79464)
0.0.15 (2024-08-11)
- 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)
- can not init error (1f7b695)
- rename char dobby _id (f5355ed)
- should show init error (939f2cd)
- show error object to debug (4868886)
- use new character name spec. (d89966c)
- brain: check location first (a4734b9)
- change event name to llmStream (321e009)
- follow new ai-script (50127cb)
- upgradeBrains (2466801)
0.0.14 (2024-07-08)
- register hook supports (c8c12da)
- show error always after logUpdate.clear (26494c9)
0.0.13 (2024-06-21)
- alias search error (5187df1)
0.0.12 (2024-06-21)
- add a seperator "<---STREAMING END--->" when no consoleClear (bd8770c)
- show brain file size (0f36ee8)
- can not save history if abort on non-interactive mode (212ae5d)
- 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)
- should show load script error (a001453)
0.0.10 (2024-06-16)
- add examples dir into agentsDir (3093faa)
0.0.9 (2024-06-13)
- add http proxy supports (23c38f7)
- pass data string as last user message in the script dynamically (ccaa0e1)
- 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)
- brainCommand: add refresh flag option (129dd3f)
0.0.7 (2024-06-10)
- noConsoleClear can not work (b3d2323)
0.0.6 (2024-06-10)
- command: run add noConsoleClear flag option to debug (c92ebe4)
0.0.5 (2024-06-09)
0.0.4 (2024-06-09)
0.0.3 (2024-06-09)
0.0.2 (2024-06-09)
- 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)
- 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)