release: AHP 0.5.1#301
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
dmitrivMS
approved these changes
Jul 2, 2026
colbylwilliams
added a commit
that referenced
this pull request
Jul 3, 2026
…0.5.2 main released AHP 0.5.1 (#301) and bumped PROTOCOL_VERSION to 0.5.2 for ongoing development. Re-register the canvas actions at the current spec version 0.5.2 (was 0.5.1), move the canvas CHANGELOG bullet under the spec [0.5.2] section and each client's [Unreleased], and combine the Rust generator's chat-turn-paging additions with the canvas imports. Regenerated all client mirrors, schemas, docs, and release metadata. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.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.
Release AHP 0.5.1
Coordinated release of the spec + all 5 clients at
0.5.1. Next development version is0.5.2.Two commits:
1c9acf63— release commit: date-stamps every## [0.5.1]CHANGELOG heading, bumps every client manifest0.5.0→0.5.1, refreshes lockfiles, regeneratesrelease-metadata.json.345c10dd— post-release bump:PROTOCOL_VERSION→0.5.2intypes/version/registry.ts, regenerates every client'sVersion.generated.*andrelease-metadata.json, reopens## [Unreleased](+## [0.5.2] — Unreleasedplaceholder in the spec CHANGELOG) in every CHANGELOG.Note: the root spec CHANGELOG previously had both a
## [Unreleased]section and a## [0.5.1] — Unreleasedplaceholder with content split across them (the two most recent PRs — cursor pagination and lazy chat turn paging — mistakenly appended to## [Unreleased]instead of the## [0.5.1]placeholder). SincePROTOCOL_VERSION/SUPPORTED_PROTOCOL_VERSIONSwere already0.5.1-only, all of that content genuinely belongs to this release, so it was merged into the single dated## [0.5.1] — 2026-07-02section.Use "Merge" (not squash) when merging this PR — the six release tags below must point at commit 1's SHA, and a squash merge would collapse both commits and break the
PROTOCOL_VERSIONtag-validation check in every publish workflow.After merge — push the six tags
Publish targets
spec/v0.5.1Publish Specrust/v0.5.1Publish Rust Cratesahp-types,ahp,ahp-ws)v0.5.1Publish Swift Packageclients/go/v0.5.1Publish Go Modulekotlin/v0.5.1clients/kotlin/pipeline.ymltypescript/v0.5.1clients/typescript/pipeline.ymlKotlin and TypeScript publish via Azure DevOps pipelines (vscode-engineering tenant), not GitHub Actions — confirm those runs separately.