Skip to content

Commit bd40284

Browse files
committed
chore(release): 0.3.9
1 parent 78a300b commit bd40284

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [0.3.9](https://github.com/offline-ai/cli/compare/v0.3.8...v0.3.9) (2024-08-28)
6+
7+
8+
### Features
9+
10+
* **example:** add cpp-expert char ([32a58a7](https://github.com/offline-ai/cli/commit/32a58a7c9b39bb5d145c1a52f936731874074e3c))
11+
* **lib:** abstract more to char ([d05ea53](https://github.com/offline-ai/cli/commit/d05ea537a51d52bf6d55fcb1f17c863b93ea6f2d))
12+
* **lib:** add get LLM supported langs list ([968ceba](https://github.com/offline-ai/cli/commit/968ceba69be14b26bfeec84ed2b17e70c5df98b9))
13+
* **lib:** add input WIP ([bba72ab](https://github.com/offline-ai/cli/commit/bba72ab9eb84d1fa1c484e4bfb9b9532c90ddcba))
14+
15+
16+
### Bug Fixes
17+
18+
* **lib:** input return result ([3a78768](https://github.com/offline-ai/cli/commit/3a787683158bd2d97aafc74577f43d989259f151))
19+
* remove mark dialogue starts ([f8bddc4](https://github.com/offline-ai/cli/commit/f8bddc422173ba94f0dcba28bfe0070f7ca8b1c5))
20+
521
## [0.3.8](https://github.com/offline-ai/cli/compare/v0.3.7...v0.3.8) (2024-08-25)
622

723
## [0.3.7](https://github.com/offline-ai/cli/compare/v0.3.6...v0.3.7) (2024-08-25)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@offline-ai/cli",
33
"description": "Your Offline(local) AI agent client for Programable Prompt Engine",
4-
"version": "0.3.8",
4+
"version": "0.3.9",
55
"author": "Riceball LEE <[email protected]>",
66
"bin": {
77
"ai": "./bin/run.js"

0 commit comments

Comments
 (0)