Skip to content

feat: mobile app all chats + RAG + UI renames#575

Merged
ShaerWare merged 2 commits intomainfrom
feat/rename-chats-to-assistants
Mar 14, 2026
Merged

feat: mobile app all chats + RAG + UI renames#575
ShaerWare merged 2 commits intomainfrom
feat/rename-chats-to-assistants

Conversation

@ShaerWare
Copy link
Owner

@ShaerWare ShaerWare commented Mar 14, 2026

Summary

  • Mobile app: remove ?source=mobile filter — now shows all user's chats (admin + mobile + widget etc.)
  • Mobile RAG: add mobile_instance_id to _resolve_rag_config() so knowledge collections from mobile instance settings are applied during chat streaming
  • UI renames: "Ассистенты" → "Чаты с Ассистентами" (nav + chatView title, all 3 locales)
  • UI renames: "Дерево веток" → "Дерево веток чата" (ru locale)
  • Wiki: update Chat.md, Home.md, README.md with new names

NEWS

📱 Мобильное приложение теперь показывает все ваши чаты

Раньше в Android-приложении были видны только чаты, созданные на телефоне.
Теперь вы увидите все свои диалоги — и из админки, и из мобилки.
Плюс подключена база знаний (RAG) для мобильных ассистентов — ответы
стали умнее и точнее.

Test plan

  • Open mobile app in emulator → verify all chats visible (not just mobile-created)
  • Create new chat from mobile → send message → verify RAG context injected from instance config
  • Check admin panel nav shows "Чаты с Ассистентами"
  • Check branch tree panel shows "Дерево веток чата"

🤖 Generated with Claude Code

ShaerWare and others added 2 commits March 14, 2026 19:01
Update nav and chatView titles across all three i18n locales (ru/en/kk).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Mobile app: show all user's chats (not just mobile-created), so chats
  created in admin panel are visible in the Android app
- Mobile instances: RAG config now resolved via _resolve_rag_config(),
  knowledge collections from mobile instance settings are applied
- Rename nav: "Ассистенты" → "Чаты с Ассистентами" (ru/en/kk)
- Rename: "Дерево веток" → "Дерево веток чата"
- Update wiki pages (Chat.md, Home.md, README.md) with new names

## NEWS

📱 **Мобильное приложение теперь показывает все ваши чаты**

Раньше в Android-приложении были видны только чаты, созданные на телефоне.
Теперь вы увидите все свои диалоги — и из админки, и из мобилки.
Плюс подключена база знаний (RAG) для мобильных ассистентов — ответы
стали умнее и точнее.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ShaerWare ShaerWare changed the title feat: rename Чаты → Ассистенты in admin panel feat: mobile app all chats + RAG + UI renames Mar 14, 2026
@ShaerWare ShaerWare merged commit e86f8a0 into main Mar 14, 2026
3 checks passed
@ShaerWare ShaerWare deleted the feat/rename-chats-to-assistants branch March 14, 2026 14:13
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