From 417d0954bd394652b0421ac08adf79a751cd0a33 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Sat, 31 Aug 2024 21:46:22 +0800 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ba7d1..85c58a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.4.0](https://github.com/offline-ai/cli/compare/v0.3.9...v0.4.0) (2024-08-31) + + +### ⚠ BREAKING CHANGES + +* add guide as AI App + +### Features + +* **lib:** add onlyContent to load file lib ([2fa68ef](https://github.com/offline-ai/cli/commit/2fa68ef3498ca56b4df075bbd86f04138e2ee495)) +* **lib:** add terms option ([714e06c](https://github.com/offline-ai/cli/commit/714e06cc8fe909e4518e9801ba8f45d84a925655)) +* **lib:** pass file path by position argument ([083cc51](https://github.com/offline-ai/cli/commit/083cc51e537fbc8306db2a71c594cb8a211ce2ee)) +* **lib:** support_langs output as {name=lang, value=iso6391} array now ([56bdd5c](https://github.com/offline-ai/cli/commit/56bdd5cb7ff57df2b6b71707560785a5042cb445)) + + +### Bug Fixes + +* **lib:** add sep from file ([f4202ca](https://github.com/offline-ai/cli/commit/f4202ca2b80a44f1f5754ef9df3a0f344ff72814)) +* **lib:** inc short content length ([6b0d6a7](https://github.com/offline-ai/cli/commit/6b0d6a73647e25a57abb8213f5988c55b04adee0)) +* **lib:** sometimes LLM not extract content accurately ([67b2476](https://github.com/offline-ai/cli/commit/67b247640067f9339be9befa0b7774a0e83bfc42)) + + +### Refactor + +* add guide as AI App ([c0d0e0b](https://github.com/offline-ai/cli/commit/c0d0e0b75c07168447e5a1eb267c656e48ab24b1)) + ## [0.3.9](https://github.com/offline-ai/cli/compare/v0.3.8...v0.3.9) (2024-08-28) diff --git a/package.json b/package.json index 5bbd2be..e2e014f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@offline-ai/cli", "description": "Your Offline(local) AI agent client for Programable Prompt Engine", - "version": "0.3.9", + "version": "0.4.0", "author": "Riceball LEE ", "bin": { "ai": "./bin/run.js"