SDK regeneration - #44
Closed
fern-api[bot] wants to merge 2 commits into
Closed
Conversation
- .fernignore: protect CHANGELOG.md (312 lines of 0.7.x release history) and SECURITY.md from generator deletion; both restored from main. The generator treats unknown files as stale output, and an empty .fernignore left them unprotected. - ci.yml: temporarily drop the win32-x64 publish matrix entry, its optionalDependencies line, and its launcher PLATFORMS entry. npm's spam detection has the exact name agentmail-cli-win32-x64 flagged (false positive; support ticket filed 2026-08-26 — the other four platform packages and two probe packages publish fine from this account). publish-launcher requires every matrix job to succeed, so the one blocked name would hold the whole npm release hostage. Windows users still get the binary: cargo-dist's release.yml is untouched and ships the .ps1 installer with the GitHub Release. Revert by regenerating once npm clears the name (this file is generated output), then publish 1.0.1.
Contributor
|
Superseded by #45 — the regeneration after agentmail-to/agentmail-docs#213 (which removed the unsafe x-fern-idempotent markers) opened a fresh branch. All manual patches from this PR have been re-applied there and re-verified. |
duharry0915
added a commit
that referenced
this pull request
Aug 26, 2026
…kage Same patch set as was applied to the superseded PR #44, re-applied to this regeneration (which now embeds the spec without x-fern-idempotent — retry safety verified: 4 retries reuse one auto-generated UUID): - restore CHANGELOG.md + SECURITY.md and list them in .fernignore - add cli/agentmail/custom.rs to .fernignore (the scaffold claims it is protected, but the generated .fernignore did not include it) - defer the win32-x64 npm matrix entry, launcher optionalDependency and PLATFORMS entry while npm support clears the spam-flagged name (cargo-dist still ships the Windows binary + .ps1 installer)
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.
Automated SDK generation by Fern