Skip to content

Commit 2bca547

Browse files
authored
chore: bump version to 2.1.45 and aioncore to v0.1.56 (#3806)
Co-authored-by: zynx <>
1 parent 6e01c88 commit 2bca547

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [2.1.45](https://github.com/iOfficeAI/AionUi/compare/v2.1.44...v2.1.45) (2026-07-31)
4+
5+
### Desktop
6+
7+
#### Features
8+
9+
- **explorer:** reveal highlight + @ Tab complete (#3794)
10+
11+
#### Bug Fixes
12+
13+
- **sendbox:** tag loading-window @mention fallback with local chat-ref (#3801)
14+
15+
### Core ([v0.1.56](https://github.com/iOfficeAI/AionCore/releases/tag/v0.1.56))
16+
17+
#### Features
18+
19+
- **project:** hide OS-junk and VCS-internal noise from listings (#727)
20+
21+
#### Bug Fixes
22+
23+
- **agents:** persist the catalog the availability probe already fetched (#735)
24+
- **ai-agent:** token usage for the direct-CLI backends (claude / codex) (#733)
25+
- **conversation:** request plaintext thinking from claude, drop blank thought cards (#731)
26+
- **project/monitor:** attribute watched-subdir events to parent so tree reflects dir delete/rename (#734)
27+
- **session:** settle cancelled workflows and stop per-turn pump state leaking across turns (#732)
28+
- **team:** derive team capability from probed MCP transports, not a stored veto (#725)
29+
30+
---
31+
332
## [2.1.44](https://github.com/iOfficeAI/AionUi/compare/v2.1.43...v2.1.44) (2026-07-30)
433

534
### Desktop

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AionUi",
3-
"version": "2.1.44",
3+
"version": "2.1.45",
44
"description": "Transform your command-line AI agent into a modern, efficient AI Chat interface.",
55
"keywords": [],
66
"license": "Apache-2.0",
@@ -255,7 +255,7 @@
255255
"engines": {
256256
"node": ">=22 <25"
257257
},
258-
"aioncoreVersion": "v0.1.55",
258+
"aioncoreVersion": "v0.1.56",
259259
"electronRebuild": {
260260
"electronVersion": "^37.3.1"
261261
},

0 commit comments

Comments
 (0)