Skip to content

Stellar Agent v0.4.2

Choose a tag to compare

@github-actions github-actions released this 07 Jun 22:35

0.4.2

  • Added Aquarius AMM deployment discovery, pool inspection, account-position reads, LP deposit/withdraw preflight, swap quote/preflight, and rewards inspection.
  • Added defi.aquarius policy controls for allowed pools, assets, actions, nominal exposure, slippage bounds, and Mainnet approval gating.
  • Added Testnet example scripts for Blend and Aquarius DeFi workflows under examples/defi/, plus pnpm examples:defi:testnet.
  • Added a bundled stellar-agent-defi Codex skill covering Blend and Aquarius command sequencing, preflight requirements, policy boundaries, and Mainnet signing limits.
  • Documented Aquarius Testnet endpoints, examples, read-only/preflight-only boundaries, and Mainnet external-signer requirements.
  • Kept Aquarius public asset metadata visible in redacted CLI output and tightened slippage-bound and asset-allowlist policy checks.

Artifacts

  • npm package tarballs for every publishable @stellar-agent/* workspace package.
  • Codex plugin artifact: stellar-agent-codex-plugin-v0.4.2.tgz.
  • release-manifest.json with artifact SHA-256 checksums and source commit.

Verification

  • pnpm release:preflight
  • Fresh install from generated npm tarballs
  • Bundled Codex plugin validation from the generated plugin tarball

Boundaries

  • npm publication is queued through the separate protected Publish npm workflow and requires npm-production approval.
  • Testnet remains the default.
  • Mainnet local auto-signing and Mainnet secret-key storage remain blocked.