You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skill Routing: Added automatic skill intent detection and adapter-scoped embedding for routing plain user turns to the right skill without an explicit skill picker selection.
File Handling: Redesigned file attachment handling to prevent duplicate attachments and keep markdown/file context aligned.
Model Selection: Fixed single-model adapters so the model picker shows the plain model name instead of a provider-prefixed variant.
Chat-app & UI Improvements
Composer UX: Redesigned the file attachment UI with shared chips, thumbnails, and clearer progress indicators.
Assistant Labels: Added a “Generated by {model}” caption under assistant responses so the producing model is visible in chat.
Link Rendering: Fixed standalone URL rendering in user bubbles.
orbitchat: Published orbitchat v3.11.6.
Bug Fixes & Technical Improvements
Conversation Init: Fixed stray 422s for brand-new conversations and kept adapter info loading scoped to the conversation.
Documentation & Configuration
Config Reference: Updated the repository to treat config files as the source of truth and refreshed config-related links and docs.
Architecture Diagram: Updated the architecture diagram to reflect the new MQ async endpoint.
Documentation: Added the RABC technical document and removed outdated recipe docs.