chore(release): version packages - #1006
Merged
Merged
Conversation
frahlg
force-pushed
the
changeset-release/master
branch
from
August 30, 2026 07:55
9f1a464 to
9f328e2
Compare
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
from
August 30, 2026 07:57
9f328e2 to
c3af441
Compare
frahlg
force-pushed
the
changeset-release/master
branch
from
August 30, 2026 07:59
c3af441 to
c45445a
Compare
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@2.5.0
Minor Changes
hold charges at the slider's amps and releases itself once the car's
estimated state of charge reaches the schedule's target (80 % when no
schedule is set), falling straight back to planned dispatch — pressing
Start no longer overrides the planner for the rest of the session. The
release target survives restarts with the hold, holds without a target
keep the old pin-until-Stop-or-unplug contract, and
POST /api/loadpoints/{id}/manual_hold accepts the new
release_at_soc_pctfield.will: the next planned charge window from the active plan ("Charging
planned 02:15–06:30, ~18 kWh"), an explicit "waiting for tomorrow's
prices — PV surplus only until then" state when grid-funded planning is
deferred past the published price horizon, "charger offers X kW but the
car isn't drawing" with the charger's own reason when the vehicle
declines, and a plain warning when nothing (schedule, PV-only, Start)
will ever start a charge. GET /api/loadpoints carries the new fields:
plan_next_start_ms/plan_next_end_ms/plan_next_wh/plan_total_wh,grid_deferred, andcommanded_w/commanded_known.Patch Changes
emits
request_active, so Core can tell "the car has stoppedrequesting current" (Easee reason 50 / charging completed) from "the
box paused it". This turns on three existing protections for Easee
sites: the session-completion latch stops the planner allocating
energy to a full car, a manual Start hold auto-releases instead of
offering power all night, and the charging-interrupted notification
stops firing on the car's own renegotiation bursts. The driver's HTTP
transport is also pcall-hardened.
Note
Low Risk
Metadata-only release PR (version, changelog, changeset cleanup); functional risk depends on the already-merged features listed in the changelog, not on edits in this diff.
Overview
Release housekeeping for ftw@2.5.0: bumps
package.json/ lockfile from 2.4.0 to 2.5.0, folds three consumed Changesets into CHANGELOG.md, and deletes the corresponding.changeset/*.mdfiles. No application source appears in this diff.What ships with 2.5.0 per the new changelog entries: EV “Charge now → target” manual holds with
release_at_soc_pctonPOST /api/loadpoints/{id}/manual_hold; richer EV modal /GET /api/loadpointsplan and deferral fields; and a patch bundling easee_cloud 1.2.0 (request_activeand related Easee protections).Reviewed by Cursor Bugbot for commit c45445a. Bugbot is set up for automated code reviews on this repo. Configure here.