Skip to content

Commit b951371

Browse files
chore( miu-code): release 1.1.0
1 parent 11fab05 commit b951371

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/core": "1.0.1",
3-
"packages/code": "1.0.2",
3+
"packages/code": "1.1.0",
44
"packages/examples": "1.0.0",
55
"packages/studio": "1.0.1",
66
"packages/miu": "2.0.0"

packages/code/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/vanducng/miu-mono/compare/miu-code-v1.0.2...miu-code-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+
* **tui:** add configurable status bar with model name display ([81113c6](https://github.com/vanducng/miu-mono/commit/81113c6891b663beb8159d71879782c1366aed95))
10+
11+
12+
### Bug Fixes
13+
14+
* **tools:** handle missing args gracefully and fix streaming input ([4cefb2a](https://github.com/vanducng/miu-mono/commit/4cefb2a65d50aba7600f0d7ddd012db7274302be))
15+
* **tui:** render initial content in AssistantMessage ([803415f](https://github.com/vanducng/miu-mono/commit/803415f67c26a762f19fb887a032bbd3d9e2ec51))
16+
317
## [1.0.2](https://github.com/vanducng/miu-mono/compare/miu-code-v1.0.1...miu-code-v1.0.2) (2026-01-01)
418

519

packages/code/miu_code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
try:
66
__version__ = version("miu-code")
77
except PackageNotFoundError:
8-
__version__ = "1.0.2"
8+
__version__ = "1.1.0"
99

1010
__all__ = ["__version__"]

packages/code/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-code"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "AI coding agent with CLI"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)