Skip to content

Releases: agentmail-to/agentmail-cli

v0.7.12

14 May 22:34
666f3f8

Choose a tag to compare

0.7.12 (2026-05-14)

Full Changelog: v0.7.11...v0.7.12

Features

  • api: api update (2a05aba)
  • api: api update (8daa4e3)
  • api: api update (42b296a)
  • cli: add --raw-output/-r option to print raw (non-JSON) strings (f9df419)
  • cli: alias parameters in data with x-stainless-cli-data-alias (ea26a8c)
  • cli: send filename and content type when reading input from files (65a86ee)
  • support passing path and query params over stdin (86c8aab)

Bug Fixes

  • cli: correctly load zsh autocompletion (1b982f7)
  • flags for nullable body scalar fields are strictly typed (f105a97)

Chores

  • ci: support manually triggering release workflow (0e60014)
  • cli: fall back to JSON when using default "explore" with non-TTY (fbfe2c1)
  • cli: switch long lists of positional args over to param structs (d227554)
  • cli: use ShowJSONOpts as argument to formatJSON instead of many positionals (0e94446)
  • internal: codegen related update (aa96815)
  • internal: codegen related update (95968dd)
  • internal: codegen related update (dbc4e39)
  • internal: codegen related update (5b36c53)
  • internal: codegen related update (c7f1282)
  • internal: codegen related update (b25c8cb)
  • internal: more robust bootstrap script (8b39e72)
  • redact api-key headers in debug logs (d3bae3e)
  • update SDK settings (a842755)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.7.11

14 Apr 05:33
96aae3f

Choose a tag to compare

0.7.11 (2026-04-14)

Full Changelog: v0.7.10...v0.7.11

Features

v0.7.10

14 Apr 05:01
78b7c90

Choose a tag to compare

0.7.10 (2026-04-14)

Full Changelog: v0.7.9...v0.7.10

Features

Chores

  • add documentation for ./scripts/link (44c86bb)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.7.9

14 Apr 04:25
b337b93

Choose a tag to compare

0.7.9 (2026-04-10)

Full Changelog: v0.7.8...v0.7.9

Bug Fixes

  • cli: fix incompatible Go types for flag generated as array of maps (18a9ddb)
  • decouple npm publish from goreleaser so homebrew failures don't block npm (3373dbc)
  • fix for failing to drop invalid module replace in link script (d1c7780)

Chores

  • cli: additional test cases for ShowJSONIterator (e96692a)
  • cli: let --format raw be used in conjunction with --transform (cfdc42c)

v0.7.8

08 Apr 05:04
f266b9d

Choose a tag to compare

0.7.8 (2026-04-08)

Full Changelog: v0.7.7...v0.7.8

Features

  • allow - as value representing stdin to binary-only file parameters in CLIs (4fb771a)
  • api: api update (89f41fe)
  • api: api update (606036f)
  • api: api update (5620db5)
  • api: api update (7d1c53a)
  • api: api update (8a097fc)
  • api: manual updates (e70a1d2)
  • api: manual updates (35c4f7d)
  • api: manual updates (990b138)
  • better error message if scheme forgotten in CLI *_BASE_URL/--base-url (57e1a52)
  • binary-only parameters become CLI flags that take filenames only (1b23d84)

Bug Fixes

  • fall back to main branch if linking fails in CI (eb15535)
  • fix quoting typo (6d8d3f4)
  • handle empty data set using --format explore (2852394)
  • use RawJSON when iterating items with --format explore in the CLI (13259ac)
  • use RELEASE_PAT to approve and auto-merge release PRs (dacdd81)

Chores

  • internal: codegen related update (792c2ce)
  • mark all CLI-related tests in Go with t.Parallel() (132e0f5)
  • modify CLI tests to inject stdout so mutating os.Stdout isn't necessary (f488623)
  • switch some CLI Go tests from os.Chdir to t.Chdir (6f4709d)
  • update SDK settings (628d088)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.7.7

31 Mar 21:08
60a1ab7

Choose a tag to compare

0.7.7 (2026-03-31)

Full Changelog: v0.7.6...v0.7.7

Features

Bug Fixes

  • add permissions for auto-merge workflow (673e067)
  • use --admin to bypass branch protection for release merge (7e02df7)
  • use --auto flag for release PR merge (3034d63)

v0.7.6

31 Mar 04:53
f9fdaa9

Choose a tag to compare

0.7.6 (2026-03-31)

Full Changelog: v0.7.5...v0.7.6

Features


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.7.5

31 Mar 04:25
b4354d2

Choose a tag to compare

0.7.5 (2026-03-30)

Full Changelog: v0.7.4...v0.7.5

Features

v0.7.4

28 Mar 07:40
f9c6bf8

Choose a tag to compare

0.7.4 (2026-03-28)

Full Changelog: v0.7.3...v0.7.4

Bug Fixes

  • add go.sum entry for agentmail-go v0.1.0 (36f3175)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.7.3

28 Mar 07:34
e576eb6

Choose a tag to compare

0.7.3 (2026-03-28)

Full Changelog: v0.7.2...v0.7.3

Features

Chores

  • update agentmail-go to v0.1.0 (9ed80ba)