Added
- Allow skills with the same name from different plugins to coexist
- Let integrations read and write CLI user settings
- View LSP server logs in /lsp logs and read_agent
- Prompt to install gh CLI when it is missing in GitHub repositories
- Add GitHub attachment variants to prompt rendering
Improved
- Perform tokenizer warmup in parallel on a background thread for better startup performance
- Show submit times next to user prompts in the timeline
- Improve /share to manage synced session visibility
- Expand @-style imports in AGENTS.md, CLAUDE.md, and Copilot instruction files
- Make /pr auto keep working through CI, review, and merge queue
- Clicking to expand a compact timeline entry holds it in place and reveals its content downward
Fixed
- Extension toggles preserve the selected mode
- Return to the prompt after cancelling attached shell commands
- Keep background git status checks from disrupting concurrent git commands
- Recover corrupted session history on load
- Preserve newlines in /after and /every scheduled prompts
- Keep multi-line /worktree tasks intact when starting them
- Make /cd path completion keep Enter, Escape, and Tab behavior in sync
- Keep session-store searches and context lookups responsive
- Show desktop notifications on macOS from the CLI
- Paste WSL images when Windows env vars are unavailable
- Keep selection on the adjacent task after removing one
- read_agent since_turn: 0 now correctly returns all turns including turn 0
- Filter non-JSON stdout lines from MCP servers during startup