Skip to content

Releases: Lexus2016/claude-code-studio

Claude Code Studio v5.48.0

01 Apr 09:36

Choose a tag to compare

What's Changed

  • chore: release v5.48.0
  • feat: interrupt attachments + Telegram interrupt queue + ask_user file reply

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

Claude Code Studio v5.47.3

31 Mar 09:11

Choose a tag to compare

What's Changed

  • chore: release v5.47.3
  • fix: interrupt badge reconciliation via done-event deliveredInterruptCount

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

Claude Code Studio v5.47.2

31 Mar 07:25

Choose a tag to compare

What's Changed

  • chore: release v5.47.2
  • fix: persist interrupt delivery status in SQLite (interrupt_delivered type)

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

Claude Code Studio v5.47.1

30 Mar 20:36

Choose a tag to compare

What's Changed

  • chore: release v5.47.1
  • fix: concurrency safety — SQLite busy_timeout, atomic config writes, cross-connection session lock
  • fix: update interrupt pill text on language switch

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

Claude Code Studio v5.47.0

30 Mar 17:29

Choose a tag to compare

What's Changed

  • chore: release v5.47.0
  • chore: ignore test-snapshot files
  • docs: update README (EN/RU/UA) for v5.47.0 — interrupt pill, rate limit auto-wait, concurrency safety
  • fix: concurrency safety — SQLite busy_timeout, atomic config writes, cross-connection session lock
  • fix: rate limit wait — extract shared sleep, add min wait floor, fix backoff
  • feat(i18n): add rate limit wait UI translations (UK/EN/RU)
  • feat: PreToolUse hook for reliable mid-task interrupt delivery + rate limit auto-wait

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

Claude Code Studio v5.46.0

30 Mar 08:47

Choose a tag to compare

What's Changed

  • chore: release v5.46.0
  • docs: update README (EN/RU/UA) for v5.46.0 — mid-task interrupt, session fork, context usage
  • fix(ui): fork button always visible, CSS flex overflow fix for long titles
  • fix(ui): fork button tooltip and visibility in chat list
  • fix(ui): make fork icon tooltip descriptive with localization
  • fix: right sidebar toggle icon not reflecting panel state
  • fix: replace non-existent --bare with --setting-sources, add SSH fork support
  • feat: add --bare for service calls, session fork, and --add-dir support
  • fix(telegram): improve UX — thinking indicator, full-text button, busy navigation
  • feat: mid-task user interrupt — send clarifications while Claude works
  • feat: add workflow skills, result stats with context usage indicator

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

Claude Code Studio v5.45.1

29 Mar 17:55

Choose a tag to compare

What's Changed

  • chore: release v5.45.1
  • feat: translate chain-of-thought in thinking modal via Claude haiku

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

Claude Code Studio v5.45.0

29 Mar 14:09

Choose a tag to compare

What's Changed

  • docs: document agents sidebar, Windows delegation, live thinking badges
  • feat: thinking blocks — JSONL fallback, live badges, ESC close, enrichment endpoint
  • fix: add Cyrillic transliteration to agent ID slugify
  • fix: auto-generate agent ID from label and fix opencode template
  • feat: add agent test button and harden test endpoint against injection
  • feat: add Agents management UI in sidebar with add/edit/delete support
  • fix: prevent deleted default agents from reappearing and harden Windows shell escaping
  • feat: auto-initialize default external agents and add Windows delegation support

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

Claude Code Studio v5.44.3

29 Mar 10:58

Choose a tag to compare

What's Changed

  • chore: release v5.44.3
  • docs: document thinking blocks persistence and session replay fix
  • fix: exclude thinking blocks from session replay content

Installation

# Run latest version directly
npx github:Lexus2016/claude-code-studio

# Or install globally
npm install -g github:Lexus2016/claude-code-studio
claude-code-studio

Open http://localhost:3000 in your browser

v5.44.2

29 Mar 10:51

Choose a tag to compare

Features

  • Thinking blocks persist across tab switches: extended thinking (Chain of thought) is now saved to SQLite when a session completes — switching back from another tab correctly shows thinking badges instead of losing them
  • Works for both local CLI sessions and SSH remote sessions