Skip to content

Stellar Agent v0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 21:15

0.3.0

  • Added fee-stat-aware transaction building with base, low, medium, high, and p95 fee strategies, including session caching and base-fee fallback behavior.
  • Added guarded Testnet pay batch support for bundling multiple payments into one transaction with per-payment policy checks and aggregate spend-limit evaluation.
  • Tightened signed-XDR submission so ambiguous Horizon submit responses are confirmed by transaction lookup before reporting success.
  • Added cache inspect and cache clear commands plus global --no-cache support for long-running agent sessions.
  • Expanded CLI help smoke coverage, docs-linked error hints, and agent integration docs for faster setup and troubleshooting.
  • Updated GitHub Actions workflow actions to Node 24-runtime majors while keeping the project test runtime on Node 22.

Artifacts

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