feat(remote-connect): bot Assistant/Pro mode, verbose output, and mobile assistant UI by bobleer · Pull Request #192 · GCWing/BitFun

… mobile assistant UI

- Add BotDisplayMode (Pro/Assistant) with mode switching commands (/pro, /assistant)
- Add Claw session support in bot with auto-resolve assistant workspace
- Fix handle_chat_message workspace check to skip for Assistant mode
- Fix handle_new_session to persist resolved assistant path to state
- Add TrackerEvent::ToolCompleted for atomic-granularity verbose output
- Refactor verbose mode: emit thinking summary on ThinkingEnd, tool result on ToolCompleted
- Add /switch_assistant, /new_claw_session commands and related actions
- Add verbose/concise mode toggle with BotPersistenceData.verbose_mode
- Mobile-web: add assistant mode UI, mode toggle, assistant picker, workspace bar
- Mobile-web: fix handleScroll to use correct path in assistant mode
- Remove duplicate SCSS definitions (deprecated mode-switcher block, old create-row)
- Desktop: add toggle_verbose_mode Tauri command and RemoteConnectDialog toggle
- Update modelConfigs Gemini 2.5 Pro pricing

Made-with: Cursor

bobleer added a commit to bobleer/BitFun that referenced this pull request

Mar 18, 2026
… mobile assistant UI (GCWing#192)

- Add BotDisplayMode (Pro/Assistant) with mode switching commands (/pro, /assistant)
- Add Claw session support in bot with auto-resolve assistant workspace
- Fix handle_chat_message workspace check to skip for Assistant mode
- Fix handle_new_session to persist resolved assistant path to state
- Add TrackerEvent::ToolCompleted for atomic-granularity verbose output
- Refactor verbose mode: emit thinking summary on ThinkingEnd, tool result on ToolCompleted
- Add /switch_assistant, /new_claw_session commands and related actions
- Add verbose/concise mode toggle with BotPersistenceData.verbose_mode
- Mobile-web: add assistant mode UI, mode toggle, assistant picker, workspace bar
- Mobile-web: fix handleScroll to use correct path in assistant mode
- Remove duplicate SCSS definitions (deprecated mode-switcher block, old create-row)
- Desktop: add toggle_verbose_mode Tauri command and RemoteConnectDialog toggle
- Update modelConfigs Gemini 2.5 Pro pricing

Co-authored-by: bowen628 <bowen628@noreply.gitcode.com>

@bobleer bobleer deleted the feature/bot-assistant-mode-and-verbose-20260318 branch

March 22, 2026 09:08