Skip to content

Stellar Agent v0.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 23:11

0.4.0

  • Added market commands for core Stellar AMM pool listing, inspection, trade reads, LP position inspection, and finite JSON market alerts.
  • Added guarded Testnet market lp preflight, pool-share trustline creation, deposit, and withdrawal commands with policy checks before submission and receipt logging after successful transactions.
  • Added market.liquidity policy controls for allowed pools, assets, actions, exposure limits, and explicit deposit price bounds.
  • Added strategy explain, strategy simulate, and strategy investigate liquidity so agents can evaluate liquidity proposals without hidden signing or submission.
  • Added a Soroban pool investigation boundary: contract interface inspection is read-only, and generic Soroban AMM mutation reports adapter_required until a protocol-specific adapter, policy controls, simulation, and signing model exist.
  • Documented safe market-making scope, Mainnet liquidity guards, and liquidity-pool risk notes.

Artifacts

  • npm package tarballs for every publishable @stellar-agent/* workspace package.
  • Codex plugin artifact: stellar-agent-codex-plugin-v0.4.0.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 prepared but remains a separate manual provenance-backed step.
  • Testnet remains the default.
  • Mainnet local auto-signing and Mainnet secret-key storage remain blocked.