Conversation
Backfill [Unreleased] and cut 0.17.0. MINOR bump per semver: new contract argument (knowledge_base_url replacing canon_url, legacy stripped), new tool (oddkit_time), new envelope fields (server_time, governance_source), new epoch progression (E0008 → E0008.3). Highlights since 0.16.0: - oddkit_time stateless time utility (E0008.2) - server_time in every response envelope (E0008.2) - x-ray tracing on debug responses (E0008.1) - governance-driven oddkit_challenge, oddkit_encode, telemetry_policy - canon_url → knowledge_base_url user-facing contract rename (breaking) - ?consumer=yourname query parameter for platform-agnostic identification - governance anti-pattern audit across all 11 tools See CHANGELOG.md for the full list.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
oddkit | 035dc41 | Commit Preview URL Branch Preview URL |
Apr 19 2026, 05:38 PM |
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.
What
Promotes main → prod for the 0.17.0 release.
035dc41(chore: release 0.17.0 — backfill CHANGELOG and bump version (#112))https://main-oddkit.klappy.workers.dev/mcpversion: 0.17.0What's in this promotion
Only one commit on main since the last prod promotion (#111):
035dc41— 0.17.0 release (CHANGELOG backfill + package.json / lockfile version bumps)No code changes beyond version string. All envelope contracts and tools were already live in production under the 0.16.0 label — this PR just labels prod with the correct version number and ships the CHANGELOG.
Prod smoke plan
After merge, wait for prod deploy, then:
Must return 24/24 pass and version 0.17.0.
Merge when green.
Note
Low Risk
Only documentation and version-string/lockfile bumps; no runtime code paths change in this PR.
Overview
Promotes the project to v0.17.0 by bumping version strings in
package.json/lockfiles (root andworkers/).Backfills
CHANGELOG.mdwith the published 0.17.0 release notes describing previously-landed tool/envelope changes.Reviewed by Cursor Bugbot for commit 035dc41. Bugbot is set up for automated code reviews on this repo. Configure here.