Skip to content

Stellar Agent v0.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:54

0.4.1

  • Added MCP tools for core Stellar liquidity-pool listing, inspection, trade reads, LP position inspection, LP preflight, finite market listeners, and strategy liquidity investigation.
  • Added package-level LP input validation for pool ids, distinct reserve assets, and deposit price bounds.
  • Added nominal LP exposure metadata to preflight output and documented that it is a policy proxy, not a mark-to-market value or profitability estimate.
  • Added --fee-strategy to market lp trustline add for consistency with other mutating Testnet commands.
  • Added live Testnet verifier coverage for read-only market workflows and LP preflight against an existing Testnet core pool.
  • Fixed stale release-line documentation and added a release metadata guard for previous-minor doc drift.

Artifacts

  • npm package tarballs for every publishable @stellar-agent/* workspace package.
  • Codex plugin artifact: stellar-agent-codex-plugin-v0.4.1.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.