chore(release): 0.6.7#168
Merged
Merged
Conversation
Bump getpatter to 0.6.7 across all four version files and roll the CHANGELOG "## Unreleased" block into "## 0.6.7 (2026-06-10)". Release contents (this PR): the telemetry delivery fix wave (#167) — three root-cause fixes so fire-and-forget events actually arrive (WeakSet GC loss of unreferenced clients, close() killing the in-flight POST, in-flight flush stranding subsequent events) — plus the Realtime model variant in feature_used (llm_model: openai-gpt-realtime-2 / -mini / ...).
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.
Summary
Version bump 0.6.6 → 0.6.7 for npm and PyPI. Rolls the CHANGELOG
## Unreleasedblock into## 0.6.7 (2026-06-10).Headline: the telemetry delivery fix wave (#167). 0.6.6 shipped telemetry that records correctly but loses events in three ways before delivery (CLI events GC'd, close() killing the in-flight POST, in-flight flush stranding constructor/agent events). 0.6.7 makes delivery reliable and adds the Realtime model variant (
llm_model) tofeature_used.Pairs with the collector going live at
telemetry.getpatter.com— with both in place, telemetry is end-to-end operational.Test plan
scripts/pr-validate.sh— Python tests + security tests + TS lint/tests/build all green locallyv0.6.7→release.ymlpublishes to PyPI + npm