Skip to content

Lodestar v2.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 06:55
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.

Update (2026-09-08): Lodestar 2.1.4 fixes startup of the optional Codex plugin after native caching and corrects WSL plugin routing. It also retains the automatic skill invocation correction from 2.1.3. Upgrade the CLI and separately reinstall any cached plugin using the complete package root; see the 2.1.4 installation notes. Contract 5 and schema 5 are unchanged.

Lodestar 2.1.3

Package: lodestar-agent-context@2.1.3.

This patch fixes a Codex integration defect in 2.1.2: Lodestar's skill description
requested automatic use, but its native metadata disabled implicit invocation.
Codex could discover an enabled skill while excluding it from automatic use.
Restarting or reinstalling that package did not correct the policy.

What changes

  • The maintained skill and Codex plugin now explicitly allow implicit invocation.
    Codex can select Lodestar for relevant project work without a skill mention.
  • Setup distributes the corrected metadata through the existing owned upgrade
    path, retaining backups and refusing to overwrite independently edited files.
  • Packed executable checks now exercise native installation, installed invocation
    policy, plugin parity, startup installation status, preservation of user settings,
    and refusal to overwrite a locally changed invocation policy.
  • Documentation checks discover release notes automatically. Release checks require
    the plugin version and packaged release notes to match the package version.

Upgrade

npm install --global lodestar-agent-context@2.1.3
lodestar setup --target all
lodestar setup --target all --apply
lodestar skills verify --target all

Select an individual target if that is the host you use. Review local conflicts
reported by setup; do not force replacement without inspecting the changed files.
Start fresh host sessions after the upgrade. Existing 2.x databases remain on schema
5 and require no migration or reinitialization.

For new installations and explicit host locations, see
installation and startup.

Scope and verification

Automatic eligibility does not create a startup service or guarantee that every
prompt invokes Lodestar. Host-level skill disabling remains effective. User and
native project instructions retain their authority.

The release workflow runs tests and packed executable checks on Windows, Linux,
and macOS, with CodeQL required before publication. These checks verify packaging,
installation, policy, and CLI behavior; they do not certify every host or model's
skill-selection decisions.

Contract 5, schema 5, the one-shot executable, and the database mutation contract
are unchanged by this patch.