Skip to content

Releases: Lexus2016/claude-code-studio

Claude Code Studio v5.49.1

07 Apr 12:01

Choose a tag to compare

What's Changed

  • chore: release v5.49.1
  • feat: task watchdog + scheduler datetime pre-fill

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.49.0

07 Apr 11:36

Choose a tag to compare

What's Changed

  • chore: release v5.49.0
  • feat: re-arm recurring tasks in-place instead of cloning

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.48.3

04 Apr 17:52

Choose a tag to compare

What's Changed

  • chore: release v5.48.3
  • chore: ignore .planning/quick working files
  • docs: update README (EN/RU/UA) for v5.48.3 — SSH-aware interrupt pill
  • fix: explicitly hide interrupt pill when switching to SSH project
  • docs(quick-260404-qlq): complete hide interrupt pill for SSH sessions
  • fix(quick-260404-qlq): hide interrupt pill for SSH project sessions

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.48.2

04 Apr 14:02

Choose a tag to compare

Changes

  • revert: Remove [1m] context suffix from model aliases — use short CLI aliases (opus, sonnet, haiku) instead of suffixed variants

Full Changelog

v5.48.1...v5.48.2

Claude Code Studio v5.48.1

04 Apr 13:29

Choose a tag to compare

What's Changed

  • chore: release v5.48.1
  • feat: use 1M context window for opus and sonnet models

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.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