Skip to content

Version Packages - #100

Merged
MathiasWP merged 1 commit into
mainfrom
changeset-release/main
Sep 17, 2026
Merged

MathiasWP merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

fiber@0.16.2

Patch Changes

  • #99 d4890f7 Thanks @MathiasWP! - Requests an agent sends through the MCP server now show up in History as they
    happen, wearing an MCP badge, and every entry in the list has a name.

    The server has always recorded what it sends — it writes to the same database
    as the window, so query_response can read a body back — but the window only
    read that database at launch. A send made from an agent's window appeared in
    History after the next relaunch, and then as a bare URL: the server files its
    requests under one synthetic request per collection rather than an endpoint's
    id, so the name lookup came up empty. The same was true of anything sent from
    scratch or whose request has since been deleted, which made a row without a
    name look like a rendering fault rather than what it was.

    History now catches up when the window regains focus, when the tab is opened,
    and every few seconds while it stays open; the list is merged rather than
    replaced, so a body you have loaded or a send still streaming is untouched. An
    entry with no request to be named after takes the name of the endpoint its URL
    hits — the loader's or a saved request's — and failing that its path, the way
    endpoint rows read in Collections. mcp matches in the search box, so the badge
    is something you can filter by.

@MathiasWP
MathiasWP merged commit db1c52d into main Sep 17, 2026
@MathiasWP
MathiasWP deleted the changeset-release/main branch September 17, 2026 12:39
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