release: v1.25.1 — multi-turn wiring hotfix + Windows test hardening#48
Merged
masonwyatt23 merged 1 commit intomainfrom Apr 29, 2026
Merged
release: v1.25.1 — multi-turn wiring hotfix + Windows test hardening#48masonwyatt23 merged 1 commit intomainfrom
masonwyatt23 merged 1 commit intomainfrom
Conversation
Bumps plugin version to 1.25.1 and documents the hotfix already merged to main in PR #47: - Multi-turn-stale hook now actually fires (was unregistered in 1.25.0) - Server /v1/events accepts multi_turn_stale_estimate (was rejected) - New regression test guards hooks.json registration going forward - Three Windows test flakes hardened (rm retry + per-test timeouts) - Phase 1 smoke realtime: 500 ms → 2000 ms visibility deadline on Windows Also gitignores server/*.db{,-wal,-shm} so local sqlite dev runs no longer leak into git status. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Bumps plugin to v1.25.1 to make the v1.25.0 multi-turn-stale feature actually functional and harden three Windows test flakes. All technical changes already landed via PR #47 — this PR carries the version bump, CHANGELOG entry, and a small
.gitignorehygiene update.Changes
.claude-plugin/plugin.json1.25.0→1.25.1CHANGELOG.md## [1.25.1]entry documenting the dead-code wiring fixes + test hardening.gitignoreserver/*.db{,-wal,-shm}so local sqlite dev doesn't leak into git statusWhat v1.25.1 fixes (recap from PR #47)
hooks/hooks.json→ registered under PostToolUse for Read/Grep tools./v1/eventsrejectedmulti_turn_stale_estimateat ingest → added toKIND_VALUES.__tests__/hooks-json-registration.test.ts(new) — guardrail catching this class of bug.Stats
Test plan
v1.25.1frommainfly deployfromserver/somulti_turn_stale_estimateingest is live~/.ashlr/session-history/<sid>.jsonlpopulates → 50 KB nudge fires once🤖 Generated with Claude Code