chore(release): bump version to 2026.8.7 - #245
Merged
Merged
Conversation
Cut 2026.8.7 from main. The release is mostly Web UI. Token price charts render inline in chat — an artifact published as `application/vnd.agentos.chart+json` draws as an interactive candlestick chart with an OHLC readout strip instead of a download chip, rides the existing artifact seam so history replay redraws it, loads `lightweight-charts` dynamically, sweeps charts on transcript rebuild, and lets a click pan instead of downloading the JSON. Both gmgn skills carry the converter. Keyboard handling became one registry with a `?` overlay listing every binding, with self-registering layers and per-platform keycaps. Router Tiers picks tier models from the union of the live catalog and the shipped router profiles instead of free text, warning without blocking. Switching LLM providers restores that provider's remembered profile, and gateway boot warns when the bundled Control UI is older than the frontend sources in a checkout. Bump pyproject, uv.lock, README install pins, install.sh/install.ps1 default versions and the release-consistency/install-script tests, and move [Unreleased] into a [2026.8.7] section with a RELEASES.md row. The chart, shortcut-registry, and Router Tiers work landed without changelog entries, so those are written here too. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 2026.8.7 from main — 14 commits since
v2026.8.6, mostly Web UI.What is in the release
application/vnd.agentos.chart+jsondraws as an interactive candlestick chart in the transcript instead of a download chip, with a readout strip carrying the hovered candle's time, OHLC, volume, and close-against-open as a signed percentage at the payload's own precision. It goes through the existing artifact seam, so history replay redraws it with no separate path;lightweight-chartsloads dynamically; charts are keyed by host and swept on session switch and "load earlier"; a click on the canvas pans instead of downloading the JSON; payload strings reach the DOM only throughtextContent. Bothgmgn-marketandgmgn-tokencarry the converter.?overlay listing every binding. Self-registering dialog layers replace a stale hardcoded selector list, combos match on bothe.keyande.code, and the New chat tooltip renders the right keycaps per platform. (Closes webui: no keyboard shortcut is discoverable anywhere in the console #137)models.listand the shipped router profiles, the image tier is offered only vision-capable models, and save warns without ever blocking. (Closes webui(setup): Router Tiers makes you type provider and model by hand — make them pickers #142)agentos doctor— advisory, never gates readiness, and wheel installs are never flagged. (Fixes No signal when a source checkout's control UI bundle is stale #200)Bump scope
pyproject.toml,uv.lock, README install pins,install.sh/install.ps1default versions, and the release-consistency / install-script tests.[Unreleased]moved into a[2026.8.7]section with aRELEASES.mdrow.The chart, shortcut-registry, and Router Tiers work landed without changelog entries, so those are written here as part of the cut.
Verification
tests/test_release_consistency.pyandtests/test_install_scripts.py— 22 passed.ruffis not installed in this environment, so lint was not run locally; the only non-markdown changes are version string constants. CI covers the rest.🤖 Generated with Claude Code