github Lexus2016/claude-code-studio v5.25.2
v5.25.2 — Redesigned MCP Server Manager, Database Crash Protection, Instant Stop

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

What's New in v5.25.2

Redesigned MCP Server Manager

The MCP server configuration has been completely rebuilt with a professional modal dialog:

  • Form & JSON tabs — add or edit servers visually with labeled fields, or switch to raw JSON for power users
  • Type selector — choose between stdio (local command) and http (remote endpoint) with animated field transitions
  • Full field editing — label, description, type, command, args, URL, headers, and environment variables — all editable from one dialog
  • Inline validation — required fields marked, real-time error feedback before save
  • Replaces the old inline form with a cleaner, more intuitive experience

Database Crash Protection

All SQLite operations now auto-sanitize bind parameters via sqlVal() + wrapStmt():

  • Arrays and objects are automatically stringified instead of causing "Too few parameter values" RangeError
  • Every prepared statement is wrapped — covers chat, tasks, queue, reconnect, Telegram, and all other code paths
  • Detailed structured error logging with stack traces when queries fail

Instant Stop Button

The Stop button now works immediately, even during the 10–15 second skill classification phase:

  • AbortController is created before classification starts (was previously created after)
  • Fixes a race condition where pressing Stop during classification had no effect
  • Abort signal checked after classification completes — no wasted work continues

Other Improvements

  • MCP server PUT API — edit all server fields (label, description, type, command, args, url, headers, env) in a single request
  • Structured error loggingconsole.error replaced with log.error + stack traces across task worker, chat handler, and Telegram
  • Config language field — merged config now exposes lang for downstream use
  • Updated documentation — all README files updated in English, Ukrainian, and Russian

Install / Update:

npx github:Lexus2016/claude-code-studio@latest

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

NewReleases is sending notifications on new releases.