New Features
1. aionui:// deep link protocol
Support for the aionui:// URL scheme to pre-fill New-API provider settings, so external links can open AionUi with API config pre-filled.
2. Keyboard shortcuts for confirmation prompts
Confirmation dialogs now support keyboard shortcuts so you can confirm or cancel quickly from the keyboard.
3. Slash commands and WebUI dev-mode proxy
Slash commands are implemented and supported in the chat interface.
WebUI dev-mode proxy is available so slash commands work when developing against the WebUI server.
What's Changed
- readme remote oinline gif by @ringringlin in #1081
- fix: DashScope Coding Plan model list and WebUI dev server proxy by @kuishou68 in #1087
- update wechat_group QR code by @IceyLiu in #1089
- fix(acp): use enhanced PATH for CLI detection by @Jassy930 in #1059
- fix(models): update Gemini model references to 3.1 and sync bun.lock with aioncli-core 0.30.0 by @audichuang in #1091
- fix(sendbox): preserve user input during AI reply in Codex/Nanobot/OpenClaw by @cdxiaodong in #1076
- feat: add aionui:// deep link protocol for new-api provider pre-fill by @kuishou68 in #1097
- Fix: windows arch detection windows 修复安装包能在错误的指令集上安装 by @LeeShunEE in #1055
- fix(webui): handle expired token on initial WebSocket connection by @Jassy930 in #1094
- fix(telegram): harden polling shutdown and add lifecycle tests by @loonghao in #1099
- feat(confirm): add keyboard shortcuts for confirmation prompts by @cdxiaodong in #1079
- feat(slash): implement slash commands with WebUI dev-mode proxy by @Jassy930 in #1054
- fix: 修复 WebUI 下自定义 CSS 丢失,并基于队列与状态降级重构主题存储 by @taekchef in #1084
- chore: bump version to 1.8.20 by @kuishou68 in #1104
New Contributors
- @Jassy930 made their first contribution in #1059
- @audichuang made their first contribution in #1091
- @LeeShunEE made their first contribution in #1055
- @taekchef made their first contribution in #1084
Full Changelog: v1.8.19...v1.8.20