Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 62
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/agentmail%2Fagentmail-7557de0221c9d9fb1d375e338551b898f0f1c7f106a0698a10092c696320e4b3.yml
openapi_spec_hash: 9f34491defdddd26d581111795bfe1e7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/agentmail%2Fagentmail-f683ea9c16b323f400a2788ed910801a8382e7384b24f82b7db13f35b3bce254.yml
openapi_spec_hash: 05bfef751dd664bca46308476e5d1524
config_hash: 2595ffb55fb009abe18a6566962fbf0a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.6.0 (2026-03-05)

Full Changelog: [v0.5.0...v0.6.0](https://github.com/agentmail-to/agentmail-cli/compare/v0.5.0...v0.6.0)

### Features

* **api:** api update ([0ba315c](https://github.com/agentmail-to/agentmail-cli/commit/0ba315c3d27125665f679f7ce210a751606c8ed8))

## 0.5.0 (2026-03-05)

Full Changelog: [v0.4.2...v0.5.0](https://github.com/agentmail-to/agentmail-cli/compare/v0.4.2...v0.5.0)
Expand Down
8 changes: 4 additions & 4 deletions pkg/cmd/inbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var inboxesRetrieve = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
},
Expand All @@ -67,7 +67,7 @@ var inboxesUpdate = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand Down Expand Up @@ -108,7 +108,7 @@ var inboxesDelete = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
},
Expand All @@ -123,7 +123,7 @@ var inboxesListMetrics = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[any]{
Expand Down
12 changes: 6 additions & 6 deletions pkg/cmd/inboxdraft.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var inboxesDraftsCreate = requestflag.WithInnerFlags(cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[any]{
Expand Down Expand Up @@ -130,7 +130,7 @@ var inboxesDraftsRetrieve = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand All @@ -150,7 +150,7 @@ var inboxesDraftsUpdate = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand Down Expand Up @@ -210,7 +210,7 @@ var inboxesDraftsList = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[any]{
Expand Down Expand Up @@ -255,7 +255,7 @@ var inboxesDraftsDelete = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand All @@ -275,7 +275,7 @@ var inboxesDraftsSend = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand Down
18 changes: 9 additions & 9 deletions pkg/cmd/inboxmessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var inboxesMessagesRetrieve = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand All @@ -42,7 +42,7 @@ var inboxesMessagesUpdate = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand Down Expand Up @@ -72,7 +72,7 @@ var inboxesMessagesList = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[any]{
Expand Down Expand Up @@ -132,7 +132,7 @@ var inboxesMessagesForward = requestflag.WithInnerFlags(cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand Down Expand Up @@ -231,7 +231,7 @@ var inboxesMessagesGetAttachment = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand All @@ -256,7 +256,7 @@ var inboxesMessagesGetRaw = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand All @@ -276,7 +276,7 @@ var inboxesMessagesReply = requestflag.WithInnerFlags(cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand Down Expand Up @@ -375,7 +375,7 @@ var inboxesMessagesReplyAll = requestflag.WithInnerFlags(cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand Down Expand Up @@ -457,7 +457,7 @@ var inboxesMessagesSend = requestflag.WithInnerFlags(cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[any]{
Expand Down
8 changes: 4 additions & 4 deletions pkg/cmd/inboxthread.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var inboxesThreadsRetrieve = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand All @@ -42,7 +42,7 @@ var inboxesThreadsList = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[any]{
Expand Down Expand Up @@ -102,7 +102,7 @@ var inboxesThreadsDelete = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand All @@ -122,7 +122,7 @@ var inboxesThreadsGetAttachment = cli.Command{
Flags: []cli.Flag{
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
&requestflag.Flag[string]{
Expand Down
4 changes: 2 additions & 2 deletions pkg/cmd/podinbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var podsInboxesRetrieve = cli.Command{
},
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
},
Expand Down Expand Up @@ -107,7 +107,7 @@ var podsInboxesDelete = cli.Command{
},
&requestflag.Flag[string]{
Name: "inbox-id",
Usage: "ID of inbox.",
Usage: "The ID of the inbox.",
Required: true,
},
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmd

const Version = "0.5.0" // x-release-please-version
const Version = "0.6.0" // x-release-please-version
Loading