github Lexus2016/claude-code-studio v5.25.5
v5.25.5 — Faster Follow-Up Messages

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

What's New in v5.25.5

Faster Follow-Up Messages

Follow-up messages in existing sessions are now significantly faster:

  • Skip skill classification on resumed sessions — the Haiku classification call (~10–15 seconds via CLI) is now skipped when you send a follow-up message in an existing session. Skills were already classified on the first message and baked into the session context — no need to pay for another Haiku call on every subsequent turn.

  • Skip system prompt on resumed sessionsbuildSystemPrompt() is no longer called on resumed sessions. Since claude-cli.js blocks --system-prompt when --resume is used (due to cryptographic signatures on thinking blocks), building the system prompt was pure waste. It's now set to undefined, saving both CPU and memory.

Net effect: follow-up messages in existing sessions go straight to Claude without the 10–15 second classification delay.


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.