Version Packages (alpha)#89
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (3)
📝 WalkthroughWalkthroughAdds ChangesAlpha Release Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
60af9f5 to
b2df7ef
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@peekdev/cli@0.1.0-alpha.27
Patch Changes
d18e982: Windows robustness hardening (audit Phase D).
peek init's atomic config write now retries the final rename on Windows whenit hits a transient
EBUSY/EPERM/EACCES(the target or temp briefly lockedby an editor or antivirus), with a short backoff, instead of failing the whole
init on the first lock. POSIX behaviour is unchanged (single attempt; non-lock
errors like
ENOSPCstill fail fast everywhere).fails (
EACCESon~/.peek, disk full, a Windows lock) instead of throwing —which previously skipped the
act.responseand left the MCP tool call to hanguntil it timed out. The multi-MB base64 is never inlined on the failure path.
(released by the OS a moment after the prior host exits), so the single retry
is more likely to succeed rather than degrading the action write-path.
Updated dependencies [d18e982]
@peekdev/mcp@0.1.0-alpha.21
Patch Changes
peek init's atomic config write now retries the final rename on Windows whenit hits a transient
EBUSY/EPERM/EACCES(the target or temp briefly lockedby an editor or antivirus), with a short backoff, instead of failing the whole
init on the first lock. POSIX behaviour is unchanged (single attempt; non-lock
errors like
ENOSPCstill fail fast everywhere).fails (
EACCESon~/.peek, disk full, a Windows lock) instead of throwing —which previously skipped the
act.responseand left the MCP tool call to hanguntil it timed out. The multi-MB base64 is never inlined on the failure path.
(released by the OS a moment after the prior host exits), so the single retry
is more likely to succeed rather than degrading the action write-path.
Summary by CodeRabbit