Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
frahlg
force-pushed
the
changeset-release/master
branch
4 times, most recently
from
September 26, 2026 08:20
725a8cf to
4bef0a3
Compare
frahlg
force-pushed
the
changeset-release/master
branch
from
September 26, 2026 08:24
4bef0a3 to
750db84
Compare
miravoss26
reviewed
Sep 26, 2026
miravoss26
left a comment
Contributor
There was a problem hiding this comment.
Changesets release PR for 0.137.2. It consumes six changesets, adds the six matching CHANGELOG entries, and bumps package.json and package-lock.json from 0.137.1 to 0.137.2.
- No findings. The deleted changesets and the new CHANGELOG entries match one to one (drivers-hardening, quiet-normal-logs, security-hardening, selftune-hardening, storage-hardening, weather-settings-save). The version bump is consistent across both files. Text only: no code, no new deps, no new network destinations. The checks that ran are green, the rest were skipped.
Safe to merge from my read. Merging cuts 0.137.2, so the timing is a human call.
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
ftw@0.137.2
Patch Changes
observe_onlydriver is no longer handed back to its default mode when FTW stops, restarts, updates or reloads it, so a battery that a retailer's VPP controls keeps the VPP's settings. When FTW stops a driver it controls, the driver's own cleanup runs again after its default mode, so a PV curtailment on a Sungrow inverter, which only that cleanup releases, no longer stays latched. A driver that fails to start now closes the MQTT, Modbus and other connections it opened, so its retries do not fight each other for the same MQTT client ID. A driver restart or settings save that the browser abandons partway still starts the driver again instead of leaving it stopped until the next reload. Changing a driver's HTTP or WebSocket grant (revokingallow_writeor setting a new TLS pin, for example) or itssupports_pv_curtailflag now restarts that driver so the change takes effect.journalctland in the support report.ftw updateand the native installer flush the release and its receipt to disk before FTW starts, so a power cut right after an update cannot leave the launcher unable to start or roll back.The form showed
met_noand 10000 W when neither was set, so accepting themchanged nothing and Save kept no provider and no rated power: the site got no
solar forecast. The form now shows what Core uses, no provider and an empty
rated power, and a select whose stored value is not one of its options shows
its default instead of the first option.