Skip to content

Commit dcab26e

Browse files
authored
chore: bump version to 2.1.36 and aioncore to v0.1.48 (#3610)
Co-authored-by: zynx <>
1 parent d1c0d6a commit dcab26e

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [2.1.36](https://github.com/iOfficeAI/AionUi/compare/v2.1.35...v2.1.36) (2026-07-17)
4+
5+
### Desktop
6+
7+
#### Features
8+
9+
- **ui:** standardize drag-to-reorder UX for team tabs and pinned conversations (#3606)
10+
- **ui:** add search to skills/MCP submenus and assistant default selects (#3605)
11+
- **skills:** skill detail page with assistant attachment (#3604)
12+
- **skills:** add batch delete for custom skills (#3600)
13+
- **cron:** add queue protection and custom schedules (#3552)
14+
15+
#### Styling
16+
17+
- **skills:** soften batch-mode selected card state (#3603)
18+
19+
### Core ([v0.1.48](https://github.com/iOfficeAI/AionCore/releases/tag/v0.1.48))
20+
21+
#### Features
22+
23+
- **agents:** add Pi coding agent as builtin ACP agent (#618)
24+
- **ai-agent:** route image attachments by model capability
25+
- **aionrs:** inline image attachments for Aion CLI
26+
- **team:** add CLI fallback collaboration transport (#629)
27+
28+
#### Bug Fixes
29+
30+
- **acp:** confirm legacy mode/model on ACK instead of awaiting observed update (#635)
31+
- **agents:** honor login PATH and validate builtin CLIs (#622)
32+
- **ai-agent:** pin image-capable aionrs revision
33+
- **assistant:** canonicalize rule file storage (#625)
34+
- **assistant:** stop legacy override sync from clobbering user toggles (#634)
35+
36+
#### Code Refactoring
37+
38+
- **runtime:** remove legacy Bun runtime support (#623)
39+
40+
---
41+
342
## [2.1.35](https://github.com/iOfficeAI/AionUi/compare/v2.1.34...v2.1.35) (2026-07-14)
443

544
### 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.35",
3+
"version": "2.1.36",
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.47",
258+
"aioncoreVersion": "v0.1.48",
259259
"electronRebuild": {
260260
"electronVersion": "^37.3.1"
261261
},

0 commit comments

Comments
 (0)