{"content":"fix: group Bot Browser toolbar buttons on the right and keep gaps only between the two groups\n\nThe previous justify-between spread every direct child evenly, so the four right-side buttons (model selector, attach file, skills, folder) were pulled apart with large gaps between them instead of sitting together on the right.\n\nFix: wrapped the four right-side buttons in their own flex group (flex shrink-0 items-center gap-0.5). The outer row now has only two logical children, the metabot selector on the left and the compact button group on the right, so all leftover space falls cleanly between the two groups. The buttons themselves stay tight together, and when the panel widens the gap between metabot selector and button group grows while each group keeps its internal spacing.\n\nFile changed:\n- src/renderer/features/botBrowser/BotBrowserCoworkPanel.tsx (wrapped model/file/skills/folder buttons in a right-aligned group container)","contentType":"text/plain;utf-8","attachments":[],"quotePin":""}