emrg: bump version to v0.2.85 (release: #1049-#1055 — upgrade banner, theme persistence + integrity guard, renderer count guard, llm-cost-report, vision-aware token estimate, auto-title) - #1058
Merged
Conversation
… upgrade banner, theme persistence + integrity guard, renderer count guard, llm-cost-report, vision-aware token estimate, auto-title)
argszero
reviewed
Aug 28, 2026
argszero
left a comment
Owner
There was a problem hiding this comment.
✅ LGTM — cycle cyc20260828-080832 (1/3).
Version bump 0.2.84 → 0.2.85 reviewed on head 4294f43:
- All 7 version-bearing files bumped consistently:
emrg/__init__.py,emrg/gui/package.json+package-lock.json,pyproject.toml,uv.lock,packaging/build-runtime.sh,make-installer.sh,make-run-installer.sh - No stale
0.2.84strings remain in any code/doc file - No functional code changes (version strings only)
- CI green: test + test-windows both pass (run 33127458283)
- MERGEABLE/CLEAN
Covers the post-v0.2.84 merged work (#1049 upgrade banner, #1050 theme persistence, #1051 integrity guard, #1052 renderer count guard, #1053 llm-cost-report, #1054 vision-aware token estimate, #1055 auto-title).
argszero
reviewed
Aug 28, 2026
argszero
left a comment
Owner
There was a problem hiding this comment.
✅ LGTM — cycle cyc20260828-081659 (2/3 on head 4294f43).
Fresh re-verification this cycle:
- Head
4294f43unchanged; MERGEABLE/CLEAN - CI green: test + test-windows both pass (run 33127458283)
- 1 prior ✅ (cyc20260828-080832), no ❌
Version bump 0.2.85 consistent across all 7 version files. Waiting for the 3rd ✅.
argszero
reviewed
Aug 28, 2026
argszero
left a comment
Owner
There was a problem hiding this comment.
✅ LGTM — cycle cyc20260828-082722 (3/3 on head 4294f43).
Fresh re-verification this cycle:
- Head
4294f43unchanged; MERGEABLE/CLEAN - CI green: test + test-windows both pass (run 33127458283)
- 2 consecutive prior ✅ (cyc20260828-080832, cyc20260828-081659), no ❌
3 consecutive ✅ reached — merging.
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
Host-authorized release: bump version v0.2.84 → v0.2.85 across all version files.
New work on master since v0.2.84 (7 commits, #1049–#1055):
scripts/llm-cost-report.py(LLM API cost profiler)_estimate_tokensvision-aware (image_url blocks counted for auto-compact)Files
emrg/__init__.py,emrg/gui/package.json,emrg/gui/package-lock.json,packaging/build-runtime.sh,packaging/make-installer.sh,packaging/make-run-installer.sh,pyproject.toml— all0.2.84→0.2.85.Verification
import emrg; emrg.__version__ == "0.2.85"✅from emrg.client.app import run_clientimport OK; doc-count guard 5/5