Skip to content

Prepare v0.9.5-pre#577

Merged
tmustier merged 2 commits into
mainfrom
chore/bump-0.9.5-pre
Jun 13, 2026
Merged

Prepare v0.9.5-pre#577
tmustier merged 2 commits into
mainfrom
chore/bump-0.9.5-pre

Conversation

@tmustier

@tmustier tmustier commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump package/runtime version from 0.9.4-pre to 0.9.5-pre
  • Add v0.9.5-pre release notes covering the Opus default restoration, small-context overflow handling, and CI/dependency maintenance
  • Update docs index to point at the new release notes

Verification

  • npm run check
  • npm run validate (Microsoft validation service returned 502; wrapper retried and soft-passed as external outage)

@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
pi-for-excel Ready Ready Preview, Comment Jun 13, 2026 9:24am

@tmustier

Copy link
Copy Markdown
Owner Author

Findings

  • [P2] Runtime version remains stale
    package.json:3
    The package is bumped to 0.9.5-pre, but src/app/metadata.ts still exports APP_VERSION = "0.9.4-pre". That value is used for MCP/client integration metadata, so the released app would still report the previous version. Update APP_VERSION to 0.9.5-pre.

  • [P3] Docs index still links the previous release notes
    docs/README.md:8
    The new release notes are added, but the current docs index still points readers to v0.9.4-pre. Update the release-notes link to v0.9.5-pre.

Verdict

needs attention — the version bump leaves the runtime app metadata on the prior release.

@tmustier

Copy link
Copy Markdown
Owner Author

Findings

No P0-P3 findings. Code looks good.

Verdict

correct — version metadata, package lock, docs index, and release notes are consistent for v0.9.5-pre; no actionable regression found.

@tmustier tmustier merged commit 876162a into main Jun 13, 2026
9 checks passed
@tmustier tmustier deleted the chore/bump-0.9.5-pre branch June 13, 2026 09:27
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