release: 0.8.0#106
Merged
Merged
Conversation
Bump plugin.json 0.7.3 -> 0.8.0, README version badge, and promote the CHANGELOG [Unreleased] section to [0.8.0] — CC 2.x save fix, Windows reliability, unified Haiku call. Releases this session's fixes: configurable max-turns (#98/#100), single claude call site + mcp drift (#94), subprocess isolation (#87), consolidation guard (#89), empty-TZ (#99), env-leak (#95), Windows encoding audit (#91/#97), and Windows shell-test coverage + data_dir-absolute fix (#79). Co-Authored-By: Max <noreply>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Version bump:
0.7.3→0.8.0. Releases this session's merged work, which was sitting onmainunreleased (users on 0.7.3 didn't have any of it). Bumpsplugin.json, the README version badge, and promotes the CHANGELOG[Unreleased]section to[0.8.0].Highlights
--max-turns 1broke every save on Claude Code 2.1.x (save-session.sh fails with error_max_turns on Claude Code 2.1.x (--max-turns 1 broken) #98, save-session.sh aborts (exit 1) under --max-turns 1 when user has Stop hooks #100) — now configurable (REMEMBER_MAX_TURNS, default 4).claude -pcall site (Haiku call robustness: save-session main call lacks timeout + has dead error handler under set -e; haiku.py omits --strict-mcp-config (consolidation 180s timeouts) #94) — unified onpipeline/haiku.py, closing the mcp-flag drift.data_dirpath doubling (Windows: re-enable shell-subprocess tests via Git Bash on PATH #79) —C:/drive paths now recognized as absolute.claude -psummarization subprocess #87), consolidation SKIP guard (Consolidation writes the model's conversational replies into memory files as content, and destroys the source staging files #89), empty-TZ → local (fix: resolve empty timezone to system-local, never bare TZ="" (UTC) #99), parent-session env leak (Sandboxedclaude -psummarizer leaks CLAUDE_JOB_DIR / CLAUDE_CODE_SESSION_ID into nested sessions #95).Three community contributors (@sergeclaesen, @Buzzwoo-Ecom-Team, @kristian-presso) landed in this release.
🤖 Generated by Max