Tags: mbac/jinn
Tags
fix: max permissions for migrate engines + render markdown links in chat - Claude migrate now passes --dangerously-skip-permissions - Codex already had --dangerously-bypass-approvals-and-sandbox - Gemini already had --yolo Web UI chat now renders [text](url) markdown links as clickable anchors instead of showing raw syntax. Bare URLs still work too.
fix: engine-specific args in jinn migrate + add 0.9.0 migration jinn migrate hardcoded `-p` flag which only works with Claude Code. Codex interprets `-p` as a profile flag, causing "Error loading configuration: config profile..." errors. Now detects the user's default engine and builds appropriate CLI args: - Claude: `-p <prompt>` - Codex: `exec --dangerously-bypass-approvals-and-sandbox <prompt>` - Gemini: `--yolo <prompt>` Also adds 0.9.0 migration file documenting hierarchical org tree, cross-department service routing, and multi-instance connectors.
Release v0.7.7 — theme FOUC fix, cron grouping, dynamic favicon, side… …bar polish - Fix flash of dark theme on page navigation (blocking script in <head>) - Group cron jobs by employee with avatar headers and count badges - Reduce left inset on chat sidebar nested items - Reduce top padding on New button - Dynamic favicon renders COO emoji to canvas
Release v0.7.6 — emoji avatars, VS Code-style tabs, chat preview cleanup - Replace RANK_EMOJI with emoji-based avatar system (curated pool + full Unicode search via emojilib) - Emoji picker with semantic search (e.g. "gym" finds weightlifter) - COO emoji configurable in settings, employee emojis changeable from Org tab - Sidebar default icon changed from robot to genie - VS Code-style chat tabs: preview tab (italic, auto-replaced) + pinned tabs (double-click), drag & drop reorder - Chat preview text strips @mentions, #session numbers, markdown syntax, capitalizes first letter - Fix COO "Not found" error in org page - Display names in chat sidebar instead of slugs - Remove redundant pinned section header/separator
v0.7.5 — File attachments, multi-connector support, mobile UX New features: - Drag & drop file attachments in web dashboard with CLI engine passthrough - Markdown-to-mrkdwn conversion for Slack and WhatsApp connectors - Collapsible sidebar toggle on /chat page for mobile devices - Improved nav z-index stacking Bug fixes: - Fix drag & drop attaching files twice (React Strict Mode double-effect)
PreviousNext