Skip to content

Forge v0.3.0

Choose a tag to compare

@jslee124 jslee124 released this 30 Aug 11:44
· 28 commits to main since this release
8678dfb

Forge v0.3.0 is the first stable Forge release distributed through npm. It
keeps the implementation monorepo private while providing one bundled,
installable CLI.

Highlights

  • Added explicit npm update checks and user-requested updates without automatic
    background installation.
  • Added bounded, host-managed plugin subagents that continue to use Forge-owned
    credentials, policy, budgets, and traces.
  • Added MCP stdio, to-do, and read-only code-review subagent examples.
  • Expanded English and Simplified Chinese documentation for installation,
    configuration, security, troubleshooting, and releases.

Install

Forge requires Node.js 24 or later.

npm install --global @jslee124/forge@0.3.0
forge --version

Verification

The tagged source passed source, documentation, test, deterministic evaluation,
package inspection, clean-install, CLI smoke, and version-alignment gates before
npm publication. See the
full v0.3.0 release record.

Model behavior remains nondeterministic; the release gates verify the tested
runtime and packaging contracts, not success on every live-provider task.

Full Changelog: b969257...v0.3.0