Skip to content

v1.0.0 — initial session-repair bundle

Latest

Choose a tag to compare

@wan-huiyan wan-huiyan released this 01 Jun 15:35

Two skills that recover a Claude Code session bricked by an HTTP 400 on every API call (new prompt, /compact, and claude --resume all fail) due to a malformed transcript JSONL block:

  • claude-code-session-jsonl-orphan-advisor-tool-result (v1.0.1) — a server-tool call (advisor(), web_search, …) split across two assistant messages, typically by a system command firing mid-call. Deletes both halves of the orphan pair.
  • claude-code-session-jsonl-whitespace-text-block (v1.0.0) — a whitespace-only text block from extended-thinking serialization. JSON-walks content (grep misses the nested block) and patches it; ships an idempotent fixer script.

Pattern B multi-skill plugin layout, manifest-consistency tests, CI on Node 20/22.

Install:

/plugin marketplace add wan-huiyan/claude-code-session-repair
/plugin install claude-code-session-repair@wan-huiyan-claude-code-session-repair