v2.1.45
Added 1
- Tab now accepts the highlighted @-mention item, just like Enter
Changed 4
- Clicking a filename search result now clearly highlights the file in the Explorer tree with a full-row selection and scrolls it into view
- Token usage is now reported for the direct-CLI backends (Claude and Codex)
- Explorer listings hide OS junk and version-control internals
- Claude conversations now request plaintext thinking, and blank thought cards no longer appear
Fixed 4
- Deleting or renaming a watched subdirectory is now attributed to its parent so the tree reflects the change
- Cancelled workflows settle properly, and per-turn state no longer leaks across turns
- Team capability is derived from actually probed MCP transports instead of a stale stored veto
- Agent availability probes now persist the catalog they already fetched, avoiding a redundant round trip
Highlights
Explorer & @-Mention Polish
- Clicking a filename search result now clearly highlights the file in the Explorer tree with a full-row selection and scrolls it into view, so you can see where the hit actually lives.
- Tab now accepts the highlighted @-mention item, just like Enter — a small but welcome shortcut when referencing files in chat.
Engine updates (AionCore v0.1.55 → v0.1.56)
- Token usage is now reported for the direct-CLI backends (Claude and Codex), so the context usage indicator works on those conversations too.
- Explorer listings hide OS junk and version-control internals, so the tree shows your project instead of noise.
- Claude conversations now request plaintext thinking, and blank thought cards no longer appear.
- Deleting or renaming a watched subdirectory is now attributed to its parent, so the tree reflects the change instead of going stale.
- Cancelled workflows settle properly, and per-turn state no longer leaks across turns.
- Team capability is derived from actually probed MCP transports instead of a stale stored veto.
- Agent availability probes now persist the catalog they already fetched, avoiding a redundant round trip.
What's Changed
- feat(explorer): reveal highlight + @ Tab complete by @tcp404 in #3794
- fix(sendbox): tag loading-window @mention fallback with local chat-ref by @tcp404 in #3801
- chore: bump version to 2.1.45 by @piorpua in #3806
Full Changelog: v2.1.44...v2.1.45