v0.11.1 - slash commands
What's changed
- Added a
/slash-command palette to the web chat composer for quick keyboard access to existing chat capabilities. - Added commands for per-message web search, attachments, dictation, temporary chats, model selection, new chat, chat search, and settings.
- Added keyboard navigation with wrapping arrow keys, Tab completion, Enter selection, and Escape dismissal with one-level submenu backtracking.
- Added an inline model submenu with filtering across the available model list.
- Kept ordinary prose safe: only a single-line leading-slash token is treated as a command, so paths such as
/etc/hostsinside a message do not trigger the palette. - Updated the default Compose app image to 0.11.1.
Validation
npm run test -w apps/web(196 tests)npm run typecheck -w apps/webnpm run lint -w apps/webnpm run build -w apps/webdocker compose config --quiet- GitHub workspace validation and Playwright smoke on the release pull request
- Multi-platform image build and registry push
Image
- ghcr.io/yoloyash/overtchat-app:0.11.1
- ghcr.io/yoloyash/overtchat-app:latest
- Platforms: linux/amd64 and linux/arm64
Full Changelog: v0.11.0...v0.11.1