|
| 1 | +## 0.0.396 - 2026-01-27 |
| 2 | + |
| 3 | +- Skill names can include uppercase letters |
| 4 | +- Ctrl+E moves cursor to end of line when typing without expanding timeline |
| 5 | +- `/skills add` works with directories that contain SKILL.md directly |
| 6 | +- Subagent timeline entries display with bold, capitalized names |
| 7 | +- Timeline entries show filled circle for success status |
| 8 | +- Improve horizontal alignment of UI elements |
| 9 | +- Simplify compaction timeline entries |
| 10 | +- Create custom agents through interactive CLI wizard |
| 11 | +- Tool filtering flags now apply to subagents |
| 12 | +- Error messages consistently reference /login and /logout commands |
| 13 | +- Add `copilot version` and `copilot update` commands |
| 14 | +- preToolUse hooks can deny tool execution and modify arguments |
| 15 | +- Fix PTY leak in bash session handling |
| 16 | +- `/plugin install` supports GitHub repos, URLs, and local paths |
| 17 | +- Add `/experimental` command and `--experimental` flag to opt into experimental features |
| 18 | +- Add `/init` command to generate Copilot instructions |
| 19 | +- Reorder model picker list for better organization |
| 20 | +- Plugins can provide custom agents |
| 21 | +- Open plan files in VS Code on WSL and devcontainers |
| 22 | +- /diff shows changes from entire repository when run from subdirectory |
| 23 | +- /skills add correctly counts skills when directory path has trailing slash |
| 24 | +- Undo/rewind shows accurate count of affected files |
| 25 | +- Pre-releases on GitHub now show detailed changelog notes |
| 26 | + |
1 | 27 | ## 0.0.395 - 2026-01-26 |
2 | 28 |
|
3 | 29 | - Select escape item shows blinking cursor to indicate text input |
|
0 commit comments