Skip to content

v0.11.1 - slash commands

Choose a tag to compare

@yoloyash yoloyash released this 28 Jul 03:52
· 199 commits to main since this release

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/hosts inside 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/web
  • npm run lint -w apps/web
  • npm run build -w apps/web
  • docker 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