Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/metadata-cli-discoverability.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/put-auto-gh-metadata.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/uploads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @buildinternet/uploads

## 0.9.0

### Minor Changes

- d67c093: `uploads put` now stamps the four `gh.*` metadata pairs whenever it has a
GitHub target, so screenshots hosted on the default `screenshots/…` path get an
"Attached to" link on their `/f/` page. On by default: with `--pr`/`--issue`
the explicit target is used (previously the stable key was written without
metadata); otherwise `put` resolves the current branch's PR (or classifies a
numeric `--ref` as pull vs issue) via `gh`. Disable with `--no-auto`,
`--no-git`, or `UPLOADS_NO_AUTO_META=1`. Resolution is best-effort — a missing
`gh`, no PR, or an API error uploads normally without metadata.

### Patch Changes

- 528d895: Metadata discoverability polish: `uploads find` / `list --meta` now print each
match's matched metadata inline in human output (as `LIST_HELP` already
promised, previously only in `--json`); `uploads meta get` on an object with no
metadata prints a `(no metadata)` note to stderr instead of nothing; and
`uploads attach` prints a `find these later: uploads find gh.ref=…` hint so its
auto-written `gh.*` metadata is discoverable. README now lists the stdio MCP
`set_metadata`/`find_files` tools and the `put`/`attach` `metadata` param.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uploads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildinternet/uploads",
"version": "0.8.0",
"version": "0.9.0",
"description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds",
"type": "module",
"sideEffects": false,
Expand Down
Loading