Skip to content

feat: mobile app — branches, context files, settings#577

Merged
ShaerWare merged 1 commit intomainfrom
feat/mobile-branches-context-files
Mar 14, 2026
Merged

feat: mobile app — branches, context files, settings#577
ShaerWare merged 1 commit intomainfrom
feat/mobile-branches-context-files

Conversation

@ShaerWare
Copy link
Owner

Summary

  • Add branching support in mobile ChatView (view tree, switch branches, create new)
  • Add context file attachments (text/md/json, read via FileReader)
  • Add session settings panel (system prompt, context files) with resizable drawer
  • Add message deletion with confirmation
  • Adapt panel layout for landscape/portrait orientation
  • Remove FAB from ChatListView (sessions auto-created)
  • Add updateSession, deleteMessage, getBranches, switchBranch, newBranch API methods

NEWS

📱 Мобильное приложение стало умнее!

Теперь в мобильном чате доступны ветвления диалогов, прикрепление файлов-контекста и настройки сессии — как в админке. Боковая панель с ветками и файлами адаптируется под ориентацию экрана.

Test plan

  • Open mobile app → chat list loads without FAB
  • Open chat → send message → streaming works
  • Tap branches icon → branch tree panel opens
  • Switch branch → messages update
  • Tap settings icon → session settings panel opens
  • Attach .txt file → appears in context files list
  • Long-press message → delete with confirmation
  • Rotate device → panel adapts (bottom in portrait, side in landscape)

🤖 Generated with Claude Code

Add branching support (view/switch/create branches), context file
attachments, message deletion, session settings panel with resizable
drawer. Remove FAB from chat list (sessions auto-created on first message).

## NEWS

📱 **Мобильное приложение стало умнее!**

Теперь в мобильном чате доступны ветвления диалогов, прикрепление файлов-контекста и настройки сессии — как в админке. Боковая панель с ветками и файлами адаптируется под ориентацию экрана.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ShaerWare ShaerWare merged commit 0601730 into main Mar 14, 2026
3 checks passed
@ShaerWare ShaerWare deleted the feat/mobile-branches-context-files branch March 14, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant