chore: release v0.17.3 - #745
Merged
Merged
Conversation
Cuts a `0.17.3` section and bumps every version string. - CHANGELOG.md: a new `[0.17.3] - 2026-09-02` section. The `[Unreleased]` Fixed block (#740, #728, #739, #737) moves down verbatim; `[Unreleased]` stays as an empty heading - pyproject.toml, mureo/__init__.py, .claude-plugin/plugin.json, gemini-extension.json: 0.17.2 -> 0.17.3 - 53 SKILL.md frontmatter `version` fields synced Patch. Four fixes, no new MCP tool, no tool schema change, no STATE.json key, no migration: - #740: the Meta token inspection from #726 never worked (POST refused by Graph; a system-user token cannot inspect itself). It is now a GET authenticated with the app access token, and a token Graph reports as permanent (`expires_at: 0`) is recorded as `token_never_expires` and is never exchanged for a 60-day one. One new optional credentials field, read only as a JSON boolean; absent means the pre-#740 behaviour. - #728: the basic-setup skills row compares the deployed SKILL.md copies against the shipped ones and reports missing / stale / current; a stale set names both versions and the reinstall command. `mureo upgrade` prints the same line. `setup_parts` gains three fields; the boolean keeps its meaning. - #739 (+#743): the test suite no longer writes stub tokens into a real credentials file, and the guard for that passes on Windows. - #737: proposal cards on the reports screen regain their padding. Operators holding a permanent system-user token should re-paste it once after upgrading, with the app ID and secret, so the verdict is recorded.
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.
Cuts
0.17.3and bumps every version string (pyproject,__init__, plugin manifest, Gemini extension, 53 SKILL.md pins). The[Unreleased]Fixed block moves down verbatim under[0.17.3] - 2026-09-02.Patch: four fixes, no new MCP tool, no schema change, no migration.
token_never_expiresand never renewed. PR fix: inspect a pasted Meta token with the app access token and never renew a permanent one (#740) #744.mureo upgrade. PR fix: flag workflow skills that are stale after a package upgrade (#728) #742.After merge: tag
v0.17.3, publish the GitHub Release with the CHANGELOG section as its body;release.ymlpushes to PyPI.