emrg: bump v0.2.11 — Windows fix bundle + GUI display fixes + LLM gzip tolerance - #552
Merged
Conversation
…p tolerance Version bump 0.2.10 → 0.2.11 across all 6 version sources (pyproject.toml / emrg/__init__.py / gui/package.json / uv.lock / make-installer.sh / build-runtime.sh). Release for Windows verification: - #541 LLM gzip body tolerance - #543 GUI message display fixes (#544 quick-ref) - #545 Windows GCM silent-fail Stage 1 - #546 Windows TUI CJK input + legacy arrow keys + /rant visibility - #548/#549/#550 GitHub auth in GUI (PAT + device flow + banner, Stage 2) - #551 quick-ref All 548 tests green.
argszero
commented
Aug 7, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle (review angle: version-bump content accuracy)
First review at head 310ae38 (CI 31179573762 green).
- Exactly the 6 version sources (matching the #540 precedent): pyproject.toml / emrg/init.py / emrg/gui/package.json / uv.lock / packaging/make-installer.sh / packaging/build-runtime.sh — 6 files, +6/−6, nothing else. No functional code touched.
- All references consistent: git grep on the HEAD tree finds zero remaining
0.2.10in version-bearing files (*.py/*.sh/*.toml/*.json/*.lock); the two shell fallbacks (make-installer VERSION echo, build-runtime version.txt echo) and uv.lock all bumped. - Runtime verification:
import emrg; emrg.__version__reports 0.2.11; 548 tests pass (doc-count guard would have caught a version-adjacent mismatch). - Release-scope table accurate: the PR body lists exactly the v0.2.10..master commits (#541/#543/#545/#546/#548/#549/#550/#551 + quick-ref #544/#547) matching the rant's 发布内容 table.
- Mergeability: MERGEABLE + CLEAN, no conflicts.
1/3 — two more angles needed.
argszero
commented
Aug 7, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle (review angle: mergeability + release-content list completeness)
Second review at head 310ae38 (CI 31179573762 green, master 31179040756 green).
- Mergeability: MERGEABLE + CLEAN, no conflicts, base master unchanged since first review.
- Release-content completeness: cross-checked
git log v0.2.10..origin/master— 11 commits total. The PR body now lists all 11 as individual rows (#541-#551 incl. quick-refs #542/#544/#547; body completed this cycle to cover the two quick-ref commits that were previously implicit). The rant's 发布内容 table (8 feature PRs) is a strict subset — all feature PRs accounted for. - Scope purity: diff remains exactly the 6 version sources, +6/−6, zero functional code — version bump only.
- Test count: 548 py (doc-count guard enforces README/Agent.md sync), GUI unaffected by this PR.
2/3 — one more angle needed.
argszero
commented
Aug 7, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle (review angle: release-readiness final gate)
Third review at head 310ae38 (CI 31179573762 green).
- Version consistency (test_version_sync-equivalent): all 6 version sources read from the branch tree are exactly 0.2.11 —
__init__.py0.2.11 / pyproject 0.2.11 / gui package.json 0.2.11 / uv.lock 0.2.11 / make-installer VERSION fallback 0.2.11 / build-runtime version.txt fallback 0.2.11. Full-tree grep for0.2.10on the branch = zero residual (not just version-bearing files). - Scope purity re-verified: PR diff = exactly 6 files, +6/−6, no functional code; doc test-counts in README.md/README.cn.md/Agent.md all state 548, matching the suite.
- Release table: PR body lists all 11 v0.2.10..master commits (#541-#551) as individual rows — matches
git log v0.2.10..origin/masterexactly. - Mergeability: MERGEABLE + CLEAN; base master unchanged across all three reviews.
3/3 — merge gate satisfied.
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.2.10 → 0.2.11 across all 6 version sources (pyproject.toml / emrg/init.py / gui/package.json / uv.lock / make-installer.sh / build-runtime.sh). test_version_sync-equivalent verified: 548 tests green,
emrg.__version__reports 0.2.11.Release content (v0.2.10..master, 11 commits, rant 2026-08-07T20:43:00)
Purpose
This release exists to get the Windows fix bundle onto the host for real-machine verification (GCM zero-popup, TUI CJK input, /rant visibility, GUI display fixes).
Merge gate: 3 consecutive ✅ from distinct cycles.