github Lexus2016/claude-code-studio v5.0.1
v5.0.1 — Kanban attachments, tab streaming, session bar, i18n

latest releases: v5.49.1, v5.49.0, v5.48.3...
one month ago

What's New

📎 File Attachments in Kanban

Attach images and text files to Kanban card modals. Files are written to .kanban-attachments/{taskId}/ in the workspace when the task starts, so Claude Code can read them with its file tools.

🪟 Tab Streaming Preservation (T7)

Switching away from a generating tab no longer loses streaming content. Text events for background tabs accumulate silently and are restored when you switch back.

📊 Session Info Bar (T6)

The session bar below tabs now shows: session title, truncated Claude session ID (click to copy), and an ⚡ "Open in Claude Code" button to resume the session in your terminal.

🌍 Kanban i18n (T3–T5)

  • Time units (min/h/d) now respect the selected language
  • Column names "To Do" / "In Progress" correctly translated in UK/EN/RU
  • Added missing modal.desc / modal.notes translation keys

🔒 Workdir-Level File Lock (T9)

The Kanban task queue now prevents two Claude Code processes from running in the same working directory simultaneously.

🏷 Badge Overflow Fix (T2)

Long session/chat names in Kanban card badges are truncated with ellipsis instead of overflowing the card border.

Upgrade

# npx
npm install -g github:Lexus2016/claude-code-chat@latest

# git clone
git pull && npm install

Don't miss a new claude-code-studio release

NewReleases is sending notifications on new releases.