|
| 1 | +## 0.0.410 - 2026-02-14 |
| 2 | + |
| 3 | +- Fixed high memory usage caused by rapid logging |
| 4 | +- Shell mode pastes raw text instead of paste tokens |
| 5 | +- Reduce memory usage from encoding streaming chunks |
| 6 | +- Fix alt-screen and timeline URL rendering to preserve long links without truncation |
| 7 | +- Reduced memory growth in long sessions by evicting transient events after compaction |
| 8 | +- Fixed high memory usage when loading large sessions |
| 9 | +- Fixed high memory usage during shell commands with rapid output |
| 10 | +- Add `/init suppress` to control init suggestions per repository |
| 11 | +- Show IDE file selection indicator in the status bar when connected to an IDE |
| 12 | +- Add repo-level settings to disable individual validation tools |
| 13 | +- ACP server supports loading existing sessions |
| 14 | +- Page Up/Page Down keyboard scrolling in alt-screen mode |
| 15 | +- Add Ctrl+Z suspend/resume support on Unix platforms |
| 16 | +- Support tilde (~) expansion in MCP server cwd configuration |
| 17 | +- Support ctrl+n and ctrl+p as arrow key alternatives |
| 18 | +- Exit CLI with ctrl+d on empty prompt |
| 19 | +- Fix unknown option '--no-warnings' error |
| 20 | +- Shift+Enter inserts newlines in terminals with kitty keyboard protocol |
| 21 | +- MCP server list selection adjusts correctly after deletion |
| 22 | +- Shell mode removed from Shift+Tab cycle, accessed only via `!` |
| 23 | +- Improve /tasks dialog with consistent icons and typography |
| 24 | +- Exit from alt-screen no longer replays full session history |
| 25 | +- MCP server errors and loading issues surface in timeline |
| 26 | +- Reduce input jitter with frame coalescing and smoother alt-screen animations |
| 27 | +- Extend skill name validation to support underscores, dots, and spaces; make name and description optional in skill frontmatter with sensible fallbacks |
| 28 | + |
1 | 29 | ## 0.0.409 - 2026-02-12 |
2 | 30 |
|
3 | 31 | - /diff uses full screen in alt-screen mode |
|
0 commit comments