Skip to content

Commit 16c0063

Browse files
authored
Merge pull request #21 from vanducng/release-please--branches--main--components--miu-core
chore( miu-core): release 1.1.0
2 parents 11fab05 + 6d0f17d commit 16c0063

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/core": "1.0.1",
2+
"packages/core": "1.1.0",
33
"packages/code": "1.0.2",
44
"packages/examples": "1.0.0",
55
"packages/studio": "1.0.1",

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/vanducng/miu-mono/compare/miu-core-v1.0.1...miu-core-v1.1.0) (2026-01-05)
4+
5+
6+
### Features
7+
8+
* **commands:** implement built-in commands and /help command ([11fab05](https://github.com/vanducng/miu-mono/commit/11fab05ac347e0d77d0d1a5c28d47dc00ab2b45d))
9+
* **core:** add Z.AI provider support with zai-sdk ([fecb628](https://github.com/vanducng/miu-mono/commit/fecb628dcdb657dfcb2f5fcf57014c036d44c354))
10+
* **tui:** add configurable status bar with model name display ([81113c6](https://github.com/vanducng/miu-mono/commit/81113c6891b663beb8159d71879782c1366aed95))
11+
* **zai:** add native streaming support ([fbf3fa5](https://github.com/vanducng/miu-mono/commit/fbf3fa5b6c857e4fd9ac7ad13b78f87e3237d226))
12+
13+
14+
### Bug Fixes
15+
16+
* **core:** use ZhipuAI coding endpoint for zai provider ([a1ede74](https://github.com/vanducng/miu-mono/commit/a1ede74da5be070d2fde959bb671eccab9c2e50b))
17+
* **tools:** handle missing args gracefully and fix streaming input ([4cefb2a](https://github.com/vanducng/miu-mono/commit/4cefb2a65d50aba7600f0d7ddd012db7274302be))
18+
* **zai:** add tool call support to streaming ([a41881e](https://github.com/vanducng/miu-mono/commit/a41881e687bae0cb4d7857e15fc8db43c21f15ba))
19+
320
## [1.0.1](https://github.com/vanducng/miu-mono/compare/miu-core-v1.0.0...miu-core-v1.0.1) (2026-01-01)
421

522

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "miu-core"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Core framework library for miu AI agent"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)