remote-v0.1.18
BloopAI/vibe-kanbanremote-v0.1.18Mar 2, 2026by github-actions[bot]
AI Summary
This is a Remote Service release for BloopAI/vibe-kanban focused on documentation improvements for remote access, routing architecture changes (migrating to host-scoped routing and /projects paths), and several UX enhancements including session management and auto-scroll behavior.
Key Highlights
- Mobile layout fixes and remote desktop navbar improvements
- Documentation for Remote Access with images and responsible disclosure page
- Routing architecture changes: migrated to host-scoped routing and moved remote project routes to /projects
- UX improvements: stop auto-scrolling after send, allow resetting session to initial message
- Bug fixes: reset session mode when switching workspaces, correct default context windows for 1m models
New Features
- Show script command in chat for setup/cleanup/archive scripts
- Allow resetting session to initial message
- Stop auto-scrolling to bottom after successful send
- Migrate remote web to host-scoped routing
- Move remote project routes to /projects with host-aware workspace flows
Full Release Notes
## Remote Service Release ✅ Deployed to prod ## What's Changed * fix: mobile layout fixes and remote desktop navbar by @vdmkotai in https://github.com/BloopAI/vibe-kanban/pull/2978 * Initial docs for Remote Access by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2979 * Responsible disclosure page by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2980 * Update docs for remote access with images by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2981 * fix: reset new session mode when switching workspaces (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2986 * Stop Auto-Scrolling to Bottom After Successful Send (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2989 * fix: allow resetting session to initial message (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2985 * Show script command in chat for setup/cleanup/archive scripts (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2994 * chore(i18n): remove redundant translation keys and add unused key lint (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2995 * Migrate remote web to host-scoped routing and remove legacy host resolution (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2990 * fix(claude): set the correct default context windows for the 1m models by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2969 * Move remote project routes to /projects and keep workspace flows host-aware (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2998 **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/remote-v0.1.17...remote-v0.1.18