Release 0.2.2 - #43
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Lockstep release PR intended to publish v0.2.2 of @polymind-inc/agent-framework and all constituent packages by bumping package versions, updating internal version constants used for observability/identity, and adding a corresponding changelog entry.
Changes:
- Bump package versions from
0.2.1→0.2.2across the workspace. - Update internal version constants (
INSTRUMENTATION_VERSION,MCP_CLIENT_VERSION,PACKAGE_VERSION) to match package versions. - Add a
0.2.2changelog entry describing the intended patch fixes.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/openai/package.json | Bumps OpenAI package version to 0.2.2. |
| packages/meta/package.json | Bumps umbrella package version to 0.2.2. |
| packages/mcp/src/connection.ts | Updates MCP_CLIENT_VERSION constant to 0.2.2. |
| packages/mcp/package.json | Bumps MCP package version to 0.2.2. |
| packages/foundry/package.json | Bumps Foundry package version to 0.2.2. |
| packages/core/src/observability/version.ts | Updates INSTRUMENTATION_VERSION constant to 0.2.2. |
| packages/core/package.json | Bumps core package version to 0.2.2. |
| packages/anthropic/package.json | Bumps Anthropic package version to 0.2.2. |
| packages/agentserver/src/config.ts | Updates PACKAGE_VERSION constant to 0.2.2. |
| packages/agentserver/package.json | Bumps agentserver package version to 0.2.2. |
| packages/a2a/package.json | Bumps A2A package version to 0.2.2. |
| CHANGELOG.md | Adds the 0.2.2 release notes entry. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Lockstep version bump to 0.2.2 across all packages, plus the changelog entry covering everything merged since v0.2.1 (11 pull requests).
Highlights, by package:
@polymind-inc/agent-framework-openai: release the Responses SSE stream at its terminal event (Release the Responses SSE stream at its terminal event #41, workaround for the Foundry idle tail, removal tracked in Remove the SSE terminal-event workaround once Foundry ends streams promptly #40); surface failed-response errors (Surface failed response errors and join message texts with a newline #34); keep local tool approvals off the Responses input (Drop local approval controls from the Responses API input #12).@polymind-inc/agent-framework-core: newline-joined response text (Surface failed response errors and join message texts with a newline #34);gen_ai.system_instructionsgated behind content capture (Record system instructions on chat spans only when content capture is enabled #37).@polymind-inc/agent-framework-foundry:FoundryResponseStoreproduction-ready and the hosted default, background 501 removed (Make FoundryResponseStore production-ready and the hosted default #36); Responses v2 item coverage in the hosting converters (Preserve Responses v2 item types and add cross-SDK parity tests #35).@polymind-inc/agent-framework-agentserver: mint platform ids for id-less input items (Mint platform ids for input items that arrive without one #42, fixes the Playgroundstorage_error);cancelledvisible to GET during winddown (Report cancelled to GET while a cancel is still winding down #13); hosted observability — undici instrumentation (Instrument outbound fetch calls in the hosted telemetry pipeline #38) and portal attribution (Attribute hosted telemetry to the deployed agent for the Foundry portal #39);stateRoot/resolveAgentReferenceexports andFoundryResponseStoreConfig.replayRoot/retry(Make FoundryResponseStore production-ready and the hosted default #36).Version sites bumped: every
packages/*/package.json,INSTRUMENTATION_VERSION(core),PACKAGE_VERSION(agentserver),MCP_CLIENT_VERSION(mcp). The umbrella package's dependencies stayworkspace:*and expand to exact 0.2.2 pins at publish.Publishing after merge: push the
v0.2.2tag on the squash commit (the tag push triggers the release workflow).🤖 Generated with Claude Code