chore(release): v1.2.0 — V1 paid Pro tier + X-Axonflow-Client header [skip-runtime-e2e]#51
Merged
saurabhjain1592 merged 1 commit intomainfrom May 6, 2026
Merged
Conversation
… header [skip-runtime-e2e] Companion plugin release to platform v7.7.0. Promotes [Unreleased] to [1.2.0] - 2026-05-06 covering: - V1 paid Pro tier wire-up — X-License-Token forwarding via recover.sh + AXONFLOW_LICENSE_TOKEN (#40) - Status surface for tenant_id + tier + upgrade URL (#42) - Tier line shows Pro license expiry (#50) - License-token redaction in status output (#41) - X-Axonflow-Client: codex/<version> via .mcp.json http_headers (#45) - install-mcp-with-headers.sh + http_headers blocks (#49) after revert of #43 (Codex MCP doesn't support the headersHelper field) Bumps: - .codex-plugin/plugin.json 1.1.0 → 1.2.0 - .codex-plugin/marketplace.json plugin.version + metadata.version → 1.2.0 [skip-runtime-e2e] — version + CHANGELOG bump only; the underlying behavior shipped + was runtime-tested when each feature PR landed. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.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.
Companion plugin release to platform v7.7.0 (V1 SaaS Plugin Pro launch).
Promotes [Unreleased] → [1.2.0] - 2026-05-06; adds the X-Axonflow-Client header bullet and bumps both manifest version stamps.
Changes since v1.1.0
statusoutputstatussurfaces tenant_id + upgrade URLinstall-mcp-with-headers.sh+.mcp.jsonhttp_headers (after revert #46)Plus #44 host-CLI shim test + #48 definition-of-done CI gate (infra).
Compatibility
Self-review
.codex-plugin/plugin.json1.1.0 → 1.2.0.codex-plugin/marketplace.jsonplugin.version + metadata.version → 1.2.0Skip-runtime-e2e justification
This is a release-prep PR — version manifest bump + CHANGELOG promotion only. The substantive code changes (X-Axonflow-Client header injection for SDKs / V1 paid Pro tier wire-up for plugins) shipped in earlier feature PRs that included their own runtime-e2e tests against a live agent stack. Re-running runtime-e2e for a CHANGELOG and version-string change adds no signal — the runtime contract was validated when the feature commits landed.