chore(release): 0.6.6#166
Merged
Merged
Conversation
Bump getpatter to 0.6.6 across all four version files (Python __init__.py + pyproject.toml, TypeScript package.json + lockfile) and roll the CHANGELOG "## Unreleased" block into "## 0.6.6 (2026-06-10)". Release contents (this PR): anonymous opt-out usage telemetry (schema v5 — sdk_initialized / first_run / feature_used / agent_configured / call_completed + CLI usage events; disable via Patter(telemetry=False), PATTER_TELEMETRY_DISABLED=1, or DO_NOT_TRACK=1), CustomLLM — the canonical Custom LLM provider for any OpenAI-compatible endpoint, the patter openclaw CLI wizard, Hermes DX (TS namespace exports, caller-hash session keys, long-turn filler), the carrier-buffered barge-in playback-window fix, and the security-audit fix wave across both SDKs.
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.5 → 0.6.6 for npm and PyPI. Rolls the CHANGELOG
## Unreleasedblock into## 0.6.6 (2026-06-10).Headline: this release ships the anonymous opt-out usage telemetry (schema v5) to both registries — it has been on
mainsince PR #160 but never published. Also included since v0.6.5:CustomLLM(#165),patter openclawCLI (#161), Hermes DX (#159), the carrier-buffered barge-in fix (#164), and the security-audit fix wave.Four version files bumped:
libraries/python/getpatter/__init__.py,libraries/python/pyproject.toml,libraries/typescript/package.json,libraries/typescript/package-lock.json.Test plan
scripts/pr-validate.sh— TypeScript install / lint (tsc) / tests (vitest) / build (tsup) all greenimport getpatterreports0.6.6v0.6.6→release.ymlpublishes to PyPI (trusted publisher) + npmNote for ops
telemetry.getpatter.comhas no DNS record yet and no collector service was found in the org — the SDK client is fail-safe (events silently dropped), but telemetry data will not arrive until the collector is deployed and DNS is created.