Skip to content

Tags: nyem69/jinn

Tags

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

v0.7.3

Toggle v0.7.3's commit message
Release v0.7.3 — fix infinite retry loop from stale engine session IDs

v0.7.2

Toggle v0.7.2's commit message
Release v0.7.2 — fix session delete crash

v0.7.0

Toggle v0.7.0's commit message
Release v0.7.0 — Project Phoenix dashboard overhaul

v0.5.2

Toggle v0.5.2's commit message
v0.5.2 — interrupt running agent on new message

Add global option to abort the current CLI process and immediately
process the new message instead of queuing it. Enabled by default.

- Config: sessions.interruptOnNewMessage (default: true)
- Uses existing engine.kill() + isAlive() for graceful SIGTERM→SIGKILL
- Web UI: new Sessions section in Settings with toggle
- Fallback: queues message if engine doesn't support interruption

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>