Skip to content

Releases: Lexus2016/claude-code-studio

Claude Code Studio v5.68.0

27 Jun 12:27

Choose a tag to compare

What's Changed

  • chore: release v5.68.0
  • docs(readme): document v5.68.0 live activity indicator (en/ru/ua)
  • fix(260627-c7v): self-terminate elapsed timer when message el leaves DOM
  • docs(quick-260627-c7v): live activity indicator in web chat
  • feat(260627-c7v): wire 4 WS states + terminal timer-stop into handler
  • feat(260627-c7v): state-aware label + elapsed timer on streaming footer

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

24 Jun 09:28

Choose a tag to compare

What's Changed

  • chore: release v5.67.0
  • style(ui): interface polish pass — transitions, cursors, typography

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

19 Jun 16:55

Choose a tag to compare

What's Changed

  • chore: release v5.66.0
  • feat(ui): minimap rail fills full height with proportional overview

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

19 Jun 16:18

Choose a tag to compare

What's Changed

  • chore: release v5.65.0
  • feat: auto-retry transient server overloads (429/529) + idle-based timeouts
  • fix(quick-260619-oqv): bound minimap rail to #messages, not full .center
  • docs(quick-260619-oqv): record minimap rail quick task in STATE.md
  • fix(quick-260619-oqv): attach minimap thumb on init so first message does not throw
  • feat(quick-260619-oqv): add minimap rail controller JS
  • feat(quick-260619-oqv): add minimap rail markup + CSS
  • fix(ui): export menu exports on click; localize Export/Notes (uk/en/ru)
  • feat: add activity panel with live event stream
  • feat(ui): combine session export buttons into a single format menu (#18)
  • fix(ci): pass changelog to github-script via env, not inline interpolation

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

18 Jun 14:31

Choose a tag to compare

What's Changed

  • chore: release v5.64.0
  • test(render): add table + in-progress status to preview coverage
  • fix(ui): status pill shows only the short label, summary as text
  • chore(ui): demoMessages() dev helper to preview message hierarchy
  • docs(plan): mark visual-hierarchy plan implemented + record deviations
  • test(render): end-to-end integration test + visual preview generator
  • test(render): guard that new transforms leave plain prose untouched
  • feat(ui): key-value facts grid from Key: value runs
  • style(ui): typographic hierarchy for message headline/sections/body
  • feat(ui): promote trailing status line into a colored pill
  • feat(ui): GitHub-style admonition callouts in messages
  • feat(ui): render standalone links as button actions
  • feat(ui): autolink bare URLs + unify markdown links as external ↗ links
  • test(render): function-source loader harness for single-file index.html
  • docs(plan): chat message visual hierarchy implementation plan
  • docs(spec): chat message visual hierarchy design
  • fix(ui): don't treat parenthesized (1)(2)(3) as a numbered list

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

5.63.0

17 Jun 18:14

Choose a tag to compare

v5.63.0

v5.63.0 — terminal catch-up, self-heal on refocus, header connection …

Claude Code Studio v5.62.0

17 Jun 15:53

Choose a tag to compare

What's Changed

  • fix(desktop): persist port (keep localStorage), resume telegram, hide Engine switcher
  • docs(planning): record quick task 260617-ulp (macOS update-loop fix)

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

17 Jun 15:24

Choose a tag to compare

What's Changed

  • fix(desktop): stop macOS update loop — brew update before upgrade

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

17 Jun 14:25

Choose a tag to compare

What's Changed

  • chore(release): v5.60.0
  • docs(planning): record quick task 260617-tw0 (macOS terminal single-window fix)
  • fix(macos): open terminal in a single window (do script before activate)
  • fix(ui): header no longer overflows into right panel at narrow center
  • docs(readme): lead with the Desktop App; demote+rename the web section
  • docs(readme): note CLI→desktop config import in the Desktop App section (EN/UA/RU)
  • fix(ui): status-dot no longer wraps and inflates the header toolbar
  • feat(desktop): menu item to import data from the CLI/web version
  • chore(desktop): live Homebrew tap wiring

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

17 Jun 12:28

Choose a tag to compare

What's Changed

  • fix(desktop): wire Homebrew tap properly (bump-cask -> dedicated tap repo)
  • fix(desktop): add package.json author (maintainer email) for Linux .deb build
  • release-prep(desktop): v5.59.0 — README desktop section + electron-builder publish=release
  • fix(ctx): show real context-window occupancy (last turn), not cumulative %
  • feat(desktop): redesign app icon on the project's own brand
  • feat(desktop): app icon (coral spark on dark) for all 3 OSes
  • feat(desktop): Phase 08 distribution — Homebrew Cask, GitHub publish, release CI
  • feat(desktop): Phase 08 in-app updates — UI + orchestration
  • feat(desktop): Phase 07 hardening — auto-session, claude detect, disable server-only features
  • feat(desktop): Electron MVP — dual-mode shell forking server.js
  • docs: create milestone v1.1 Electron Desktop roadmap (4 phases, 05-08)
  • docs: start milestone v1.1 Electron Desktop
  • chore: archive v1.0 (Telegram UX Redesign) milestone before Electron Desktop
  • feat: drag-and-drop file attachments in chat composer (#17)

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