chore: version packages#144
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-auth | a63d4f5 | Commit Preview URL Branch Preview URL |
Jul 14 2026, 01:12 AM |
57196a3 to
5811a2c
Compare
2 tasks
5811a2c to
a63d4f5
Compare
11 tasks
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 publish to npm yourself or setup this action to publish 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.
Releases
@buildinternet/uploads@0.8.0
Minor Changes
c5b36a3: Return
embedUrlalongside durableurlfor shared dual-host CDN (GitHub Camo–friendly). CLI/MCP markdown and managed attachment comments prefer the embed host; override withUPLOADS_EMBED_PUBLIC_BASE_URL.46b6860: Add queryable custom metadata to the CLI:
put --meta k=v(repeatable),attachnow writes
gh.repo/gh.kind/gh.number/gh.refautomatically (plus its own--metaextras), newmeta get/meta setcommands,list --meta k=vand thefind k=v...alias for filtering objects by metadata.MCP parity: the local stdio MCP's
put/attachtools gain ametadataparam(same gh.* auto-injection as
attach), and two new tools —set_metadata(merge-set/delete) and
find_files(metadata filter) — mirror the CLI'smeta set/find. The hosted MCP'sputtool also gains ametadataparam.meta get/meta setnow hitGET /v1/:workspace/files/:key?metadata=1andPATCH /v1/:workspace/files/:keyinstead of a/:key/metadatasibling route— the original suffix route 404'd on real (slash-containing) keys once
deployed.
b1c87d8: CLI onboarding and agent-friendly put:
uploads install— short progress, no child stdout unless--verbose/failure;non-interactive skills (
-g -y -a '*'); success next-steps; MCP without a token isskipped with a login nudge (skill still installs).
error:prefix); exit non-zero;--jsonkeeps
MISSING_TOKEN. Rejected tokens stayUNAUTHORIZEDwith a re-login hint.put --name <leaf>— clean key leaf on the stable--pr/default path.put --dry-run— resolve key + public URL without writing (API?dryRun=1).--format json|url|markdownalso print on stdout.FILE_NOT_FOUND— distinct code (exit 2) for a missing local file.1c5a38b: Add
uploads invite createso workspace admins/owners can invite teammates by email via device login (noADMIN_TOKEN). Invitees accept in the browser and runuploads login.Patch Changes
uploads login) now sends a recognizable CLI User-Agent so the web account page can tell when you've already signed in from the terminal.