Add the four 0.0.14 entries that never got written - #630
Merged
Merged
Conversation
Four merged changes shipped in 0.0.14 with nothing in the changelog: the composer's truncation warning, the ADK and Langroid tool-calling fix, the model provider sign-in failure now carrying through as itself with the built-in Bot's tool loop moved to the server, and OPENBOT_ORGANIZATION_AUTH_URL. Each changes how a deployment behaves, which is the bar this file sets in its own header, and the last one also decides the sign-in question ahead of OPENBOT_SINGLE_USER, so a reader of the new single-user rule needs it. The desktop work in the same commits is left out, as it is unreleased.
davidmckayv
requested review from
MikeRyanDev,
guidovizoso,
mxmzb and
tylerslaton
as code owners
September 21, 2026 16:11
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.
Four changes shipped in
0.0.14with no changelog entry. Found by diffing every commit inv0.0.13..mainagainst the commits that touchedCHANGELOG.md, rather than by reading the file.OPENBOT_MODEL_AUTH_REQUIREDon an expired model credential, and the built-in Bot's tool loop moving to the serverOPENBOT_ORGANIZATION_AUTH_URLThe last one matters beyond its own line: the authority wins over
OPENBOT_SINGLE_USER, so somebody reading 0.0.14's new single-user rule needs to know it exists.Desktop work in those same commits is deliberately left out, since it is unreleased.
Changelog only. No code.