Added
- Workspace path autocomplete — the "Add workspace path" field in the Spaces panel now suggests trusted directories as you type. Features keyboard navigation (↑↓ Enter Tab Escape), Tab completion, and hidden directory support when the current segment starts with
.. Suggestions are limited to trusted roots (home directory, saved workspaces, boot default) and never enumerate blocked system roots. Symlink targets that escape the trusted root are filtered. (PR #880 by @franksong2702, closes #616)
What's Changed
- feat(workspaces): autocomplete trusted workspace paths by @franksong2702 in #880
Full Changelog: v0.50.161...v0.50.162