Skip to content

Tags: lisovet/jinn

Tags

v0.9.3

Toggle v0.9.3's commit message
fix: render markdown links with any href, not just http(s)

Links like [config.yml](/Users/...) or [file](#anchor) were showing
as raw markdown because the regex required https?:// in the href.
Now accepts any URL/path inside [text](href).

v0.9.2

Toggle v0.9.2's commit message
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.

v0.9.1

Toggle v0.9.1's commit message
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.

v0.9.0

Toggle v0.9.0's commit message
chore: bump version to 0.9.0

v0.8.0

Toggle v0.8.0's commit message
Release v0.8.0 — Gemini CLI, Telegram, keyboard shortcuts, session re…

…name

Third AI engine (Gemini CLI), Telegram connector, keyboard shortcuts,
inline session rename, employee picker, alwaysNotify per-employee,
and numerous web dashboard improvements.

v0.7.8

Toggle v0.7.8's commit message
Release v0.7.8 — migration scripts for upgrading instances

Adds migration folders (0.3.0, 0.7.3, 0.7.5) so users running `jinn migrate`
get proper upgrade paths. Previously only 0.1.0 and 0.2.0 had migrations.

v0.7.7

Toggle v0.7.7's commit message
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

v0.7.6

Toggle v0.7.6's commit message
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

Toggle v0.7.5's commit message
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)

v0.7.4

Toggle v0.7.4's commit message
Release v0.7.4 — fix onboarding wizard showing on new browsers