Releases: agentmail-to/agentmail-cli
v0.7.12
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/-roption 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
ShowJSONOptsas argument toformatJSONinstead 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
v0.7.10
0.7.10 (2026-04-14)
Full Changelog: v0.7.9...v0.7.10
Features
- api: manual updates (634c491)
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
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
v0.7.8
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
RawJSONwhen iterating items with--format explorein 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.Stdoutisn't necessary (f488623) - switch some CLI Go tests from
os.Chdirtot.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
v0.7.6
0.7.6 (2026-03-31)
Full Changelog: v0.7.5...v0.7.6
Features
- api: manual updates (1ea2031)
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
v0.7.4
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
0.7.3 (2026-03-28)
Full Changelog: v0.7.2...v0.7.3
Features
- api: api update (9d775cd)
Chores
- update agentmail-go to v0.1.0 (9ed80ba)