feat: v0.7.4 - #88
Merged
Merged
Conversation
GitHub Action issue-comment output mode with label-triggered auto-estimate workflow and Marketplace docs; up-front output-mode validation; UTF-8-safe shared comment truncation; ruff 0.16 ruleset adoption; typer>=0.12.4 floor with a minimum-dependency CI smoke job.
spbkgw-beep
approved these changes
Aug 11, 2026
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's New in v0.7.4
Added
issue-commentoutput mode — posts the estimate report as a comment on the triggering issue (issues/issue_commentevents; PR-attached comments are skipped — usepr-comment). Ships with a label-triggeredauto-estimate.ymlworkflow (labelestimate→ estimate comment); README expanded into Marketplace landing content with per-mode worked examples.output-modeis now validated up front (unknown modes fail the run instead of silently posting nowhere), and comment-body truncation is computed once, UTF-8-safely, for all comment steps.Changed
extend-immutable-calls, CLI boundary handlers keep per-fileBLE001ignores, content-shapeValueErrors keep their contract undernoqa).ruffis now minor-capped (>=0.16,<0.17) so future default-rule promotions land deliberately;typing-extensionspromoted to a direct dependency (Selfon py3.10).typerfloor raised to>=0.12.4: PEP 604 CLI annotations (str | None) fail command construction on 0.12.0. CI gained atest-min-depsjob that installs the declared dependency floors and smoke-tests the CLI, so floor regressions surface in CI instead of user environments.