Skip to content

release: v1.25.1 — multi-turn wiring hotfix + Windows test hardening#48

Merged
masonwyatt23 merged 1 commit intomainfrom
release/v1.25.1
Apr 29, 2026
Merged

release: v1.25.1 — multi-turn wiring hotfix + Windows test hardening#48
masonwyatt23 merged 1 commit intomainfrom
release/v1.25.1

Conversation

@masonwyatt23
Copy link
Copy Markdown
Collaborator

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 .gitignore hygiene update.

Changes

File Change
.claude-plugin/plugin.json 1.25.01.25.1
CHANGELOG.md New ## [1.25.1] entry documenting the dead-code wiring fixes + test hardening
.gitignore Add server/*.db{,-wal,-shm} so local sqlite dev doesn't leak into git status

What v1.25.1 fixes (recap from PR #47)

  1. Multi-turn-stale hook was added but never registered in hooks/hooks.json → registered under PostToolUse for Read/Grep tools.
  2. Server /v1/events rejected multi_turn_stale_estimate at ingest → added to KIND_VALUES.
  3. __tests__/hooks-json-registration.test.ts (new) — guardrail catching this class of bug.
  4. Three Windows test flakes hardened: sql-server EBUSY rm retry; bash/tree/grep tests get explicit 30 s timeouts; smoke-realtime gets 2000 ms Windows deadline.

Stats

  • 2690 plugin pass / 0 fail / 3 skip
  • 308 server pass / 0 fail

Test plan

  • CI green on macOS / Linux / Windows
  • Post-merge: tag v1.25.1 from main
  • Post-deploy: fly deploy from server/ so multi_turn_stale_estimate ingest is live
  • Verify in a real session: 6+ Read/Grep calls → ~/.ashlr/session-history/<sid>.jsonl populates → 50 KB nudge fires once

🤖 Generated with Claude Code

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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ashlr-plugin-site Ready Ready Preview, Comment Apr 29, 2026 6:48pm

Request Review

@masonwyatt23 masonwyatt23 merged commit 57f7545 into main Apr 29, 2026
15 checks passed
@masonwyatt23 masonwyatt23 deleted the release/v1.25.1 branch April 29, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant