Skip to content

chore: version packages#285

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#285
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 5, 2026

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 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.

Releases

@gemstack/ai-autopilot@0.9.1

Patch Changes

  • 734da1a: fix(ai-autopilot): EventStream iterators are now cancellable

    A consumer's async iterator gained a return() that drops its waiter from the stream and settles any pending next(). Previously a consumer that stopped iterating (e.g. a disconnected SSE client) left its waiter registered until the next push/close, so many short-lived consumers on an idle stream leaked. Live iteration and history replay are unchanged.

@gemstack/framework@0.8.1

Patch Changes

  • 734da1a: fix(framework): harden the run relay and workspace sandbox against resource exhaustion

    • The relay now caps how many runs it holds in memory and evicts the least-recently-used one on overflow. Because it is unauthenticated, an anonymous request to /r/<id>/… could previously create per-run state that was never freed; run creation is now bounded (maxRuns, default 200).
    • A disconnected SSE viewer now cancels its stream iterator, releasing its waiter immediately instead of lingering on the stream until the next event (which may never arrive for an idle run).
    • snapshotWorkspace checks a file's size before reading it, so a large asset in the workspace is skipped without ever being loaded into memory during a --sandbox docker sync.
    • relayPublisher's POST has a timeout, so a relay that accepts a connection but never responds can no longer hang the CLI on exit (flush()).
  • Updated dependencies [734da1a]

    • @gemstack/ai-autopilot@0.9.1

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from e9d0b67 to 467f5e3 Compare July 7, 2026 01:12
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 467f5e3 to f8a81e0 Compare July 7, 2026 01:12
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.

0 participants