Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Automated release PR for v0.2.2.0 that updates release documentation references.
Changes:
- Update the README git dependency
:git/shato the new release commit. - Add a
0.2.2.0section toCHANGELOG.mdand update comparison links ([Unreleased], new[0.2.2.0]).
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates the pinned git SHA for users consuming the library via git deps. |
| CHANGELOG.md | Adds the v0.2.2.0 release header and adjusts changelog comparison links for the release. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 1
Comment on lines
+6
to
9
| ## [0.2.2.0] - 2026-04-20 | ||
| ### Added (post-v0.2.2 sync, batch 2) | ||
| - **`includeSubAgentStreamingEvents` session option** — new boolean `:include-sub-agent-streaming-events?` on `::session-config`, `::resume-session-config`, and `::join-session-config`. When `true` (default), sub-agent streaming events are forwarded to the parent session's event stream. (upstream PR #1108) | ||
| - **Per-request HTTP headers on `send!`** — new `:request-headers` option (map of string→string) on `::send-options`. Forwarded as wire `requestHeaders` and merged with provider-level headers by the CLI. (upstream PR #1094) |
There was a problem hiding this comment.
The new 0.2.2.0 release header makes the following subsections read as part of this release, but the headings use the label "post-v0.2.2 sync" which is inconsistent with the rest of the changelog’s convention (e.g., later sections use "(v0.2.2 sync)"). Consider renaming these headings to the same "(vX.Y.Z sync)" pattern (or moving them back under "Unreleased" if they are meant to be after the 0.2.2.0 release) so the upstream provenance of this release is unambiguous.
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.
Automated release PR for v0.2.2.0. Created by the Release workflow (run 24671325022).